body         
{ 
margin: 0px 40px 10px 0px;
background-color: #C3C3C3 
}

/* allgemeine Textlinks */ 

a:link, a:visited, a:active
{ 
text-decoration: underline;
color: #687DA4 
}

a:hover      
{ 
text-decoration: none;
color: #A34141 
}

/* Überschriften und Absatz */ 

h1, h2, h3, h4, h5, h6
{ 
font-family: Tahoma, Helvetica, Arial;
color: #000 
}

h1           
{ 
font-size: 22px 
}

h2           
{ 
font-size: 18px;
color: #A34141 
}

h3           
{ 
font-size: 14px 
}

h4           
{ 
font-size: 12px 
}

h5           
{ 
font-size: 11px 
}

h6           
{ 
font-size: 10px 
}

p           
{ 
font-family: Tahoma, Helvetica, Arial;
color: #333;
font-size: 14px;
text-align: justify 
}

/* Hervorhebung eines Textabschnitts */ 

.umrandung   
{ 
font-family: 'Arial Black', Tahoma, Arial;
font-size: 12px;
text-align: justify;
background-color: #666;
color: #ccc;
border: 1px solid #000;
padding: 5px 
}
