#header {
	position:absolute;
	height: 114px;
	width: 999px;
	background-image:url(../image/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font: bold 10px Arial;
	text-transform: uppercase;
}

#header .topmenu_left {
	position: absolute;
	left: 0px;
	width: 360px;
	height: 17px;
	font-size:11px;
	margin-top: 87px;
	margin-left: 219px;
}

#header .topmenu_right {
	position: absolute;
	left: 580px;
	width: 79px;
	height: 17px;
	
	margin-top: 87px;
	margin-left: 106px;
}

.topmenu_left .topmenu_no, .topmenu_left .topmenu_act,
.topmenu_right .topmenu_no, .topmenu_right .topmenu_act {
	float: left;
	width: 79px;
	padding-top: 3px;
	margin-right: 11px;
	text-decoration: none;
}


.topmenu_left .topmenu_no a, .topmenu_left .topmenu_act a,
.topmenu_right .topmenu_no a, .topmenu_right .topmenu_act a {
	color: black;
	text-decoration: none;
	font-size:11px;
	float: left;
	width: 79px;
}

.topmenu_left .topmenu_no a:hover, .topmenu_left .topmenu_act a:hover,
.topmenu_right .topmenu_no a:hover, .topmenu_right .topmenu_act a:hover {
	color: #3d8efa;
	text-decoration: none;
}


#header .wappen {
	position: absolute;
	top: 51px;
	left: 605px;
}

