/* $Id: gds.css,v 1.11 2002/05/06 17:22:07 ck Exp ck $ */

    /* Used for the webalizer 
     */
    BODY { font-family: Geneva,Arial,Helvetica, sans-serif;
           background-color: #ffffff;
	   font-size: 13px }
    TD { font-family: Geneva,Arial,Helvetica, sans-serif;
	   font-size: 13px }
    TH { font-family: Geneva,Arial,Helvetica, sans-serif;
	   font-size: 13px }
    UL { font-family: Geneva,Arial,Helvetica, sans-serif;
	   font-size: 13px }
    DL { font-family: Geneva,Arial,Helvetica, sans-serif;
	   font-size: 13px }

    P { font-family: Geneva,Arial,Helvetica, sans-serif;
	   font-size: 13px }


    /* td.top { } */
    /* td.lefttop { } */
    /* td.leftmiddle { } */
    td.leftbottom { font-family: Geneva,Arial,Helvetica, sans-serif; 
                    font-size: 13px }
    td.middle     { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 13px }
    td.datatable  { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 12px }
    td.bottom     { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 11px;
		    color: #3399cc; /* Color-Angabe verhindert das 'schwarz 
                                       des Links für die aktuelle Seite' */
                   }
    td.category    { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 11px }
    td.headline    { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 18px;
		    font-weight: bold }

    /* This is needed due to a bug in some 4.xx netscape versions.
     * Same definitions like td.middle
     */
    .bug          { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 13px }

    /* Used for footnotes (e.g. support)
     */
    .foots	  { font-family: Geneva,Arial,Helvetica, sans-serif;
                    font-size: 10px }

    /* Defines Link-Colors 
     */
    a:link { color:#3399cc; } /* GDS-blue */
    a:active { color:#ffcc33; }	/* GDS-yellow */
             /* Doesn't work on Netscapes! */
    a:visited { color:#066c9f; } /* darker GDS-blue */


a.fettgelbunterstrichen {
	color: #ffcc33;		/* GDS-yellow */
	font-weight: bold;
	text-decoration: underline;
}

a:active.fettgelbunterstrichen {
	color: #3399cc;		/* GDS-blue */
	font-weight: bold;
	text-decoration: underline;
}
}
