div { border:0px  }

#kopf { 
width : 750px; 
height : 250px; 
font-size : xx-large; 
font-weight : bold; 
text-align : center; 
color : #a00020; 
font-family : Arial; 
border : none; 
position: absolute;
top: 0px;
left: 110px;
}
#navi { 
float : left; 
clear : left; 
width : 100px;
height:275px; 
font-family : Verdana; 
line-height : 40px; 
background-image : url(button.jpg); 
text-align : center; 
border : none; 
position: absolute;
top: 255px;
left: 0px;
} 

 
#content { 
background : #08b9b9; 
width:700px;
height:225px;
float : right; 
border : none; 
font-family : Verdana; 
font-size : medium; 
border : none; 
background-color : #c0c0c0; 
position: absolute;
top: 255px;
left: 110px;
padding:25px;
}

body { 
background-color : #a9a9a9; 
} 
a:link { 
color : #1f2360; 
font-weight : bold; 
text-decoration : none; 
} 
a:visited { 
color : #ffffff; 
text-decoration : none; 
} 
a:active { 
color : #ffff00; 
text-decoration : none; 
} 
a:hover { 
color : #ffffff; 
text-decoration : underline; 
} 