/**
*********************************
* Global für alle CSS - Klassen *
*********************************
**/
BODY,TD,TH,TR,TR.head{
color: #EFEFEF;
font-family: Verdana;
}

H3{
text-align: center;
padding top: 5 px;
background:#0060FF;
font-family:Verdana;
  }
a:{
font-family:Verdana;
text-decoration: none;
color: #FFFFFF;
}
a:hover{
text-decoration: none;
color: #0060FF;
background: #EFEFEF;
}
A:LINK        {text-decoration: none; color: #000000;}
A:VISITED     {text-decoration: none; color: #000000;}

/**
*********************************
* Tabellen Gestaltung           *
*********************************
**/
TH{
background-color:#DFDFDF;
font-size:20pt;
}

TR.body1{
height:15px;
font-size:15pt;
}

TR.body2{
height:15px;
font-size:10pt;
}

TR.head {
background: #0060FF;
height:20px;
font-size:17pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

TR.line {
height:15px;
}

BODY          {
font-size:10px;
background:#0082FF;
scrollbar-face-color: #0060FF;
SCROLLBAR-TRACK-COLOR: #EFEFEF;
scrollbar-arrow-color: #EFEFEF;
scrollbar-base-color: #0060FF;
scrollbar-shadow-color : #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #0060FF;
SCROLLBAR-DARKSHADOW-COLOR: #A00020;
scrollbar-highlight-color: #FFFFFF;
}
P {font-size:10pt}