.blabla {font-weight: normal}
/*muss als erster Eintrag gesetzt sein, erster Eintrag wird verschluckt*/

body {background-color:#CCCCCC}

/*Schriftart*/

body, p, table, td, tr, h1, div, form {font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000}


/*Schriftgrößen und Auszeichnungen*/

body, p, table, td, tr, div, form {font-size:10pt}

h1 {font-size:12pt; font-weight:bold}

.small {font-size:8pt}

.big {font-size:12pt; font-weight:bold}

.tabheader {font-size:12pt; font-weight:bold; color:#FFFFFF; background-color:#666666}

.b {font-weight:bold}


/*Links*/

a:link {color:#006600; text-decoration:underline}

a:visited {color:#990033; text-decoration:underline}

a:active {color:#006600; text-decoration:underline}

a:hover {color:#990033; text-decoration:none}


/*besondere Textauszeichnungen*/

.colored {  color: #990033}

