body         
{ 
margin: 0;
background-color: #6699CC;
background-image: url('../images/bg.jpg'); 
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
font-family: Tahoma, Verdana, Arial;
overflow: hidden
}

/* allgemeine Linkformatierung Inhalt und Footer */
a:link, a:active, a:visited
{  
color: #003366;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #003366
}

/* Rahmen für allg. Grafiken */
img
{
border: 0
}

/* Position Rahmen */
#rahmen      
{ 
position: absolute;
left: 50%; top: 50%; 
margin-left: -300px; 
margin-top: -200px;
width: 600px; 
height: 400px
}

/* Text Inhalt */
#inhalt      
{  
width: 400px; 
height: 400px
}

/* Überschriften und Absatz */
#inhalt h1 
{           
font-size: 16px;
color: #003366;
letter-spacing: 1pt;
text-align: left;
margin: 63px 20px 15px 25px
}
#inhalt h2 
{           
font-size: 12px;
color: #003366;
text-align: left;
margin: 10px 20px 0 25px
}
#inhalt p
{           
margin: 2px 20px 10px 25px;
text-align: justify;  
font-size: 11px;
color: #003366;
margin-bottom: 20px
}

/* Adressdaten */
#adr_dat      
{  
float: right;
width: 190px; 
height: 400px;
font-size: 9pt;
color: #003366
}
/* Überschriften, Absatz und Linkformatierung */
.name    
{  
font-size: 20px;
color: #66CCFF;
text-transform: uppercase;
margin: 15px 0 25px 0
}
address    
{  
margin: 15px 0 5px 5px
}
#adr_dat span     
{  
font-weight: bold;
font-style: normal;
font-size: 13px
}
#adr_dat h1    
{  
font-size: 13px;
color: #003366;
margin: 25px 0 0 5px
}
#adr_dat p    
{  
font-size: 11px;
line-height: 150%;
margin: 0 0 25px 5px
}
#adr_dat a:link, #adr_dat a:active, #adr_dat a:visited
{  
color: #003366;
text-decoration: underline       
}
#adr_dat a:hover
{  
text-decoration: none;
color: #003366
}

/* Footer */ 
#footer
{
text-align: center;
position: absolute;
left: 50%; top: 50%; 
margin-left: -300px; 
margin-top: 205px;
width: 600px; 
height: 20px;
color: #336699;
font-size: 10px
}
#footer a:link, #footer a:active, #footer a:visited
{  
color: #336699;
text-decoration: none       
}
#footer a:hover
{  
text-decoration: overline;
color: #336699
}
