/* Dateiname: formate.css */

body {
     background-color: #F2F2F2;
     color: #000000;
     font-family: Verdana,Arial;
     line-height:12pt
     alink:#000000;
     vlink:#000000;
     }
.bg         {
 background-color: #D9D9D9;
/* background-color: #FFFFFF; */

}

.gb{
   background-color: #D9D9D9;
/* background-color: #FFFFFF; */
   font-size: 12px;
   line-height:16px;
   }

.bg_colored {background-color:#A6A6A6;}

h1 { font-size:30px;
     margin: 10px 0px;
     padding: 0px;
   }

h2 {
   font-size:24px;
   line-height:30px;
   }

h3 {
   font-size:18px;
   line-height:26px;
   }

h4 {
   font-size:13px;
   line-height:18px;
   }

p {
  font-size: 13pt;
  line-height:18px;
  }
  
p.link {
  font-size: 13pt;
  line-height:20px;
  }

ul {
   font-size: 13px;
   line-height:18px;
   }



A         {font-size: 13px; line-height:18px;}
A:link    { text-decoration : none;      color:#000000;}
A:Visited { text-decoration : none;      color:#000000;}
A:Active  { text-decoration : none;      color:#000000;}
A:Hover   { text-decoration : overline;  color:#000000;}
A:Hover   { text-decoration : underline; color:#000000;}


A.sub         {font-size: 9px;}
A.sub:link    { text-decoration : none;      color:#000000;}
A.sub:Visited { text-decoration : none;      color:#000000;}
A.sub:Active  { text-decoration : none;      color:#000000;}
A.sub:Hover   { text-decoration : overline;  color:#000000;}
A.sub:Hover   { text-decoration : underline; color:#000000;}


TABLE {border:0px solid; margin:0px;}

