
html, body {
height:100%;
}

body  {
font-size:12px;
font-family:lucida grande, lucida sans unicode, sans serife;
line-height:0px;
color:#505050;
text-decoration:none;
text-align:center;
min-width:912px;
}

/*-------------------------------------------------------*/
/* Grundgeruest der Seite */

#distance { 
width:1px;
height:50%;
margin-bottom:-323px; /* half of container's height */
float:left;
}

#center {
position:relative;
margin:0 auto;
clear:left;
text-aligne:left;
}

#topline {
position: relative; 
width:100%; 
height:60px;
background-color:#D0DFE6;
}

#bild {
padding:30px 0 32px 0; 
width:100%; 
}

#content {
padding:0 0 25px 0;
width:100%; 
background-color:#D0DFE6;
text-decoration:none;
}


/*-----------------------------------------------------------------------*/
/*Linkdefinition */

a.link {
color:#505050;
text-decoration:none;}

a.link:hover {color:#202020;}
