a:link { color:#AAAAAA; 
	 font-family:Arial; 
	 text-decoration:none; }
	 
a:visited { color:#AAAAAA; 
	    font-family:Arial; 
	    text-decoration:none; } 
	    
a:active { color:#3F3F3F; 
	   font-family:Arial; 
	   text-decoration:none; }  
	   
a:hover { color:#000000; 
	  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:9pt;}

h3 { font-family:Arial;
      font-size:9pt;}
       
       
.fontklein { font-family:Arial;
       	    font-size:8pt; }
       	    
.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:#000000;
          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; }  
       		 
.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;}
	   
