/* CSS Document */



body {

	height: 100%;

	margin:0;

	padding:0;

	color: #787878;

}

h1,h2,h3,h4{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	font-weight:bold;

}





/* Formatierung der Text-Links */

a:link        { color: #5eb14a; text-decoration: none; }		/* Standard Link */

a:active      { color: #5eb14a; text-decoration: none; }		/* aktiver Link */

a:visited     { color: #5eb14a; text-decoration: none; }		/* besuchter Link */

a:hover	      { color: #ffffff; background-color: #5eb14a; }	/* Maus-Over Status */





#header{

	width:1000px;

	height:39px;

	background-color:#5eb14a; /* --------------------------- FARBE 1 (dunkelgrün) */

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#logo{

	position:absolute;

	margin-left:16px;

	margin-top:5px;

}

#underline{

	width:1000px;

	height:9px;

	background-color:#c6e3bf; /* --------------------------- FARBE 2 (hellgrün) */

}

#container_content{

	width:1000px;

	margin-top:28px;

}

#ueberschrift{

	float:left;

	width:660px;

	height:25px;

	margin-top:20px;

	margin-left:1px;

	padding-top:5px;

	background-color:#5eb14a; /* --------------------------- FARBE 1 (dunkelgrün) */

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	font-weight:bold;

	color:#ffffff;

}

#content_text{

	float:left;

	margin-left:34px;

	margin-top:34px;

	margin-bottom:20px;

	width:615px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

}

#unten_A{

	width:1000px;

	height:16px;

	background-color:#5eb14a; /* --------------------------- FARBE 1 (dunkelgrün) */

	margin-top:1px;

}

#unten_B{

	width:1000px;

	height:7px;

	background-color:#c6e3bf; /* --------------------------- FARBE 2 (hellgrün) */

}

#werbung{

	position:absolute;

	left:995px;

	top:76px;

	width:118px;

	border:1px solid #cfcfcf;

}





.balken_rechts{

	background-color:#c6e3bf; /* --------------------------- FARBE 2 (hellgrün) */

}











/* Styleanweisungen für Topnavigation */

ul#topnavi

{

	font-size:10px;

	list-style: none;

	padding: 0;

	margin: 0px;

	float: right;

}



ul#topnavi li

{

	background-image: none;

	padding-left: 0px;

	padding-right: 0px;

	float: right;

	margin: 0;

	font-size: 10px;

	line-height: 20px;

	white-space: nowrap;

	border-left: 1px solid #ffffff;

}



ul#topnavi li a

{

	display: block;

	padding-left: 15px;

	padding-right: 15px;

	text-decoration: none;

	color: #ffffff;

	background: transparent;

}



ul#topnavi li a:hover

{

	color: #5eb14a; /* --------------------------- FARBE 1 (dunkelgrün | MenüText-Hover) */

	background: #c6e3bf; /* --------------------------- FARBE 2 (hellgrün | MenüBackground-Hover) */

}





/* Styleanweisungen für Module in der rechten Spalte */

table.moduletable-rechts {

	width: 170px;

	padding: 0px;

	border-spacing: 0px;

	border-collapse: collapse;

}



div.moduletable-rechts {

	padding: 0;

}



table.moduletable-rechts th {

	background-color:#696969;

	color: #ffffff;

	text-align: left;

	padding-left: 10px;

	padding-top:3px;

	padding-bottom:3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight:normal;

	font-size: 9px;

	margin: 0 0 2px 0;

}



table.moduletable-rechts td {

	font-size: 9px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding-top:5px;

	padding-bottom:8px;

	padding-left:10px;

	padding-right:10px;

	background-color:#b3cbae; /* --------------------------- FARBE 3 (hellgrün2 | TextBackground, rechte Spalte) */

	border-bottom:1px solid #ffffff;

}