html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin: 0px;
	background-image: url(../pics/verlauf.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 780px;
	height: 640px;
	margin: 0px 0px 0px -390px;
	position: absolute;
	left: 50%;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 11px;
}
#header {
	width: 780px;
	background-image: url(../pics/header.jpg);
	height: 115px;
}
#gruen {
	width: 780px;
	height: 21px;
	background-color: #c2e0a5;	
}
#weiss {
	width: 780px;
	height: 10px;
	background-color: #FFFFFF;
}
#inhalt {
	position:absolute;
	width: 780px;
	height: 504px;
	background-color: #FFFFFF;
	height: 504px;
	top: 146px;
	text-align: left;
}
#navi {
	position:absolute;
	width:191px;
	height:100%;
	background-color: #daecc8;
	top: 0px;
	left: 0px;
}	
#text {
	position:absolute;
	top:0px;
	width:536px;
	height:487px;
	background-color: #FFFFFF;
	right: 36px;
	overflow: auto;
	visibility: visible;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 8pt;
	text-align: left;
}
.ueberschrift {
	font-weight: bold;
	font-size: 10pt;
	color: #336600;
}
.textnormal{
	font-weight: normal;
	color: #000000;
}
.text-fett {
	font-weight: bold;
	color: #000000;
}

