body
{ 
font-family: Verdana, Arial, Helvetica; 
}

h1 /*Hauptueberschrift braun*/    
{ 
color: #ff4016; 
font-size: 15px; 
font-weight: bold; 
margin-top: 6px; 
margin-right: 6px; 
margin-left: 6px; 
}

h2  /* Nebenueberschrift schwarz */   
{ 
color: #000000; 
font-size: 15px; 
font-weight: bold; 
margin-bottom: 6px; 
margin-left: 24px; 
}

h3 /* Hervorhebung braun */ 
{
font-size:12px; 
font-weight:bold; 
color: #ff4016;
}

h4  /*  Hervorhebung */   
{ 
color: black; 
font-size: 11px; 
font-weight: bold; 
}

h5  /* Hervorhebung braun 2x eingerueckt */  
{ 
color: #ff4016; 
font-size: 11px; 
font-weight: bold; 
text-align: center; 
}

h6 /* Bildunterschrift */ 
{
font-size:10px; 
font-weight:bold; 
color:#000000;
}

p   
{ 
color: #000000; 
font-size: 11px; 
font-weight: normal; 
}

ul 
{ 
color: black; 
font-size: 11px; 
font-style: normal; 
list-style-type: disc; 
margin: 1em 0 1em 24px; 
}

a:link 
{ 
color: #000000; 
font-size: 11px; 
font-weight: normal; 
}

a:visited 
{ 
color: #333333; 
font-size: 11px; 
font-weight: normal; 
}

a:active 
{ 
color: #333333; 
font-size: 11px; 
font-weight: normal; 
}

a:hover 
{ 
color: #ff4016; 
font-size: 11px; 
font-weight: normal; 
}

.grande 
{ 
font-size: 15px; 
}

.block 
{ 
text-align: justify; 
}

.small 
{ 
color: #000000; 
font-size: 10px; 
font-weight: normal; 
}

