/* CSS-Angaben time2go   */

/* Gliederung            */
/* 1. Allgemeines (body) */
/* 2. Links              */
/* 3. Schrift            */
/* 4. Tabellen           */


/* 1. Allgemeines (body) */

body
{
margin: 0;
background: #ffffff;
font-family: arial, helvetica, verdana;
font-size: 10px;
color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
}

}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
 {
 font-family: arial, helvetica, verdana;
 font-size: 10px;
 color: #000000;
 }


/* 2. Links                 */
a { text-decoration: none; }
a.popup { text-decoration: none; }
a:link { }
a:link.popup { color: #ffffff; font-family: arial, helvetica, verdana; font-size: 8pt;}
a:link.white { color: #ffffff; font-size: 10px; }
a:link.black { color: #000000; font-size: 10px; }
a:link.gray { color: #7777777; }
a:visited { }
a:visited.popup { color: #ffffff; font-family: arial, helvetica, verdana; font-size: 8pt;}
a:visited.black { color: #000000; font-size: 10px; }
a:visited.gray { color: #777777; }

a:hover { color: #000000; }
a:hover.popup { color: #000000; font-family: arial, helvetica, verdana; font-size: 8pt;}
a:hover.white { color: #ffffff; }
a:hover.gray { color: #333333; }
a:active { }
a:active.popup { color: #ffffff; font-family: arial, helvetica, verdana; font-size: 8pt;}
a:active.gray { color: #7777777; }

/* 3. Schrift               */

font { font-size: 10px; color: #000000; }
.black { font-size: 12px; }
.white { color: #ffffff;}
.darkgray { color: #333333; }
.gray { color: #777777; }
.f_rot { color: #ff0000; }
.popup { color: #000000; font-family: arial, helvetica, verdana; font-size: 8pt;}
.popup_headline { color: #ffffff; font-family: arial, helvetica, verdana; font-size: 8pt;}

/* 4. Tabellen */
td
.rot { background: #ff0000; }
.rot2 { background: #ffdcdc; }
.rot3 { background: #ffebeb; }
.weiss { background: #ffffff; }
.grau { background: #f5f5f5; }