a:link { color:#4a5573; 
	 font-family:Arial; 
	 text-decoration:none;
	 font-weight: 900; }
	 
a:visited { color:#4a5573; 
	    font-family:Arial; 
	    text-decoration:none;
	    font-weight: 900; } 
	    
a:active { color:#3F3F3F; 
	   font-family:Arial; 
	   text-decoration:none; }  
	   
a:hover { color:red; 
	  font-family:Arial; 
	  text-decoration:none; }

body { background-color :#DCEBFC; }


font { font-family:Arial;
       font-size:8pt; }

h1 { font-family:Arial;
      font-size:12pt;}

h2 { font-family:Arial;
      font-size:10pt;}

h3 { font-family:Arial;
      font-size:9pt;}

h4 { font-family:Arial;
     font-size:10pt;
     color: red;} 

.nix { font-size:0pt; 
		color: #cccccc;}   
     
.fontsklein { font-family:Arial;
       	    font-size:7pt; }      
       
.fontklein { font-family:Arial;
       	    font-size:8pt; }
       	    
.fontbold { font-family:Arial;
       	    font-size:8pt;
	    font-weight: 900;}      

.fontfehler { font-family:Arial;
       	    font-size:8pt;
	    font-weight: 900;
	    color: red;}         	    
       	    
.fontkleinblack { font-family:Arial;
       	    font-size:8pt;}       	    
       	         	    
.fontzusatz { font-family:Arial;
       	    font-size:8pt;
       	    font-weight: bold;}       	         	    
       	    
.fontmittel { font-family:Arial;
       	    font-size:10pt;
       	    color: #4A5577; }         	    
       	    
.fontgroß { font-family:Arial;
       	    font-size:12pt;
       	    color: #4A5577; }       	    
       
.fontwort { font-family:Arial;
       	    font-size:0px;
       	    color: #DCEBFC; }        	    
       
.hilfe { font-family:Arial;
       	    font-size:30px;
       	    color: #DCEBFC; }          	    

select.dropdown { width:145px;
               height:16px;
               background-color: #B3D6F7;
               color:#4A5577;
               font-family:Arial;
               font-size:8pt;
               font-weight:bold;
               border-left: 1px solid #000000;
               border-bottom: 1px solid #000000;
               border-right: 1px solid #000000;
               border-top: 1px solid #000000; }


input.submit { width:145px;
               height:16px;
               background-color: #DCEBFC;
               color:#4A5577;
               font-family:Arial;
               font-size:8pt;
               font-weight:bold;
               border: 0px solid #000000; }
               
.formWhite { height:16px;
          background-color: #DCEBFC;
          color:#000000;
          font-family:Arial;
          font-size:8pt;
          font-weight:bold;
          border: 1px solid #000000; }       
          
.formWhiteFehler { height:16px;
          background-color: #DCEBFC;
          color:red;
          font-family:Arial;
          font-size:8pt;
          font-weight:bold;
          border: 1px solid red; }               
          
.formWhiteText { background-color: #DCEBFC;
         	 color:#000000;
        	 font-family:Arial;
		 font-size:8pt;
		 font-weight:bold;
       		 border: 1px solid #000000; } 
				
.formWhiteTextFehler { background-color: #DCEBFC;
         	 color: red;
        	 font-family:Arial;
		 font-size:8pt;
		 font-weight:bold;
       		 border: 1px solid red; } 				 
       		 
.formWhiteSubmit { width:145px;
               	   height:16px;
                   background-color: #DCEBFC;
                   color:#000000;
                   font-family:Arial;
                   font-size:8pt;
                   font-weight:bold;
                   border: 1px solid #000000; }       		 
            

.menu {	position: absolute;
	top:0;
	z-index: 2;}

.submenu { position: absolute;
	   top: 21;
	   z-index: 1;
	   visibility: hide;
	   visibility: hidden;}
	   
