/* CSS Document */


body{
	background-color: #999999;
}

a:link { 
	
	text-decoration:none; 
	color: #333333;
	font-style:italic;
}
	
	
	
a:visited { 
	
	text-decoration:none; 
	color: #333333;
	font-style:italic;
}
	
		

#bilderleiste {
	
	margin: 10px;
	background-image: url(../bilder/Bildleiste-Webseite.jpg);
	background-position: center left;
	position: absolute;
	background-repeat: no-repeat;
	height: 84px;
	width: 955px;
	left: 10px;
}


#logo { 

	background: url(../bilder/bild.gif) no-repeat center left; 
	padding: 10px;  
	margin: 50px 100px 70px 100px;
	 border:2cm;
 	 border:solid;
  	border-color:red;
  	padding:1cm;
}


#textaktuelles {
		
	margin-top: 120px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: verdana;
	font-size: 16px;
	z-index:6;
	line-height: normal;
}

	
#textaktuelles2 {
	margin-top: 120px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: verdana;
	font-size: 14px;
	z-index:6;
	line-height: normal;
}	


#textaktuellesklein {
	
	margin-left: 10px;
	font-family: verdana;
	font-size: 14px;
}
	
	
#textdownloadbox {
	font-family: verdana;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
	

#aktuellesbox {
	z-index:1;
	background-color: #cccccc;
	position: absolute;
	height: 497px;
	width: 320px;
	left: 20px;
	top: 130px;
	background-image: url(../bilder/bild.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

	
	
#downloadbox {
	background-color: #cccccc;
	position: absolute;
	height: 499px;
	width: 560px;
	left: 380px;
	top: 130px;
}
</p>
</body>
</html>

