BODY,TABLE,TD,TR,DIV,P,H1,H2,H3,H4,UL,OL {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
    color:black;
   }
BODY,TD,DIV,P,UL,OL {
    font-size: 13px; color:black;
    color:black;
   }

LI.white { color:white; }

PRE {
          font-family: "Courier New", monospace;
          font-size: 12px; color:black;
    }

H1 {font-size: 28px;color:white;}
H2 {font-size: 16px;color:white;}
H3 {font-size: 13px;}

.small {font-size: 12px;}
.mini {	font-size: 11px;}
.minimini {font-size: 10px;}
.xmini {font-size: 2px;}
.xxmini {font-size: 1px;}

A {	font-size: 13px; text-decoration: none; font-weight : bold;}
A:link {color:#F0E59E}
A:visited {	color:#C7B767}
A:active {color:#DEC3A9}
A:hover {color:#ffffff;}

/* Haupttabelle 2 Spalten * 3 Zeilen: Tabelleneigenschaften */
TABLE.scw { width:100%;
            height:100%;
          }
TD.logo   { background-color:#6699cc;
            color:black;
            width:15%;
            height: 15%;
          }
TD.header { background-color:#3366cc;
            color:white;
          }

TD.lmenu  { background-color:#3366cc;
            color:white;
            width:15%;
            vertical-align:top;
            padding-left:0.3cm;
            padding-right:0.2cm;
            padding-top:0.5cm;
          }
TD.main   { background-color:#6699cc; 
            color:black;
            vertical-align:top;
            padding-left:0.3cm;
            padding-right:0.2cm;
          }
TD.mainrechts   { background-color:#6699cc; 
            color:black;
            vertical-align:top;
            padding-left:0.3cm;
            padding-right:0.2cm;
          }


TD.lfoot  { background-color:#6699cc;
            color:black;
            width:15%;
            text-align:center;
          }
TD.rfoot  { background-color:#3366cc; 
            color:white;
          }

/* Headertabelle */
TABLE.header { width:100%; text-align:center}
TD.headertext { width:99%}
DIV.headertext { color:white; text-align:center}
DIV.headertextL { color:white; text-align:left}

/* footertabelle */
TABLE.tabrfoot { width:100%; text-align:center }
TD.copyright { width:80%; color:white;}
DIV.copyright { color:white; text-align:left}
TD.top { width:20%;}

.noborder { border:0px ;}
.center { text-align:center ;}
.right { text-align:right ;}
.textblack { color:black; }
.textwhite { color:white; }

IMG.leftfloat { float:left; margin-right: 1cm;}
IMG.rightfloat { float:right; margin-left: 0.5cm;}

