body {
	background-image:url(/img/design_website_hintergrundbild.jpg);
	background-repeat:x-repeat;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#schleier_oben {
	background-image:url(/img/schleier_oben.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 15px;
	width:764px;
	height:80px;
}

div.schleier_mitte {
	background-image:url(/img/schleier_mitte.png);
	background-repeat:y-repeat;
	position: absolute;	
	top:70px;
	bottom: 80px;
	left:15px;
	width:764px;
}

#schleier_unten {
	background-image:url(/img/schleier_unten.png);
	background-repeat:no-repeat;
	position: absolute;
	width:764px;
	height:80px;
	bottom: 0px;
	left:15px;
}

#schild_oben {
	background-image: url(/img/icmp_schild_oben.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 90px;
}

div.schild_mitte {
	background-image: url(/img/icmp_schild_mitte.png);
	background-repeat: y-repeat;
	width: 251px;
	min-height: 80px;
}

#schild_unten {
	background-image: url(/img/icmp_schild_unten.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 45px;
	bottom: 0px;
}


#content {
	position:absolute;
	top: 0px;
	bottom: 0px;
	margin-left:  50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	overflow: auto;
	width: 644px;
	
}

#schild {
	position: absolute;
	bottom: 0px;
	left: 740px;
	width: 251px;
	height: 181px; 
}

#navigation {
	width: 231px;
	min-height: 10px;
	padding: 15px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	min-height: 215px;
}




#inactivetext {
	width: 231px;
	min-height: 10px;
	padding: 15px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

#navigation a:hover {
	color: #f00;
}
#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#secnav {
	position:absolute; 
	left:788px; 
	top:27px; 
	/*background-image:url(/img/rote_blume.png); 
	background-repeat: no-repeat;*/
	width:39px; 
	height:38px;
}


#test {
	display:none;
	background-color: #234205;
	width: 231px;
	min-height: 10px;
	padding: 15px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

/*#secnav ul:hover  .test{
	display: block;
}*/


