/* DATEI: img.css */


body { bgcolor=#FFFFFF; font-family:Arial, Helvetica, sans-serif;}

/* Ueberschriften */


h1 {  	font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #003366;
	border-top-width:none; border-top-style:none;
	border-bottom-width:medium; border-bottom-style:solid; border-color:#003366; width:100%;
   }


h2 {  	font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #003366;
	
   }


h3 {  	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold color: #003366;
	
   }


h4 { font-size:8pt; }

# p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }


p,ol,li,div,td,th,address,nobr,b,i { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#003366; text-decoration: none }

ul { list-style-type="square"; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color:#003366; text-decoration: none }

pre { font-family:"Courier New",Courier; font-size:10pt; }

.doc { background-color:#F7F7F7; }


/* Definitionen fuer Zellen in Tabellen, legen Farbe des Hintergundes fest */
/* Allgemein Background wie im CMS */

td.bg {background-color:#EEEEEE; }
td.box { border-width:1px; border-style:solid; border-color:#C0C0D0; padding:6px; }

/* Zwei Grautoene */
td.grey {background-color:#E6E6E6; }
td.ligrey {background-color:#F7F7F7; }


/* Definition der Links */
/*
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003399; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003399; text-decoration: none} 
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003399; text-decoration: underline}
*/

a:link {  font-family: Arial, Helvetica, sans-serif; color: #003399; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; color: #003399; text-decoration: none} 
a:hover {  font-family: Arial, Helvetica, sans-serif; color: #003399; text-decoration: underline}
	