body         
{ 
margin: 10px;
background-image: url('../images/bg_sw.jpg');
background-repeat: repeat-x; 
background-attachment: fixed;
     /* bunte Scrollbar nur sichtbar im IE ab Vers. 5.5 und Opera ab Vers. 7.2 */  
scrollbar-3dlight-color: #C0C0C0; 
scrollbar-arrow-color: #C0C0C0; 
scrollbar-darkshadow-color: #999; 
scrollbar-face-color: #000; 
scrollbar-highlight-color: #C0C0C0; 
scrollbar-shadow-color: #000; 
scrollbar-track-color: #f2f2f2 
    /* Scrollbar Ende */  
}

/* Überschriften und Absatz */

h1, h2, h3, h4, h5, h6 
{ 
font-family: Verdana, Arial, Tahoma;
color: #666 
}

h1           
{ 
font-size: 13pt;
letter-spacing: 1pt;
border-bottom: 1px solid #666;
padding-bottom: 3px 
}

h2           
{ 
font-size: 12pt;
font-weight: normal;
letter-spacing: 1pt;
word-spacing: 5pt;
color: #000 
}

h3           
{ 
font-size: 11pt 
}

h4           
{ 
font-size: 10pt 
}

h5           
{ 
font-size: 9pt 
}

h6           
{ 
font-size: 8pt;
font-weight: normal 
}

p     
{ 
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
color: #999;
text-align: justify
}

/* allgemeine Textlinks */

a:link, a:active, a:visited 
{ 
color: #000;
text-decoration: underline;
font-weight: bold 
}

a:hover      
{ 
color: #999;
text-decoration: overline;
font-weight: bold 
}

/* Logo Titel Homepagename */

#banner     
{ 
background-image: url('../images/banner_sw.jpg');
background-repeat: no-repeat;
border: 5px double #666;
width: 750px;
height: 125px 
}

#title      
{ 
line-height: 50px;
padding-right: 15px;
color: #C0C0C0;
font-style: italic;
font-family: Georgia, Arial, Tahoma;
font-size: 20px;
letter-spacing: 1pt 
}

/* Inhalt */

#inhalt      
{ 
background-color: #f2f2f2;
width: 750px;
border-left: 5px double #666;
border-right: 5px double #666;
padding: 20px
}

#in      
{ 
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
text-align: justify;
color: #999;
background-color: #ECEBEB;
border: 1px dotted #666;
padding: 10px;
line-height: 150% 
}

.box    
{ 
float: right;
clear: right;
width: 170px;
background-color: #F2F2F2;
border: 1px solid #C0C0C0;
padding: 5px;
margin: 0px 10px 15px 15px;
font-size: 7pt
}

/* horizontale Navigation */

#navi    
{  
width: 750px;
border-left: 5px double #666;
border-right: 5px double #666;
font-family: Georgia, Arial, Tahoma;
font-size: 11pt;
letter-spacing: 1pt;
table-layout: fixed 
}

#navi a:link, #navi a:visited, #navi a:active 
{ 
display: block; 
text-align: center; 
line-height: 28px;  
text-decoration: none; 
color: #000; 
background-color: #C0C0C0; 
border-top: 1px solid #999;
border-right: 1px solid #999;  
border-bottom: 1px solid #999;
font-weight: bold  
}

#navi a:hover
{ 
display: block;
text-align: center;
line-height: 28px;
text-decoration: none;
color: #999;
background-color: #f2f2f2;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid transparent;
font-style: italic;
font-weight: bold 
}

/* Fußzeile */

#fuss        
{ 
font-family: Verdana, Arial, Tahoma;
font-size: 7pt;
font-style: italic;
color: #999;
background-image: url('../images/bg-fuss.jpg');
background-repeat: repeat-x;
text-align: center;
letter-spacing: 1pt;
background-color: #E0CEBA;
border: 5px double #666;
width: 750px;
line-height: 30px 
}
