body {
	top: 0;
	left: 0;
	
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #002F59;
		
	background-image: url(img/body_hg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

a {
	color: #105699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#inhalt {
	position: absolute;
	top: 313px;
	left: 0;
	width: 770px;
	padding: 33px 0 73px 70px;
	
	font-size: 13px;
	line-height: 15px;
}

#inhalt p {
	width: 497px;
	margin: 3px 0 16px 0 ;
}
#inhalt h2 {
	margin: 0;
	padding: 0;
	width: 497px;
	font-size: 16px;
}
#inhalt h4 {
	width: 497px;
	
	margin: 0 0 20px 0;

	color: #005A98;
	font-size: 14px;
	font-weight: bold;
}


#inhalt #bilderbalken {
	float: right;
	right: 0;
	width: 251px;
}
#inhalt #bilderbalken img {
	display: block;
	margin: 0 0 13px 0;
	width: 251px;
}



#seitentitel {
	position: absolute;
	top: 182px;
	left: 243px;
	height: 131px;
}
#seitentitel h1 {
	margin: 0;
	padding: 0;
}
#seitentitel h1 span {
	display: none;
}





#evathermlogo {
	position: absolute;
	top: 182px;
	left: 586px;
	height: 131px;
}




#navigation {
	position: absolute;
	top: 152px;
	left: 0;
	height: 24px;
		
	border-top: 3px #FFFFFF solid;
	
	/* 
	background-image: url(img/navi_hg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x; 
	*/
}
#navigation #wrapper {
	margin: 0 0 0 61px;
	width: 778px;
}
#navigation a span {
	display: none;
}
#navigation #hauptnavigation {
	float: left;
}
#navigation #metanavi {
	float: left;
}



#subnavigation {
	position: absolute;
	top: 182px;
	left: 0;
	height: 131px;
	width: 243px;
}
#subnavigation .eineStufe {
	background-color: #0ff000;
}
#subnavigation .zweiStufen {
	background-color: #E7EFF8;
}
#subnavigation ul {
	margin: 0;
	padding: 3px 0 3px 60px;
	
	line-height: 18px;
	
	list-style-type: none;
}

#subnavigation a {
	color: #004D8F;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#subnavigation a.aktiv {
	color: #002F59;
	font-weight: bold;
}
#subnavigation a:hover {
	text-decoration: underline;
}

.zweiStufen ul.subnavigation {
	background-color: #B4D2E3;
	border-bottom: 3px #FFFFFF solid;
}

#titelbild {
	position: absolute;
	top: 0;
	left: 0;
}