/* Allgemeiner Aufbau */

/* ######### */
/* Farbwerte */
/* #########
	 helles grau									#FCFCFC
   helles rot			247	222	214		#f7ded6
   dunkelrot			153   0   0		#990000
*/

ol, ul {
	padding: 0px;
/*	      outline: 0 */
}

img {
	border: 1px solid #000000;
}

#linkleiste {
	margin-left: 0px;
}

#linkliste li {
	border-bottom: 1px solid #990000;
	margin-left: 0px;
  list-style: none;
  padding: 3px;
  margin-bottom: 10px;
}

#linkliste a{
  text-decoration: none;
}

/* ++++++++++++*/
/* +  Module  + */
/* ++++++++++++*/

/*------*/
/* News */
/*------*/
#content_news {
}

#news_bild {
	width: 90px;
  float: left;
}

#news_text {
	width: 365px;
  float: left;
	text-align: justify;
}

div.modul_news {
	        clear: both;
	background-color: #ffffff;
	        padding: 15px 15px 5px 15px;
	        border: 1px solid #C0C0C0;
	        overflow: auto;
  font-size: 80%;
	        margin-bottom: 15px;
}

div.modul_news p {
				margin-bottom: 10px;
}

div.modul_news h3 {
  margin-bottom: 10px;
}

/*---------- */
/* Infoboxen */
/*---------- */
div.modul_box1,
div.modul_box2 {
	          float: left;
  background-color: #ffffff;
	          border: 1px solid #C0C0C0;
	          padding: 15px 15px 0px 15px;
	          margin-bottom: 15px;
	          width: 204px;
}

div.modul_box2 {
	          margin-left: 16px;
}

div.modul_box1 a,
div.modul_box2 a {
	font-size: 90%;
}

div.modul_box1 p,
div.modul_box2 p {
	          margin-bottom: 15px;
}

/*------------*/
/* Newsticker */
/*------------*/
div.modul_newsticker {
        padding: 0px;
        margin-bottom: 15px;
}

ul.newsticker {
  margin: 0px;
  padding: 0px;
}

ul.newsticker li {
	margin-bottom: 15px;
	list-style: none;
}

ul.newsticker li .newsticker_titel {
	          display: none;
}

ul.newsticker li .newsticker_datum {
	background-color: #E6E6E6;
	color: #808080;
  padding: 2px;
}

/*-----------*/
/* Statistik */
/*-----------*/
div.modul_statistik {
  padding: 0px;
  margin-bottom: 15px;
  margin-top: 30px;
}

div.modul_statistik p {
  font-size: 80%;
  padding: 2px;
}

/*----------------- */
/* linke Menüleiste */
/*----------------- */
div.modul_1 {
  padding-top: 0px;
  padding-bottom: 15px;
}

div.modul_2,
div.modul_3 {
        padding-top: 15px;
	padding-bottom: 15px;
}

div.modul_1 h3,
div.modul_2 h3,
div.modul_3 h3,
div.modul_statistik h3,
div.modul_newsticker h3 {
	background-color: #f7ded6;
	border-bottom: 1px solid #990000;
  color: #990000;
  font-size: 100%;
  font-variant: small-caps;
  padding-left: 5px;
}
div.modul_text p {
	padding-left: 5px;
  padding-bottom: 7px;
}

div.modul_text {
	border-left: 1px solid #990000;
  margin-top: 5px;
}

/* -------------------------------- */
/* linke Menüleiste | Subnavigation */
/* -------------------------------- */
div.modul_subnav {
  padding-top: 0px;
  padding-bottom: 0px;
}

div.modul_subnav h3 {
	background-color: #f7ded6;
	border-bottom: 1px solid #990000;
  color: #990000;
  font-size: 100%;
  font-variant: small-caps;
  margin-bottom: 5px;
  padding-left: 5px;
}


/*---------- */
/* Formulare */
/*---------- */



/*---------- */
/* Aufräumen */
/*---------- */
body.fl div.modul_1,
body.fl div.modul_2,
body.fl div.modul_3,
body.fl div.modul_subnav,
body.fl div.modul_news,
body.fl div.modul_statistik,
body.fl div.modul_newsticker {
	display: none;
}
