/* Kuhn Waeschereimaschinen GmbH         */
/* Colors                                */
/* Light Blue RGB(139,188,213) = #8BBCD5 */     
/* Dark  Blue RGB( 16, 41,133) = #10297B */
/* Red        RGB(200, 00, 50) = #C80032 */


body { margin-top:0px; margin-bottom:0px; }
p,li,div { font-family:Arial,sans-serif; font-size:9pt;}

h1 		{ font-family:Arial,sans-serif; font-size:14pt; font-weight:bold; background-color:#10297B;  color:white; }
h2 		{ font-family:Arial,sans-serif; font-size:12pt; font-weight:bold; background-color:#10297B;  color:white; }
h3 		{ font-family:Arial,sans-serif; font-size:12pt; margin-bottom:1pt}
h4 		{ font-family:Arial,sans-serif; font-size:10pt; }

/* Datum der Änderung */
.Date 	{ font-size: 8pt; font-weight: bold }

/* Tabellen - Überschrift, Text, Fett (blau),  */
td 		{ font-family: Arial,sans-serif;  font-size:10pt; }
.head 	{ font-size:8pt; font-weight:bold; 	background-color:#10297B;  	color:white; ; text-align: center}
.text 	{ font-size:8pt; font-weight:normal; 	background-color:white;  	color:Black; }
.bold 	{ font-size:8pt; font-weight:bold; 	background-color:white;   	color:#10297B}
.red  	{ font-size:8pt; font-weight:normal; 	background-color:white;  	color:#C80032; }
 



/* Links */
a { font-family:Arial,sans-serif; font-weight:bold; font-size:8pt; text-decoration:none }
a:link    { color:#10297B }
a:visited { color:#10297B }  
a:active  { color:#10297B }
a:hover   { color:#C80032 }

/* Bullet */
UL  { 	list-style-type:square; 
       list-style-position:outside;
       color: #10297B; 
       font-family : Arial, Helvetica, sans-serif; 
       font-size : 12px; }