body {
background: black;
#overflow: hidden; 
margin: 0; 
padding: 0;
overflow: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 12px;
font-weight: normal;
color: #000000;
}

a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}

#header {
position: absolute;
left: 0px;
top: 0px;
width: 800px;
height: 129px;
}

#navigation {
position: absolute;
background: black;
left: 0px;
top: 141px;
width: 799px;
height: 13px;
}

#spacer1 {
position: absolute;
background: white;
left: 0px;
top: 182px;
width: 800px;
height: 1px;
}

#content {
	position: absolute;
	left: 0px;
	top: 183px;
	width: 800px;
	height: 360px;	
}

#framecontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 796px;
	height: 360px;
	overflow: auto;
}


#spacer2 {
position: absolute;
background: white;
left: 0px;
top: 543px;
width: 800px;
height: 1px;
}

#footer {
position: absolute;
background: black;
left: 0px;
top: 544px;
width: 800px;
height: 66px;
}


.lauftext {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a.lauftext {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}

.lauftextweiss {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.lauftextgrau {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}



.lauftextbold {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-variant: normal;
}