/* format einstellungen als css file extern */
/* ====================================================================================*/
/* links ===================================================================*/ 
 
 a:link {font-family:Verdana;color:#ffffFF; text-decoration: underline}
 a:visited { font-family:Verdana;color:#ffffff; text-decoration: underline}
 a:hover { font-family:Verdana;color:#22356f; text-decoration:underline}
 a:active { font-family:Verdana;color:#22356f; text-decoration: underline}
 
 a.popup:link {font-family:Verdana; color:#ffffff; text-decoration:none; }
 a.popup:visited {font-family:Verdana; color:#ffffff; text-decoration:none;}
 a.popup:hover { font-family:Verdana;color:#ffffff; text-decoration:underline; }
 a.popup:active { font-family:Verdana;color:#ffffff; text-decoration: underline}
 
 a.weiss:link { font-family:Verdana;color:#ffffff; text-decoration:none; }
 a.weiss:visited {font-family:Verdana; color:#ffffff; text-decoration:none;}
 a.weiss:hover { font-family:Verdana;color:#ffffff; text-decoration:underline; }
 a.weiss:active { font-family:Verdana;color:#ffffff; text-decoration: underline}
 
  a.schwarz:link { font-family:Verdana;color:#000000; text-decoration:none; }
 a.schwarz:visited { font-family:Verdana;color:#000000; text-decoration:none;}
 a.schwarz:hover {font-family:Verdana; color:#000000; text-decoration:underline; }
 a.schwarz:active { font-family:Verdana;color:#000000; text-decoration: underline}
 
 /* text ===================================================================*/
 
 p {font-family:Verdana; font-size:10pt}
 
 p.durch {text-decoration:line-through; color:red}
 p.ueberschrift {font-family:Verdana; font-size:12pt}
 p.8punkt { font-family:Verdana; font-size:8pt }

 table {font-family:Verdana; font-size:10pt}
 table.table_8punkt {font-family:Verdana; font-size:8pt}
 
 ul {font-family:Verdana; font-size:10pt}
 
 body {
 	font-family:Verdana; font-size:10pt; color:#ffffff;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:white;
	scrollbar-base-color:red;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:
	}

/* ====================================================================================*/