body         
{ 
margin: 0;
font-family: Arial, Tahoma, Verdana;
background-color: #666
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited
{  
color: #333;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #fff       
}

/* Rahmen für Grafiken allgemein */
img
{
border: 0
}

/* Rahmen für Logo */
.grafik
{
border-bottom: 3px solid #fff
}

/* Hauptrahmen incl. Footer */
#rahmen      
{ 
position: absolute;
left: 50%; top: 50%; 
margin-left: -300px; 
margin-top: -200px;
width: 600px; 
height: 400px
}

/* Rahmen Visitenkartenfenster */
#in      
{ 
width: 100%;
height: 380px;
background-color: #999;
border: 15px solid #ccc
}

/* Spalte Logo und Inhalt */
#logo_inhalt      
{  
width: 65%;
text-align: right
}
/* Überschriften und Absatz */
#logo_inhalt h1 
{           
font-size: 16px;
color: #ccc;
letter-spacing: 1pt;
text-align: left;
margin: 15px 20px 25px 15px
}
#logo_inhalt h2 
{           
font-size: 12px;
text-align: left;
margin: 10px 20px 0 15px
}
#logo_inhalt p
{           
margin: 2px 20px 10px 15px;
text-align: justify;  
font-size: 12px
}

/* Adresspalte */
#adr_dat      
{  
width: 35%;
font-size: 9pt;
background-color: #333;
color: #ccc
}
/* Überschriften, Absatz und Linkformatierung */
address    
{  
margin: 15px 0 5px 10px
}
#adr_dat span     
{  
font-weight: bold;
font-style: normal;
font-size: 13px;
color: #fff
}
#adr_dat h1    
{  
font-size: 13px;
color: #fff;
margin: 25px 0 0 10px
}
#adr_dat p    
{  
font-size: 11px;
line-height: 150%;
margin: 0 0 25px 10px
}
#adr_dat a:link, #adr_dat a:active, #adr_dat a:visited
{  
color: #ccc;
text-decoration: underline       
}
#adr_dat a:hover
{  
text-decoration: none;
color: #fff       
}

/* Footer */ 
#footer
{
text-align: center;
line-height: 20px;
color: #333;
font-size: 10px
}

