/*BasicCSS (C) by Jan Freiberg http://www.avedo.de*/

.blabla { font-weight: bold;}	  										/* muß für style.css eingetragen sein, erster CSS-Eintrag wird sonst verschluckt !!! */

/* GLOBAL font-family Settings */
body { background-color: #ffffff; background-image: url(bilder/blk30.gif); background-repeat: repeat-y;}


/* GLOBAL font-family Settings */

file, input, select, textarea, option, b, p, td, body { font-family: Verdana, Helvetica, sans-serif;}


/* GLOBAL font-size Settings */

input, select, option, body { font-size: 10px;}
td { font-size: 9px; font-family:verdana, arial, helvetica, sans-serif;} 


/* GLOBAL link Settings */

a {text-decoration: none;}
a:hover {text-decoration: underline;}
.under {text-decoration: underline; color: black; }


/* CLASSIFIED font-size Settings */

.f8 { font-size: 8px;}
/* setzt die fontsize auf 8px */
.f9 { font-size: 9px;}
/* setzt die fontsize auf 9px */
.f10 { font-size: 10px;}
/* setzt die fontsize auf 10px */
.f12 { font-size: 12px;}
/* setzt die fontsize auf 12px */
.bold { font-weight: bold;}
/* anstelle von &lt;b&gt;...&lt;/b&gt; */
.head { font-size:15px; font-weight: bold; font-variant: small-caps; color: #000066;}
/* definiert die Überschrift*/
.head2 { font-size: 10px; font-weight:bold; font-style:italic; font-variant:small-caps; color: #000066;}
/* definiert die Überschrift2*/
.head3 { font-size: 10px; font-style:italic; }
/* definiert die Überschrift3*/
.head4 { font-size: 9px; font-variant: small-caps;}
/* definiert die Überschrift4*/
.nav1 { color: white; font-size:10px; font-variant: normal;}
/* definiert die waagerechte Navigationsleiste*/



/* CLASSIFIED REGULAR color Settings */

.wht { color: white;}
/* setzt die Textfarbe auf weiss*/
.bgwht { background-color: white;}
/* setzt die Farbe des Tabellen-Hintergrund auf weiss*/
.blk { color: black;}
/* setzt die Textfarbe auf schwarz*/
.bgblk { background-color: black;}
/* setzt die Farbe des Tabellen-Hintergrund auf schwarz*/
.grey { color: #C0C0C0;}
/* setzt die Textfarbe auf grau*/
.bggrey { background-color: #C0C0C0;}
/* setzt die Farbe des Tabellen-Hintergrund auf grau*/


/* CLASSIFIED padding Settings */

.pad2222 { padding : 2px 2px 2px 2px }
/* 2px Abstand zu allen Seiten */
.pad3333 { padding : 3px 3px 3px 3px }
/* 3px Abstand zu allen Seiten */
.pad4444 { padding : 4px 4px 4px 4px }
/* 4px Abstand zu allen Seiten */
.pad5555 { padding : 5px 5px 5px 5px }
/* 5px Abstand zu allen Seiten */


/* CLASSIFIED HIGHLIGHT color Settings */

.high { color: #000066;}
/* setzt die Textfarbe auf highlight*/
.bghigh { background-color: #000066;}
/* setzt die Tabellenhintergrundfarbe auf highlight*/
.bgnav { font-weight:bold; color: #000066; padding : 0px 5px 0px 5px; background-color: #000066;}
/* 5px Abstand zu allen Seiten */

/*
COLOR SCHEME:
brown #952700
orange #D85215
yellow #EF9600
blue #000066
green #94AE00
oliv #5A5E25
*/