@charset "utf-8";
/* CSS Document */

#topmenu a:link {text-decoration: none; color: #fdcf25; font-weight: bold;}
#topmenu a:visited {text-decoration: none; color: #fdcf25; font-weight: bold;}
#topmenu a:hover {text-decoration: underline; font-weight: bold; color: #fdcf25;}
#topmenu a:active {text-decoration : none; font-weight: bold;}


#breadcrumb a:link {text-decoration: none; color: #007B72; font-weight: normal;}
#breadcrumb a:visited {text-decoration: none; color: #007B72; font-weight: normal;}
#breadcrumb a:hover {text-decoration: bold; font-weight: normal; color: #007B72;}
#breadcrumb a:active {text-decoration : none; font-weight: normal;}

#inhalt a:link {text-decoration: none; color: #007B72; font-weight: normal;}
#inhalt a:visited {text-decoration: none; color: #007B72; font-weight: normal;}
#inhalt a:hover {text-decoration: underline; font-weight: normal; color: #007B72;}
#inhalt a:active {text-decoration : none; font-weight: normal;}

#topline {
width: 800px;
position: absolute;
left: 50%;
margin-left: -400px; /* negative Hälfte von width:800px */
top: 10px;
z-index: 1;
}

#topmenu {
	width: 800px;
	position: absolute;
	left: 50%;
	text-align: right;
	margin-left: -410px; /* negative Hälfte von width:800px */
	top: 92px;
	z-index:2;
	font-size: medium;
	
}

#breadcrumb{
	
	position: absolute;
	left: 50%;
	text-align: left;
	margin-left: -140px; /* negative Hälfte von width:800px */
	top: 165px;
	z-index:2;
	font-size: small;
	color: #007B72;
	
}

#inhalt {
width: 800px;
position: absolute;
left: 50%;
margin-left: -400px; /* negative Hälfte von width:800px */
top: 215px;


}
