body         
{ 
background-color: #A9B3D6; 
margin: 0px;
background-image: url('../images/bg.jpg'); 
background-repeat: no-repeat; 
background-position: center top;
background-attachment: fixed  
}

/* Überschriften und Absatz */
h1, h2
{ 
font-family: 'Arial Black', Tahoma, Arial;
color: #252D5E 
}
h1           
{ 
margin: 0;
font-size: 14pt;
letter-spacing: 3px 
}
h2           
{ 
font-size: 11pt 
}
p            
{ 
font-family: Arial, Tahoma, Verdana;
font-size: 9pt;
color: #F2F1DF;
line-height: 150%;
font-weight: bold;
text-align: justify 
}

/* allgemeine Textlinks */
a:link, a:visited, a:active
{ 
color: #252D5E
}
a:hover      
{ 
text-decoration: none;
background-color: #F2F1DF;
color: #B8522C 
}

/* Navigationsmenü */
.tab         
{ 
background-color: #000;
width: 688px;
table-layout: fixed;
margin-left: 6px 
}
.tab a:link, .tab a:visited, .tab a:active
{ 
text-decoration: none;
display: block;
line-height: 30px;
text-align: center;
font-size: 10pt;
font-family: 'Arial Black', Tahoma, Arial;
color: #F2F1DF;
background-color: #B8522C;
border: 1px solid #F2F1DF 
}
.tab a:hover 
{ 
text-decoration: none;            
color: #B8522C;
background-color: #F2F1DF;
border: 1px dashed #B8522C 
}

/* Homepagename */
#bg_hpname        
{ 
width: 700px;
height: 75px;
text-align: center;
background-color: #F2F1DF;
background-image: url('../images/bg-tab-gelb.jpg'); 
background-repeat: repeat-y;
border-bottom: 2px dashed #252D5E
}
#name, #schatten       
{ 
font-family: 'Arial Black', Tahoma, Arial;               
font-size: 36px;
letter-spacing: 3px;
width: 700px;
position: absolute;
left: 50%
}
#name       
{ 
z-index: 1;
color: #B8522C;
top: 10px;
margin-left: -353px
}
#schatten       
{ 
z-index: 0;
color: #252D5E;
top: 8px;
margin-left: -350px
}

#grafik        
{ 
width: 700px;
height: 257px;
color: #fff; 
background-image: url('../images/hafen.jpg'); 
background-repeat: no-repeat 
}

.nav_rand        
{ 
background-image: url('../images/bg-tab.jpg'); 
background-repeat: repeat-y 
}

/* Seiteninhalt */

#content     
{ 
width: 700px;
padding: 30px 20px;
background-color: #8093BC;
background-image: url('../images/bg-tab-gelb.jpg'); 
background-repeat: repeat-y 
}
#inhalt   
{            
background-color: #8093BC;
background-image: url('../images/bg-in.jpg'); 
background-repeat: repeat-y;
padding: 10px 30px;
border: 2px dashed #252D5E
}

/* Fußzeile */
.fuss        
{ 
width: 700px;
background-image: url('../images/bg-tab.jpg'); 
background-repeat: repeat-y
}
#zeile 
{ 
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight: bold;
margin-left: 6px;
width: 688px;
line-height: 50px;
background-color: #B8522C;
text-align: center;
color: #F2F1DF 
}
