/* ---------------------------------------------- Überschrift Banner */
.master {  
  	font-family: Arial, Helvetica, sans-serif; 
  	font-size: 16px; 
  	font-weight: bold; 
 	color: #666666;  
 	letter-spacing : 2px;
        }
.rahmen{
	background: #000;
}
/* ---------------------------------------------- Überschrift Home */
.groesser
          {
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 20px; 
          font-weight: normal;
          color: #3D5DA7; 
          letter-spacing : 0px;
	  font-weight : bold;
          }

/* --------------------------------------------Standard Überschrift */
.header 
          {  
          font-family: Arial, Helvetica, sans-serif; 
	  font-size: 16px; 
	  font-weight: bold; 
	  color: #3D5DA7;  
	  font-style :normal;
	 
	  }

/* -------------------------------------------------- Schrift normal */
.normal 
          { 
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 12px; 
          font-weight: normal; 
          color: Black; 
          letter-spacing : 0px;
       
	  text-align : justify;
          }
		  
		  /* -------------------------------------------------- Schrift normal */
.normal2 
          { 
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 12px; 
          font-weight: normal; 
          color: Black; 
          letter-spacing : 0px;
                }


/* --------------------------------------------------- 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: #000000;
	letter-spacing : 2px;
}



/* -------------------------------------------------- Schrift Link */



a 	   
          {  
          font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          text-decoration: none; 
          color: #6B8DC5;
          }

a:hover, a:focus, a:active{
          color: #3D5DA7;
}
/* ------------------------------------------------ 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: #6B8DC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : White;
}

.menuitem 
          { 
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 9pt; font-weight: 
	  normal; color: #000000
	  }

.mouseover 
           {  	
	   background-color: #EDC181; 			
	   font-family: Arial, Helvetica, sans-serif; 
	   font-size: 9pt; 
	   color: #FFFFFF; 
	   font-weight: bold
	   }

.mousedown 
           {  
	   background-color: #E9A74A;  
	   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:#7DCD82; 
           font-weight: bold; 
           font-size: 12px;  
	   color: #ffffff
	   }


/* ------------------------------------- Formatierung Scrollbalken */
body       {
           scrollbar-3dlight-color;
           scrollbar-arrow-color:#ffffff;
           scrollbar-base-color:#6B8DC5;
           scrollbar-darkshadow-color:#6B8DC5;
           scrollbar-face-color:#6B8DC5;
           scrollbar-highlight-color:#ffffff;
	   scrollbar-shadow-color:#ffffff;
	   } 
		   

/* ------------------------------------ Formatierung feedback.asp */  
.submitfeld 
           { 
	   	   width:210px; 

	   background-color: #6B8DC5; 
	   font-family:Arial, sans-serif;
	   color: #fff;
	   border: 1px #000000 none;
           
           }

.textfeld2 
           {
           width:485px;
           border-color:#000000 #000000 #000000 #000000 none; 
           background-color:#C4D1E8; 
           font-size:11pt; 
           font-family:Arial, sans-serif;
           border-style: none
	   }

.absenderfeld 
           {
	   width:210px; 
           border:#000000  none 1px; 
           background-color:#C4D1E8; 
           font-family:Arial, sans-serif;
           }
.absenderfeld2{
	width:485px; 
           border:#000000  none 1px; 
           background-color:#C4D1E8; 
           font-family:Arial, sans-serif;
}
				 


