html,body{
	/*background-color:#d8edff;*/
	background-color:#f9fffd;
	
	margin:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

a{
	text-decoration:none;
	color:#068057;
}
a:hover{
	color:#00472f;
}

.on{
	color:#00472f;
}

.rahmen{
	border:2px solid #000000;
	border-top:0px solid #000000;
}

td.header{
	height:214px;
	background-image:url(/images/web/header.jpg);
	background-repeat:repeat-no;
	border-bottom:2px solid #002923;
}

td.menue-top{
	height:25px;
	background-color:#00ab71;
	border-top:2px solid #fcef2e;
	border-bottom:2px solid #fcef2e;
	text-align:left;
	padding-left:163px;
	color:#FFFFFF;
}
td.menue-top a{
	color:#FFFFFF;
}

td.content{
	background-color:#dff2ec;
	border-top:2px solid #002923;
	background-image:url(/images/web/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	height:500px;
	vertical-align:top;
	width:640px;
}

div.inhalt{
	background-image:url(/images/web/content_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:20px;
}

td.menue-left{
	background-color:#ffffff;
	border-top:2px solid #002923;
	border-right:1px solid #002923;
	text-align:left;
	padding:0px;
	width:160px;
}
td.menue-right{
	background-color:#ffffff;
	border-top:2px solid #002923;
	border-left:1px solid #002923;
	text-align:left;
}

div.menuepunkte{
	float:left;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#00ac72;
	margin-right:10px;
	list-style:none;
}
div.menuepunkteon{
	float:left;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	background-color:#ffed2d;
	color:#0d6d51;
	margin-right:10px;
}
div.menuepunkteon .on{
	color:#0d6d51;
}
div.menuepunkte a:hover{
	color:#fff365;
}

div.menueleft{
	list-style:none;
	color:#064894;
	margin-bottom:9px;
	padding-left:10px;
	width:150px;
}
div.menueleft .on{
	color:#002649;
	font-weight:bold;
	background-color:#fff366;
	border-top:1px solid #b7a581;
	border-bottom:1px solid #b7a581;
	padding:3px;
	display:block;
	margin-left:-10px;
	padding-left:10px;
}
div.menueleft a:hover{
	color:#296cab;
}

h1{
	margin:0px;
	font-size:120%;
	font-weight:bold;
	color:#098259;
	border-bottom:1px solid #00ab71;
}
h2{
	font-size:100%;
	margin:0px;
	margin-bottom:5px;
	border-bottom:1px solid #00ab71;
	background-color:#fffae0;
	padding:2px;
}

div.aktuelles-box{
	padding:10px;
	color:#333333;
	width:160px;
}
div.aktuelles{
	background-color:#00ac72;
	margin-top:20px;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:180px;
}

div.suchen{
	padding:10px;
}

input{
	border:1px solid #00ac72;
	background-color:#dff2ec;
}

.liste{
	border:1px dotted #098259;
	padding:20px;
	margin:20px;
	width:600px;
	background-color:#f1f8f6;
}

div.utilities{
	font-size:90%;
	color:#000000;
	margin-left:20px;
	margin-top:8px;
}
div.utilities a{
	color:#000000;
}
div.utilities a:hover{
	color:#3c8060;
}
