/* Schriftart für alle Texte */
body{font-family:Times, serif; font-size:12pt;}

/* alle imgages werden ohne Rand angezeigt */
img{border:none;} 

/* Standart-Hintergrundbild und Hintergrundfarbe */
body{background-image:url(hinter.jpg);
background-repeat:repeat-y;
float:left; 
width:150; heigth:98;
background-color:white;
}

/* Textlinks */
a:link{color:#000000; border:none;text-decoration:none;}
a:visited{color: #000000; border:none; text-decoration:none;}
a:hover{color:#0000FF;border:none; text-decoration:none;}
a:active{color:#000000; border:none; text-decoration:none;}

/* Schalter für die Auswahlen */
a.kla:link
{
text-decoration:none;
border-width:0px;
padding:0px;
}
a.kla:visited
{
text-decoration:none;
border-width:0px;
padding:0px;
}
a.kla:hover 
{
text-decoration:none;
border-width:2px;
padding:2px;
}
a.kla:active
{
text-decoration:none;
border-width:0px;
padding:0px;
}

#tableFont
{
font-size:10pt;
}
#strich
{
 text-decoration:line-through;
}
