<style type="text/css">



 h1    { font-size:18pt;
         color:#000000;
         font-weight:bold;
         font-family:arial;

         }

 body  {
	background-color: #000066;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #000066;
	scrollbar-face-color: #0D5EB5;
	scrollbar-highlight-color: #0D5EB5;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-dark-shadow-color: #0D5EB5;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
       }

 h5    { font-size:15pt;
        color:#0066CC;
        font-weight:bold;
        font-family:arial;

         }

 p     { font-size:10pt;
        color:#0066CC;
        letter-spacing:0,3mm;
        word-spacing:0,9mm;
        font-family:arial;
      }
	  
 .klein	 { font-size:7pt;
         color:#0066CC;
         letter-spacing:0,3mm;
         word-spacing:0,9mm;
         font-family:arial;
       }

.zeile_klein	 
       { font-size:5pt;
         color:#0066CC;
         letter-spacing:0,3mm;
         word-spacing:0,9mm;
         font-family:arial;
       }
	   
ul     { list-style-type:disc;
         font-size:10pt;
         color:#FF9900;
         letter-spacing:0,3mm;
         word-spacing:0,9mm;
         font-family:arial;
		}
	  
 b,i   { color:#0066CC; }

.orange {color: #FF9900}

.blau {color: #0066CC} 

 a:link    { color:#0066CC; text-decoration:none; }
 a:visited { color:#0066CC; text-decoration:none; }
 a:active  { color:#0066CC; text-decoration:none; }
 a:hover   { color:#ff9900; text-decoration:none; }
 
 input {
	background-color:#FF9900;
	border:1px solid #0066CC;
	color:#0066CC;
	/*height:16px;*/
}

textarea {
	background-color:#FF9900;
	border:1px solid #0066CC;
	color:#517c58;
	/*height:16px;*/
}

#error {
	position:absolute; 
	left:335px; 
	top:310px; 
	width:240px; 
	height:30px; 
	z-index:10; 
	background-color:#FF9900; 
	layer-background-color:#555555; 
	border:1px solid #0066CC;

	font-family:verdana;
    font-style:bold;
	color:#0066CC; 
	 /*position:center;*/
    text-decoration:none;
	line-height:150%;
    font-size:12px;
    letter-spacing:0,2mm;
    word-spacing:0,8mm;
	
}

.check {
	background-color:#FF9900;
	border:1px solid #0066CC;
	color:#50066CC; 
	font-size:8pt;
    font-family:verdana;
    font-style: normal  
}	
</style>