/* ---------------------------------------------- Überschrift Banner */
.master {  
  	font-family: Arial, Helvetica, sans-serif; 
  	font-size: 16px; 
  	font-weight: bold; 
 	color: #666666;  
 	letter-spacing : 2px;
        }

/* ---------------------------------------------- Überschrift Home */
.groesser
          {
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 20px; 
          font-weight: normal;
          color: #ff0000; 
          letter-spacing : 0px;
	  font-weight : bold;
          }

/* --------------------------------------------Standard Überschrift */
.header 
          {  
          font-family: Arial, Helvetica, sans-serif; 
	  font-size: 16px; 
	  font-weight: bold; 
	  color: black;  
	  font-style :normal;
	  color: 0079ce
	  }

/* -------------------------------------------------- Schrift normal */
.normal 
          { 
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 12px; 
          font-weight: normal; 
          color: Black; 
          letter-spacing : 0px;
       
	  text-align : justify;
          }


/* --------------------------------------------------- Schrift fett */				 
.fett  
          {
          font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px; 
          font-weight: bold; 
          color: Black;
          }

/* ---------------------------------------------- Schrift Fusszeile */		  
.foot 
          {  
          font-family: Arial, Helvetica, sans-serif; 
          font-size: 8pt
          }

/* ------------------------------------------------ Schrift Uhrzeit */
.clock
          { 
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 12px; 
          font-weight: bold; 
          color: #666666; 
          letter-spacing : 2px;
          }



/* -------------------------------------------------- Schrift Link */



a 	   
          {  
          font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          text-decoration: none; 
          color: #ACACAC;
          }

/* ------------------------------------------------ 1. Menueintrag  */	
.menuheader 
          { 
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13px; 
	  font-weight: bold; 
	  color: #FFFFFF
	  }

/* ----------------------------------------------Formatierung Menue */
/* Änderbar bitte nur den Bereich background-color                  */   

.menucell 
          {  
	  background-color: #e0e0e0;          
          font-family: Arial, Helvetica, sans-serif; 
	  font-size: 12px;
	  }

.menuitem 
          { 
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 9pt; font-weight: 
	  normal; color: #666666
	  }

.mouseover 
           {  	
	   background-color: #c5c5c5; 			
	   font-family: Arial, Helvetica, sans-serif; 
	   font-size: 9pt; 
	   color: #FFFFFF; 
	   font-weight: bold
	   }

.mousedown 
           {  
	   background-color: #f8f8f8;  
	   color: #FFFFFF; 
	   font-family: Arial, Helvetica, sans-serif; 
	   font-size: 9pt; 
	   font-weight: bold
	   }

.menu_hintergrund_top 
           {
           font-family:Arial, sans-serif;
           font-weight: bold; 
           font-size: 12px;  
	   color: #ffffff
	   }

.menu_hintergrund
	   {
           font-family:Arial, sans-serif;
           background-color:#BD0000; 
           font-weight: bold; 
           font-size: 12px;  
	   color: #ffffff
	   }


/* ------------------------------------- Formatierung Scrollbalken */
body       {
           scrollbar-3dlight-color;
           scrollbar-arrow-color:#ffffff;
           scrollbar-base-color:#c5c5c5;
           scrollbar-darkshadow-color:#c5c5c5;
           scrollbar-face-color:#c5c5c5;
           scrollbar-highlight-color:#ffffff;
	   scrollbar-shadow-color:#ffffff;
	   } 
		   

/* ------------------------------------ Formatierung feedback.asp */  
.submitfeld 
           { 
	   background-color: #e0e0e0; 
	   font-family:Arial, sans-serif;
	   color: #000000;
	   border: 1px #000000 solid
           border-color: #CC3300 #CC3300 #CC3300  #CC3300 solid; 
           }

.textfeld2 
           {
           width:455px;
           border-color:#000000 #000000 #000000 #000000 solid; 
           background-color:#e0e0e0; 
           font-size:11pt; 
           font-family:Arial, sans-serif;
           border-style: none
	   }

.absenderfeld 
           {
	   width:210px; 
           border-color:#000000 #000000 #000000 #000000 solid; 
           background-color:#e0e0e0; 
           font-family:Arial, sans-serif;
           border-style: none
           }
				 

