/* DATEI: master.css */

Body,TD,h1,h2,h3,a
     { font-size:10pt;font-family:Arial,sans-serif;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

BODY {
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
color : black;
margin : 0%;
padding : 0;
border-width : 0;
border-style : none;
border-color : inherit;
background-color:#F4F4FF;
width : auto;
}

 h1 { font-size:14pt; color: #FFFFFF;background-color: #B80000; margin-right: 40px; }
 h2 { font-size:13pt; color: #000000;background-color: #D0E0F0;margin-right: 40px; }
 h3 { font-size:12pt; color: #000000;background-color: #F2F2F2; margin-right: 40px; }

 td { text-align: left;  }
 th { color:#F2F2F2;background-color:#006090;text-align: left;  }
 td.tablehead { color:rgb(255,255,255);background-color:#006090; }

/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */

.doc { background-color:#EEEEEE; }

a:link { color:#0000FF; text-decoration: underline; }
a:visited { color:#0000FF; text-decoration: underline; }
a:active { color:#FF0000; text-decoration: underline; }
A:hover { COLOR: #FF0000; font-weight: normal;}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
