
body {
background-color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666;
overflow-y: scroll;
margin: 0;
}

 /* --------------> L A Y O U T */ 

#center { 
position: absolute;
left: 50%;
width: 860px;
margin-left: -430px;
height: auto !important;
}

#logo { 
margin: 50px 0 0 0;
width: 860px;
}

#content { 
margin-left:65px;
margin-top:20px;
width: 475px;
}

#footer { 
margin: 70px 0 30px 65px;
width: 725px;
font-size: 0.688em /*11px*/;
line-height: 1.5em; 
font-weight: normal;
text-align:right;
}

 /* --------------> S T A N D A R D F O R M A T E */ 

p {  
font-size: 0.75em /*12px*/;
line-height: 1.5em; 
font-weight: normal;
}

h1 {  
font-size: 1.313em /*21px*/;
line-height: 1.5em; 
font-weight: normal; 
color: #df4c0c;
margin: 10px 0 0 0;
padding:0;
}

h2 {  
font-size: 0.938em /*15px*/;
line-height: 1.5em; 
font-weight: normal; 
color: #666;
margin: 10px 0 0 0;
padding:0;
}

strong
{  
font-weight: bold; 
}

a {  
color: #666;
TEXT-DECORATION: none; 
}

a:link {  
TEXT-DECORATION: none;
}

a:hover { 
TEXT-DECORATION: none;
color: #df4c0c; 
}

.spalte1 { 
float: left;
width: 150px;
margin: 0;
}

.spalte2 { 
margin-left:165px;
width: 150px;
}

.spalte2 img { 
margin-right:9px;
width: 20px;
height: 20px;
border: none;
}


