@charset "utf-8";
/* CSS Document */
*, #body{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}
body{
	min-height:100.1%;
}

body, #header, #footer{
	background-color:#333333;
}
#outer{
	background-color:#FFFFFF;
}

#body{
	background-image:url(../pics/body-x-back.jpg);
	background-repeat:repeat-x;
}
#editor, .editor{
	background-image:none;
	background-color:#FFFFFF;
}

#printhead{
	display:none;
}

body, table, input, textarea, button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
a {
	color:#333333;
}
#aktuelles a{
	background-image:url(../pics/cursor-black.gif);
	background-repeat:no-repeat;

	margin-top:4px;
	padding-left:7px;
	display:block;
}

#aktuelles.editor{
	float:none;
	background-color:#ebebeb;
}

#outer{
	position:relative;
	margin:0 auto;
	width:968px;
	
	min-height:100%;
	
	background-image:url(../pics/body-back.jpg);
}

#header{
	padding-top:17px;
	height:10px;
	background-image:url(../pics/body-start.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#contenthead{
	padding-top:29px;
	float:right;
	background-image:url(../pics/content_head_back.jpg);
	background-position:right;
	margin-bottom:38px;
}

#content{
	float:left;
	margin-left:38px;
	width:457px;
	margin-bottom:70px;
}
h1{
	color:#ff0000;
	font-size:15px;
	line-height:17px;
	margin-bottom:21px;
}
.abschnitt{
	margin-left:20px;
}
dt{
	clear:left;
	float:left;
	display:block;
	width:40px;
	font-weight:bold;
}
dd{
	padding-left:13px;
	border-left:1px solid #cbcbcb;
	display:block;
	margin-left:64px;
	margin-bottom:24px;
}

li{
	margin-left:15px;
}
ul,ol{
	margin-bottom:26px;
}

p{
	margin-bottom:16px;
}

table td{
	padding:4px;
	vertical-align:top;
	text-align:left;
}

#navi{
	float:left;
	line-height:13px;
}
#navi li{
	margin-left:0;
}
#navi ul{
	list-style-type:none;
	margin-left:4px;
	margin-bottom:0;
}
#navi ul ul li{
	border-bottom:none;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:3px;
}
#navi ul ul{
	margin-top:2px;
}

#navi img{
	display:block;
}

#navi li{
	border-bottom:1px solid #4fa055;
	padding:4px 0 5px 37px;
}

#navi, #navi a{
	color:#FFFFFF;
}

#navi li a{
	text-decoration:none;
	background-image:url(../pics/cursor-white.gif);
	background-repeat:no-repeat;
	padding-left:7px;
}

#navi a:hover{
	text-decoration:underline;
}


#aktuelles{
	float:right;
	padding-right:43px;
	width:164px;
}
#aktuelles h1, #aktuelles h2{
	color:#2a8b30;
}
#aktuelles h2{
	font-size:11px;
	line-height:16px;
	margin-bottom:4px;
}

.clear{
	clear:both;
}

#footer{
	background-image:url(../pics/body-end.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:12px;
	width:100%;
	/*width:968px;*/
	
	padding-bottom:17px;
	position:absolute;
	bottom:0;
	
	font-size:9px;
	line-height:11px;
}

#footer, #footer a{
	color:#999999;
}
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer ul{
	list-style-type:none;
	position:relative;
	top:-29px;
	padding-left:231px;
}
#footer li{
	display:inline;
}

#footer ul, #footer li{
	margin:0;
}

hr{
	border:none;
	height:1px;
	color:#bcbcbc;
	background-color:#bcbcbc;
	padding:0;
	margin:25px 0 22px 0;
}

#printer{
	float:right;
}
#printer img{
	border:none;
}

a img{
	border:none;
}

.rot{
	color:#ff0000;
}

.gruen{
	color:#2a8b30;
}
