html, body { 
	height:100%;
}

html {
	padding:0; 
	margin:0;
}

body {
	background-color: #212121;
}

#box {
	position:absolute; 
	left:50%; 
	top: 0px;
	margin-left:-462px;
	width: 924px;
	align: center:
	height: 100%;
	background-color: #000000;
	text-align:left;
	background-color: #00f000;
}

#schrift {
	position: absolute;
	width: 924px;
	height: 44px;
	top: 0px;
	left: 0px;
	background-color: #000000;
	padding-top: 10px:	
}

#text {
	position: absolute;
	font-family: Arial;
	font-size: 24px;
	color: #717171;
	top: 7px;
	left: 10px;
}

#laufbild {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 924px;
	height: 94px;
	background-color: #000000;
	overflow: hidden;
}

#trenner1 {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 924px;
	height: 4px;
	background-color: #212121;
}

#trenner2 {
	position: absolute;
	top: 142px;
	left: 0px;
	width: 924px;
	height: 4px;
	background-color: #212121;
}

#content {
	position: absolute;
	width: 924px;
	top: 146px;
	min-height: 800px;
	background-color: #000000;
}

* html #content {
	position: absolute;
	width: 924px;
	top: 146px;
	height: 800px;
	background-color: #000000;
}


#navigation {
	position: absolute;
	width: 160px;
	height: 300px;
	background-color: #000000;
	top: 20px;
	left: 20px;
	float: left;
}

#inhalt {
	position: absolute;
	width: 690px;
	background-color: #000000;
	top: 30px;
	left: 200px;
}

* {
	font-family: Arial,HELVETICA;
 	font-size: 10pt;
 	color: #d5d5c8;
 	text-decoration:none;
}

.intext {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

#vorschau {
	width: 220;
	height: 300px;
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	overflow: auto;
}