body         
{ 
margin: 0;
font-family: Arial, Tahoma, Verdana;
background-color: #808080
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited
{  
color: #000;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #333       
}

/* Rahmen (border) für Grafiken allgemein */
img
{
border: 0
}

/* 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: #fff
}

/* Spalte Logo und Inhalt */
#logo_inhalt      
{  
width: 65%;
text-align: right;
background-color: #fff
}
/* Überschriften und Absatz */
#logo_inhalt h1 
{           
font-size: 13px;
color: #660000;
letter-spacing: 1pt;
text-align: left;
margin: 0 10px 35px 27px
}
#logo_inhalt h2 
{           
font-size: 16px;
text-align: left;
margin: 10px 10px 0 27px
}
#logo_inhalt p
{           
margin: 2px 10px 10px 27px;
text-align: justify;  
font-size: 12px
}

/* Adresspalte */
#adr_dat      
{  
width: 35%;
padding-top: 115px; 
border-left: 3px solid #fff;
font-size: 9pt;
color: #fff;
background-image: url('../images/halbkugel.jpg'); 
background-repeat: no-repeat;
background-position: left center
}
/* Überschriften, Absatz und Linkformatierung */
address    
{  
margin: 5px
}
#adr_dat span     
{  
font-weight: bold;
font-style: normal;
font-size: 13px
}
#adr_dat h1    
{  
font-size: 13px;
line-height: 20px;
color: #fff;
margin: 25px 5px -2px 5px
}
#adr_dat p    
{  
font-size: 11px;
line-height: 150%;
margin: -2px 5px 25px 5px;
color: #fff
}
#adr_dat a:link, #adr_dat a:active, #adr_dat a:visited
{  
color: #fff;
text-decoration: underline       
}
#adr_dat a:hover
{  
text-decoration: none;
color: #ccc       
}

/* Footer */ 
#footer
{
line-height: 20px;
font-size: 10px
}
