
body {  background-color: #ebf4ff;
}

p,div,layer,li,td,th,input,textarea,.std  {
        color : #000000;
        font-size : 13px;
        font-weight : 400;
        font-family : arial, helvetica, sans-serif;
        font-style : normal;
}

.hr {   background-color: #c0c0c0;
        color: #cc0000;
}

tt  {
        font-family : 'monospace';
}

em  {   font-style : normal;
        font-weight : 400;
}

strong,.strong {font-weight: 800;
   font-style : normal;
   text-decoration: none;
}

.weak {color: #a0a0a0;
   font-weight: 400;
   font-style : normal;
   text-decoration: none;
}

.small  {
    font-size : 11px;
}

.big  {
    font-size : 15px;
}

sup  {  vertical-align:top;
    font-size : 80%;
    font-style : normal;
    text-decoration: none;
}

sub  {  vertical-align:bottom;
    font-size : 80%;
    font-style : normal;
    text-decoration: none;
}


.marked {background-color:#ffff66;
}
.goodinfo {color:#0050a0; /* z. Zt. wie h1 */
    font-weight: 800;
}
.vip,.badinfo {color:#d84911; /* "very important point" oder so */
   font-weight: 800;
} /* derzeit: rot */


b  {
        font-weight : 800;
}

i  {
        font-style : italic;
}

u,.u  {
        text-decoration : underline;
}


a  {    text-decoration : none;
}

a:link  {color : #0050a0;
    text-decoration : underline;
}
a:hover  {
    color : #a0a0a0;
}
a:visited  {
    color : #0050a0;
    text-decoration : underline;
}
a:visited:hover  {
    color : #a0a0a0;
}
a:active  {
    color : #0050a0;
}


.whitetext  {
        color : #ffffff;
        text-decoration : none;
        font-size : 6px;
}


td.pdnMen { /* Pull-Down-Layer d. Pulldn.-Men. */
   background-color: #ffffff;
}

td.pdnMenSep { /* Teiler zwischen Menüpunkten */
   background-color: #0050a0;
}

td.pdnMenFrame { /* Rahmen um Pull-Down */
   background-color: #0050a0;
}


/* Normaltabelle */

table.bg,td.bg {
         background-color: #999999;
}

table.sep,td.sep {
         background-color: #c0c0c0;
}

table.frm,td.frm {
         background-color: #000000;
}

table.main,td.main {
   border-left: 0px none;
   border-right: 0px none;
   border-top: 0px none;
   border-bottom: 0px none;
   background-color: #ffffff;
}

