/* --------------------------- INFO ---------------------------
Autor: 				Renata Mitrenga
Letzte Änderung:	15.12.2005
*/

/* --------------------------- ALLGEMEINES ---------------------------*/
body, html {
	color:			#333;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	height:			100%;
	margin:			0;
	padding:		0;
	background:		#E0E0E0 url(../images/hg_gruen.gif) fixed repeat-y;
}

a:active,a:visited,a:link {  
					color: #71961A; 
}
a:hover {  
					color: #333; 
}

.fett {
	font-weight:	bold;
}
.fett_grau {
	font-weight:	bold;
	color: 			#6F6E6E;
}
/* --------------------------- HEADER ---------------------------*/
#logo {
	margin-left:	675px;
	height: 		90px;
}
#bildleiste {
	height: 		130px;
	background:		#F8F8F8 url(../images/hg_gruen_weiss.gif) no-repeat;
}
#bildleiste img {
	margin-left:	238px;
	border-left:	2px solid #FFF;
	border-right:	2px solid #FFF;	
}

/* --------------------------- CONTENT ---------------------------*/
#content_hg_weiss {
	background:		#FFF url(../images/hg_gruen.gif) fixed repeat-y;
}
#contentContainer {
	width: 			960px;
	margin-left:	30px;
	margin-top:		22px;
}
#contentContainer:after {	/* to correctly compute the height of #mitte */
	clear:			both;
	content:		".";
	display:		block;
	height:			0;
	visibility:		hidden;
}

/* --------------------------- NAVI ---------------------------*/

#leftmenu {
	float: 			left;
	width: 			208px;
}

UL.menulist {
	padding: 		0px;
	margin: 		0px; 
}

LI.menutopic {
	list-style:		none;
} 

A.menulink {
	border-bottom: 	#FFF 1px solid;
	padding-right: 	1px;
	padding-left: 	17px;
	padding-top: 	2px;
	padding-bottom: 2px;
	display: 		block;
	font-size:		10px;
	color: 			#303030;
	text-decoration: none;
	background:		#D7D6D6 url(../images/pfeil_gruen.gif) 6px 5px no-repeat;
}
A.menulink:visited {
	color: 			#303030;
}
A.menulink:hover {
	background-color: #F8F8F8;
}
A.currentlink {
	background-color: #F8F8F8;
}
.ueberschrift_hg_gruen {
	background: 	#9EC63F;
	color: 			#FFF;
	font-weight:	bold;
	padding-left: 	5px;
	padding-top: 	2px;
	padding-bottom:	2px;
}
/* --------------------------- MITTETEIL ---------------------------*/
#mitte {
	float:			left;
	width: 			451px;
	margin-left: 	62px;
	padding-top: 	20px;
	padding-bottom:	20px;
	text-align:		justify;
}

/* --------------------------- INFOBOX ---------------------------*/
/* die Überschrift ist höher definiert*/
#infoContainer {
	width: 			177px;
	margin-left: 	780px;
}
.infobox {
	margin-bottom: 	20px;
}
.infobox_inhalt {
	background: 	#F8F8F8 url(../images/hg_grau.gif) 5px 0px no-repeat;
	border-left: 	#E0E0E0 1px solid;
	border-bottom: 	#E0E0E0 1px solid;
	border-right: 	#E0E0E0 1px solid;
	font-size:		10px;
	padding-top:	10px;
	padding-left:	3px;
	padding-bottom:	10px;
}
