@charset "iso-8859-1";

/* Schriften und Abstände */

body {margin-top: 0px; margin-bottom: 0px;
      margin-left: 0px; margin-right: 0px;
	  color: #000000; background-color: #FFFFFF;
	  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt;}

table,tr,td
     {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt;}
	 
.titel{font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11pt;}

	 		 
/* allgemeine links im text */

a:link {color:#000099; text-decoration: none; font-weight:bold;
		font-family: verdana; }
a:active {color:#000099; text-decoration: none; font-weight:bold;
		font-family: verdana; }
a:visited {color:#0099FF; text-decoration: none; font-weight:bold;
		font-family: verdana; }
a:hover {color: #000099; text-decoration: underline; font-weight:bold;
		font-family: verdana; }
		
/* links im Header */

a.ober:link {
		color:#FFFFFF; text-decoration: none;
		font-weight:bold;
		font-family: verdana; }
		
a.ober:visited {
		color:#FFFFFF; text-decoration: none;
		font-weight:bold;
		font-family: verdana; }
		
a.ober:active {
		color:#FFFFFF; text-decoration: none;
		font-weight:bold;
		font-family: verdana; }
		
a.ober:hover {
		color:#FFFFFF; text-decoration: underline overline;
		font-weight:bold;
		font-family: verdana; }
				
/* links im text als Unterschrift */

a.unter:link {
		color:#000000; text-decoration: none;
		font-weight:normal;
		font-family: verdana; }
		
a.unter:visited {
		color:#000000; text-decoration: none;
		font-weight:bold;
		font-family: verdana; }
		
a.unter:active {
		color:#000000; text-decoration: none;
		font-weight:normal;
		font-family: verdana; }
		
a.unter:hover {
		color:#000000; text-decoration: underline;
		font-weight:normal;
		font-family: verdana; }

