
<!--
/* Einfaches CSS auch für ältere Browser*/

body { background-color:#ffffff; }
/*Normal Type*/
basefont { font-family:Verdana, Arial;font-weight:normal;font-size:10pt;text-decoration:none;color:Black; }
p  { font-family:Verdana, Arial;font-weight:normal;font-size:10pt;text-decoration:none;color:Black; }
td { font-family:Verdana, Arial;font-weight:normal;font-size:10pt;text-decoration:none;color:Black; }
ul { font-family:Verdana, Arial;font-weight:normal;font-size:10pt;text-decoration:none;color:Black; }
ol { font-family:Verdana, Arial;font-weight:normal;font-size:10pt;text-decoration:none;color:Black; }
a  { font-family:Verdana, Arial;font-weight:bold;font-size:10pt;text-decoration:none;color:#6699CC; }
/*Überschrift 1*/
h1 { font-family:Verdana, Arial;font-weight:bold;font-size:19pt; text-decoration:none;color:#999999; }
/*Überschrift 2*/
h2 { font-family:Verdana, Arial;font-weight:bold;font-size:13pt; text-decoration:none;color:#999999; }
/*Überschrift 3*/
h3 { font-family:Verdana, Arial;font-weight:bold;font-size:11pt; text-decoration:none;color:#AAAAAA; }
/*Überschrift 4*/
h4 { font-family:Verdana, Arial;font-weight:bold;font-size:10pt;text-decoration:none;color:Black; }
/*Fussnote*/
h6 { font-family:Verdana, Arial;font-weight:normal;font-style:italic;font-size:8pt;text-decoration:none;color:#999999; }
/*Effekte für Verweise*/
/*Beim Überfahren des Textes verändert dieser die Farbe und wird unterstrichen*/
        
   a:hover  {
   	font-family : Verdana, Arial;
   	font-size : 10pt;
   	color : blue;
      text-decoration : underline

   }
   
 
   
   a  {
   	font-family : Verdana, Arial;
   	font-size : 10pt;
   	color : #6699CC;
      text-decoration : none

      
   }

 //-->


