body {
font-family: Arial, Verdana, Helvetica, sans-serif;	
font-size: 0.7em;
color: black;  
}

h2 {
font-size: 1em; 
margin-top: 0px;
color: #999999;
}

#zentriert {
position: absolute;
top: 50%;
left: 50%;
width: 500px;
height: 400px;
margin-top: -200px;
margin-left: -250px;
padding:10px;
overflow:auto;
}

#left {
position: relative;
float:left;
width: 250px;
height: 360px;
padding-top:20px;
border-right:1px solid #999999;
background-color:white;
}
  
#right {
position: relative;
float:right;
width: 200px;
padding-top:270px;
background-color:white;
}

h1 { 
color: black; 
font-size: 1.2em; 
margin: 0; 
line-height: 20px; 
}

a { 
color: #999999; 
text-decoration: none; 
line-height: 20px; 
}

a:hover { 
color: black; 
text-decoration: none; 
line-height: 20px; 
}

#aF1 {  
display: none;
padding: 5px;
left: 0px;
top: 100px;
width: 170px; 
height: 100px; 
background: white;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position: absolute; 
}