
#navi  { 
margin: 0px;
width: 750px;
position: absolute; 
top: 0px; 
left: 0px; 
border: 0px;
background-color: white;
}

#navi2  { 
width: 120px;
position: absolute; 
top: 110px; 
left: 15px; 
color: #336699;
background-color: white;
font-size: 13pt;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 18pt;
}

#main    { 
width: 550px
height:900px
color: black; 
font-size: 12pt; 
line-height: 15pt; 
font-family: Helvetica, arial, sans-serif; 
background: url(../images/hintergrund.gif) repeat; 
padding: 20px; 
position: absolute; 
top: 110px; 
left: 165px 
}

A:link {
text-decoration: none;
color: #336699;
}

A:active {
text-decoration: underline;
color: #336699;
}

A:visited {
text-decoration: none;
color: #666666;
}

A:hover {
text-decoration: none;
color: #3399ff;
}