/* Formatierung des Inhaltsframes */

body 
{ 
margin: 0px 20px 20px 0px;
background-color: #000;
    /* bunte Scrollbar nur sichtbar im IE ab Vers. 5.5 und Opera ab Vers. 7.2 */ 
scrollbar-3dlight-color: #C0C0C0; 
scrollbar-arrow-color: #C0C0C0; 
scrollbar-darkshadow-color: #808080; 
scrollbar-face-color: #000; 
scrollbar-highlight-color: #C0C0C0; 
scrollbar-shadow-color: #000; 
scrollbar-track-color: #6D6D6D 
    /* Scrollbar Ende */ 
}

/* Formatierung Überschriften und Absatz */ 

h1, h2, h3, h4, h5, h6 
{ 
font-family: Georgia, Verdana, Tahoma;
color: #C0C0C0
}

h1          
{ 
font-size: 20px 
}

h2          
{ 
font-size: 16px 
}

h3          
{ 
font-size: 14px 
}

h4          
{ 
font-size: 12px 
}

h5          
{
font-size: 11px 
}

h6          
{ 
font-size: 10px 
}

p           
{ 
font-family: Georgia, Verdana, Tahoma;
font-size: 14px;
text-align: justify;
color: #7A7A7A 
}

/* allgemeine Textlinks */
 
a:link      
{ 
text-decoration: none;
color: #fff 
}

a:visited, a:active   
{ 
text-decoration: underline;
color: #7A7A7A 
}

a:hover     
{ 
text-decoration: overline underline;
color: #C0C0C0 
}

/* Formatierung des hervorgehobenen Textabschnitts */ 

.umrandung  
{ 
font-family: Courier, Verdana, Tahoma;
font-size: 14px;
text-align: justify;
padding: 5px;
border: 1px solid #C0C0C0;
color: #C0C0C0 
}