body         
{ 
margin: 0;
font-family: Arial, Tahoma, Verdana;
background-color: #C8D4DF
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited
{  
color: #000;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #666       
}

/* Rahmen (border) für Grafiken allgemein */
img
{
border: 0
}

/* Hauptrahmen inc. Footer */
#rahmen      
{ 
position: absolute;
left: 50%; top: 50%; 
margin-left: -300px; 
margin-top: -200px;
width: 550px; /* 600 */ 
height: 360px /* 400 */
}

/* Rahmen nur Visitenkartenfenster */
#in      
{ 
width: 100%;
height: 340px; /* 380 */
background-color: #fff; 
border: 5px solid #fff
}

/* Spalte für Logo */
#logo_box      
{  
width: 65%;
height: 95px; 
text-align: center;
background-color: #fff
}

/* Adresspalte */
#adr_box      
{  
width: 35%; 
background-color: #003366;
font-size: 10pt; /* 9 */
color: #fff
}
/* Linkformatierung für Adress- und weitere Kontaktdaten */
#adr_box a:link, #adr_box a:active, #adr_box a:visited, #dat_box a:link, #dat_box a:active, #dat_box a:visited
{  
color: #fff;
text-decoration: underline       
}
#adr_box a:hover, #dat_box a:hover
{  
text-decoration: none;
color: #ccc       
}
/* Absatz für Adresse */
address    
{  
margin: 5px
}
#adr_box span     
{  
font-weight: bold;
font-style: normal;
font-size: 13px
}
/* Überschriften und Absatz für weitere Kontaktdaten */
#dat_box    
{  
background-color: #003366
}
#dat_box h1    
{  
font-size: 13px;
line-height: 20px;
color: #fff;
margin: 0
}
#dat_box p    
{  
font-size: 12px; /* 11 */
line-height: 150%;
margin: 2px 0 25px 5px;
color: #fff
}

/* Überschriften und Absatz für Textspalte */
#inhalt h1 
{           
font-size: 13px;
line-height: 20px;
color: #fff;
background-color: #003366;
border-left: 1px solid #fff;
margin: 0
}
#inhalt h2 
{           
font-size: 12px;
margin: 10px 5px 0 5px
}
#inhalt p
{           
margin: 2px 5px 10px 5px;
text-align: justify;  
font-size: 12px
}

/* Footer */ 
#footer
{
text-align: center;
width: 100%;
line-height: 20px;
font-size: 10px
}