/* === ALLGEMEIN === */   

#divForm {
   width:100%;
   display:inline;
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;
   }
   
#fehlerBox {
   /* display:inline; */
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;
   padding:5px;
   border:1px solid #ff0000;   
   width:300px;
   }   
   
#fehlerBoxText {
   font-weight:normal;
   width:auto;
   }     
   
.formStyle {
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;   
   }   
   
 
   
.hlForm {
   display:inline;
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;
   font-weight:bold;   
   }   
   
.inputTextfeld {
   display:inline;
   width:300px;
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   background-color:#eeeeee;
   font-size:11px;   
   border:1px solid #cccccc;
   }   
   
.contSuche {
   display:inline;
   float:left;
   width:300px;
   }   

.suchwoerterText {
   display:inline;
   width:275px;
   float:left;
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;   
   }   
   
.affirmentText {
   display:inline;
   width:275px;
   float:left;
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:11px;   
   }     
   
.suchwoerterButton {
   text-align:right;
   display:inline;
   width:25px;
   float:left;
   font-family:arial,helvetica,sans-serif;
   color:#000000;
   font-size:11px;   
   
   }    
   
.suchwoerterButton input {
   border:1px solid #cccccc;
   background-color:#eeeeee;   
   display:inline;   
   }   
	 
table, tr, td {
   /* font-size:9pt; */
   }	 


