html, body {
height: 100%;
width: 100%;

margin: 0px;
padding: 0px;
background-color: #040832;
outline:none;
font-family: Arial;
font-size: 12px;
line-height: 16px;
}

#wrapper {
  position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -425px;
	
	height: 500px;
	top: 50%;
	margin-top: -250px;


}

#footer {

color: white;
font-size: 10px;
font-family: Arial;

}

#header {

position: absolute;
left: 25px;
width: 901px;
height: 130px;
background-image: url(gfx/balken.png);
background-position: bottom;
background-repeat: no-repeat;
}

#content {
position: absolute;
width: 800px;
left: 75px;
top: 110px;
height: 340px;
color: white;
}

#content h1 {
font-size: 14px;
font-weight: bold;

}

#footer {

position: absolute;
top: 430px;
left: 25px;
width: 901px;
height: 80px;
background-image: url(gfx/balken.png);
background-position: bottom;
background-repeat: no-repeat;
}

#footer .text {
	position: absolute;
	margin-top: 43px;
	margin-left: 50px;
}

#footer .text a {
	color: white;
	text-decoration: none;
}

#footer .text a:hover {
	text-decoration: underline;
}


#menu {
position: absolute;
top: 43px;
left: 230px;
}

#menu li {
float:left;
padding-right: 30px;
list-style-image: none;
list-style-type: none;
list-style-position: outside;
}

#logo {
position: absolute;
width: 200px;
left: 30px;
top: 0px;
height: 118px;

}

.navi, .naviAct {
border: 0px;

}