/* Kalibrieren - CSS-Reset */
h1, h2 {padding: 0; margin: 0;}

a:visited{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 12px;
text-decoration: normal;
color:#008000;
} 
a:hover{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 12px;
text-decoration: none;
color:#FFFFFF;
background-color:#008000;
} 
a.navi:link{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 16px;
text-decoration: normal;
color:#008000;
} 
a.navi:visited{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 16px;
text-decoration: normal;
color:#008000;
} 
a.navi:hover{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 16px;
text-decoration: none;
color:#FFFFFF;
background-color:#008000;
} 
a.navi:active{
font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 16px;
text-decoration: none;
} 
body{ font-size: small;}
h1 { font-size:130%;
     line-height=0.8;}
h2 { font-size: 80%;}


