/* DATEI: styles.css */

   body {
	background-color:#FFF8E7;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size:10pt;
}
   
   a:link  {
	color: black;
	text-decoration: none;	
}
   
   a:visited   {
	color: black;
	text-decoration: none;	
}
   
   a:hover    { color: #555; text-decoration: none }
   
   a:active  { color: #009; text-decoration: none }

.un{
  position:absolute;
  left:-3000px;splay:none;
}
.f {
	font-weight: bold;
	font-style: italic;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
