body {
 margin-top: 0px;
 margin-left: 0px;
 padding: 0px;
 margin-bottom: 0px;
 font-family: Verdana;
 font-size: 8pt;
 color: #5B5B5B;
 background-color: #262626;
}

#balken {
	position: absolute;
	width: 50%;
	padding: 0px;
	margin-top: 0px;
	height: 100%;
	z-index: 1;
}

#page {
 position: absolute;
 margin-top: 0px;
 left: 50%;
 width: 720px;
 margin-left: -360px;
 height: 150px;
 z-index: 2;
}

#mainnav {
	position: absolute;
	margin-top: 80px;
	padding: 0px;
	height: 50px;
	width: 400px;
	z-index: 3;
}

#header {
	position: absolute;
	margin-top: 150px;
	padding: 0px;
	height: 165px;
	width: 720px;
	background-color: #262626;;
	z-index: 4;
}

#content {
	position: absolute;
	margin-top: 320px;
	padding: 0px;
	height: 415px;
	width: 720px;
	background-color: #3B3B3B;
	z-index: 5;
}

#bild {
	position: absolute;
	margin-top: 365px;
	padding: 0px;
	height: 370px;
	width: 720px;
	z-index: 6;
}

#copyright {
	position: absolute;
	margin-top: 740px;
	padding: 0px;
	height: 20px;
	width: 720px;
	z-index: 7;
	text-align: center;
}

td {
	font-family: Verdana;
	font-size: 8pt;
	color: #D0D0D0;
}

a:link, a:visited {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 color: #D0D0D0;
}

a:hover {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 color: #FFFFFF;
}