html{
	margin:0;
	padding:0;
	font: 100.01%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
margin:0;
padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ccd6ff;
}
a:link{
	color: Navy;
}
a:visited{
	color: Navy;
}
a:hover{
	color:Orange;
}
#horizontal{
background-color: transparent;
visibility: visible;
display: block;
position: absolute;
top: 50%;
width: 100%;
height: 1px;
overflow: visible;
}
#center{
background-image: url(pics/zad_logo_neu_gross.gif);
background-position:100px 30px;
background-repeat: no-repeat;
background-color: white;
visibility: visible;
margin-left: -400px;
position: absolute;
padding:10px;
top: -250px;
left: 50%;
width: 800px;
height: 500px;
border: solid 2px Blue;
text-align: center;
font-size: 11px;
color:#666666;
}
#center > .content{
	margin-left:245px;
	margin-top:170px;
}
.content{
width:500px;
height:360px;
text-align: left;
margin-top:190px;
margin-left:210px;
font-size: 11px;
color:Navy;
padding:12px;
overflow: auto;
	
}

.rechts{
	
	
	font-size: 19px;
	
	
}
.footer{
	width:300px;
	text-align: left;
	font-weight: bold;
	margin-left:371px;
	padding-top:5px;
	font-size: 14px;
	color:#666666;
}
