BODY {
 font-family: "Arial", Helvetica, "sans-serif";
 font-size: medium;
 text-align: left;
 color: #cccccc;
 background: #606000;
}

H1 {
 font-family: "Arial", Helvetica, "sans-serif";
 font-size: x-large;
 font-weight: bold;
 text-align: center;
 color: #ffdf00;
}

H2 {
 font-family: "Arial", Helvetica, "sans-serif";
 font-size: 15pt;
 font-weight: bold;
 text-align: center;
 color: #ffdf00;
}

H3 {
 font-family: "Arial", Helvetica, "sans-serif";
 font-size: 11pt;
 font-weight: bold;
 color: #ffdf00;
}

P, UL, TD, OL {
 font-family: "Arial", Helvetica, "sans-serif";
 font-size: 11pt;
 color: #cccccc;
 vertical-align : top;
}

A {
 color: #FFFFFF;
}

A.nav {
 text-decoration : none;
 color: #FFFFFF;
}

A:hover { text-decoration : none; color: #FFDF00 }

IMG { border-style:none }

TD.aktiv {
 background : #404000 ;
 color: #FFDF00;
 font-weight: bold;
 text-align : center;
}

TD.inaktiv {
 background : #404000 ;
 color: #cccccc;
 font-weight: bold;
 text-align : center
}

TD.dunkel {
 background : #404000 ;
 color: #cccccc;
}

HR { color : #FFDF00 }
