
/* CSS Document Tabellen*/

.tab-hintergrund {
 background-color:#FFFFFF;
 }

.main-einsp-tab {
  width:705px;
  float:left;
  margin:0px 0px 5px 5px;
  padding:0;
  }
  
  * html .main-einsp-tab
{ /* fuer IE6 Win \*/
   width:688px;
   margin:0px 0px 5px 2px;
/* */
}   
  *+html .main-einsp-tab
{ /* fuer IE7 Win \*/
   width:688px;
   margin:0px 0px 5px 2px;
/* */
}   
   
table {
  width:705px;
  float:left;
  margin:5px 0px 5px 0px;
  border: 1px solid #666666;
  border-collapse:collapse;
  }

  
  * html .main-einsp-tab table
{ /* fuer IE6 Win \*/
   width:99%;
/* */
}    
  
  
.breite-30-pr {
  width:30%;
  /*float:left;*/
  } 
  
/*Breitenangaben fuer Tabellen  Weetpruefung*/ 
  
.breite-10-pr {
  width:10%;
  /*float:left;*/
  }   

.breite-15-pr {
  width:15%;
  /*float:left;*/
  }   
  
.breite-40-pr {
   width:40%;
   float:left;
   }   
   
/****************************************************/

/*Breitenangaben fuer Formulare*/

.form-35 {
  width:35px;
  float:left;
  }   
  
.einzug-35 {
  margin:0 0 0 35px;
  float:left;
  width:135px;
  } 
  
    
  * html .einzug-35
{ /* fuer IE6 Win \*/
  margin:0 0 0 39px;
  width:131px;
}      
   
    *+html .einzug-35
{ /* fuer IE7 Win \*/
  margin:0 0 0 36px;
  width:134px;
}   
  
                      

.breite-520 {
  width:520px;
  font-size:0.75em;
  table-layout:fixed;
   float:left;
  }

.breite-520-text {
  width:520px;
  margin:6px 0 0 0;
  float:left;
  }

.main-einsp-tab table th {
  border:1px solid #999999;
  margin:0;
  padding:0;
  text-align:center;
  background-color:#CAE0CA;
  padding:2px;

  }
  
.breite-520-text table th {
  border:1px solid #999999;
  margin:0;
  padding:0;
  text-align:center;
  background-color:#CAE0CA;
  padding:2px;
}

 
.main-einsp-tab table tr th {
  border:1px solid #999999;
  text-align:center;
  padding:2px;
} 


td {
 border:1px solid #999999;
 text-align:center;
 } 
  

.th-14 {
  font-size:0.65em;}  
  
.th-075 {
  font-size:0.75em;
  }  
  
.th-075-fixed {
  font-size:0.75em;
  width:705px;
  table-layout:fixed;
  } 
  
 .tab-links-ohne {
  border-top: 1px solid #666666;
  border-right:0px solid #666666;
  border-bottom:1px solid #666666;
  border-left:0px solid #666666;
  text-align:left;
  font-size:100%;

  }
  
   .tab-links-rechts {
  border-top: 1px solid #666666;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  border-left:0px solid #666666;
  text-align:left;
  font-size:100%;

  }

.breite-250 {
  width:250px;
  table-layout:fixed;
  }

  * html .breite-250
{ /* fuer IE6 Win \*/
   width:250px;
   float:left;
/* */
}    


caption {
  border:0;
  font-size:120%;
  font-weight:bold;
  padding:0 0 10px 0;
  text-align:left;
  }  
  
.breite-85 {
  width:85px;}  
  
/***********************************************************************************/

/*Schriftausrichtungen*/

.tab-links {
  text-align:left;
  font-size:100%;
  
  }  

/*damit in der Überschrift die links und rechts mit den center auf einer Höhe*/
.main-einsp-tab table tr th p{
  margin:0px 0 0px 0;
  
  } 

.tab-rechts {
  text-align:right;
  font-size:100%;
  
  }  
  
  
/*Image ohne border*/
img {
  border:0;
  }  
/*************************************************************************************/

/*Container fuer Ueberschriften*/


/*Container für Hinweise*/

.main-einsp-border-tab {
  float:left;
  margin:6px 0px 10px 0px;
  padding:10px;
  /*width:700px;*/
  width:685px;
  text-align:right;
  }
  
  * html .main-einsp-border-tab
{ /* fuer IE6 Win \*/
   width:655px;
/* */
}    

/***********************************************************************************/

/*Clear*/

.clear-div {
  width:100%;
  clear:both;
  height:1px;
  }