/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {

}	

img {
	border:none;
}

html, body{ 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#5f5c6d;
	color: #333333;
	font-size:11px;
	line-height:14px;
	width:100%;
	height:100%;
	background:#6c687a url(img/verlauf.gif) repeat-x;
} 


h1{
	color: #333333;
	font-size:14px;
	font-weight:normal;
	margin:8px 0 10px 0;
	text-transform:uppercase;
}

h2{
	color: #333333;
	font-size:12px;
	font-weight:normal;
}

 a {
	color: #666666;
	text-decoration: none;
}
 
/*hier ist alles drinn*/
.container{
	position:absolute;
	margin:0 0 0 -490px;
  	height:700px;
  	width:980px;
	color: #333333;
	left:50%;
	top:0;
	border:0px solid #CC0000;
	background:#5f5c6d url(img/background.gif) top center no-repeat;
}

.container form{
	position:absolute;
	margin:0;
	left:60px; 
	bottom:160px;
}

.container form #download{
	position:absolute;
}


.inhalt {
	position:absolute;
	top:80px;
	left:220px;
	overflow:auto;
	height:510px;
	width:720px;
	border:0px solid #00FF00;
 } 
 
 
 .inhalt img {
 	margin:0;
 	padding:0;
 }
 
 .spalte {
 	margin:0;
 	padding:8px 8px 0 8px;
 	width:340px;
	min-height:408px;
	background-color:#E4E3E6;
 	float:left;
 }
 
 
 .spalte p{
 	margin:0 0 8px 0;
 }
 .reihe {
 	margin:0 0 6px 0;
	padding:0;
	width:680px;
	height:136px;
	background-color:#E4E3E6;
 }
 
.reihe img{
	width:340px;
	padding:0 0 0 0;
	margin:0 8px 0 0;
	} 
	


.titelzeile {
	position:absolute; 
	top:400px; 
	left:0px; 
	width:900px; 
	height:130px; 
	text-align:left; 
	background-color:#2d2c31; 
	color:#716d7f; 
}

.titelzeile h1{
	color:#716d7f; 
}

.titellinks{
	position:absolute;
	width:450px;
	top:0;
	left:0;
}

.titelrechts{
	position:absolute;
	width:450px;
	top:0;
	right:0;
}

.titellinks img, .titelrechts img {
	margin:10px 10px 0 5px;
	width:145px;
 	height:100px;
	float:left;
	border:none;
}


.obenlinks{
	position:absolute;
	width:270px;
	top:0;
	left:0;
	margin:20px;
}

.obenrechts{
	position:absolute;
	width:270px;
	top:0;
	right:0;
	margin:20px;
}




.untenlinks{
	position:absolute;
	width:270px;
	top:50%;
	left:0;
	margin:20px;
}

.untenrechts{
	position:absolute;
	width:270px;
	top:50%;
	left:50%;
	margin:20px;
}


.untenlinks_weiss{
	position:absolute;
	color:#EEE;
	width:270px;
	top:50%;
	left:0;
	margin:20px;
}



.untenrechts_weiss{
	position:absolute;
		color:#EEE;
	width:270px;
	top:50%;
	left:50%;
	margin:20px;
}




.zusatztext {
	position:absolute;
	font-size:10px;
	color:#999999;
	width:720px;
	height:20px;
	top:550px;
	left:180px;

}
