@media print {
  # printbutton {display: none;}
  # close_link {display: none;}
}
T61 select {
  background-color: #FFFFFF;
}
H4 {
  display: inline;
}
.navi {
  margin-left:5px;
  margin-right:5px;
  margin-top:10px;
  margin-bottom:10px;   
  width:150px;
  text-align:left;
}

#overlayText {
   width: 100%; 
   min-height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
   z-index: 10000;    
   background: url('./overlay.png') repeat 0 0; 
   display: none; 
   text-align: center;  
}
   
#overlayTextProdukt {
   width: 100%; 
   height:100%;
   min-height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
   z-index: 10000;    
   background: url('./overlay.png') repeat 0 0; 
   display: none; 
   text-align: center;  
}
   
.overlayTextProdukt {
   width: 100%; 
   height:100%;
   min-height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
   z-index: 10000;    
   background: url('.overlay.png') repeat 0 0; 
   display: none; 
   text-align: center;  
}
   
   
.overlayText {
   width: 100%; 
   min-height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
   z-index: 10000;    
   background: url('./overlay.png') repeat 0 0; 
   display: none; 
   text-align: center;  
}
   
/* ALLES NUR FUER Verwendung */
.VerwendungTooltip {
   width: 432px;
   background: url(./tooltip_upload_all_ie6.png) no-repeat 0 0;
   margin: 250px 0 0 350px;
   z-index: 10100;
   position: absolute;
   overflow: hidden;
   height: 269px;
}

.VerwendungTooltipInner {
   width: 100%;
   z-index: 2020;
   position: relative;
   overflow: hidden;
   height: 100%;
}

.VerwendungTooltipInner .content {
   padding: 0 0 0 0;
   margin-top: 5px;
   border-bottom: 0; /* 1px solid #333;*/
}
.VerwendungTooltipInner .zweispalten {
   width: 380px;
}
.VerwendungTooltipInner .zweispalten .links {
   width: 207px;
   height: 29px;
   background: url(./button_dateiupload.png) no-repeat 0 0;
   padding: 10px 0 0 16px;
}
.VerwendungTooltipInner .zweispalten .rechts {
   width: 143px;
   height: 39px;
   background: url(./button_durchsuchenupload.png) no-repeat 0 0;
}
.VerwendungTooltipInner .controls .links {
   width: 207px;
   height: 29px;
   padding: 10px 0 0 16px;
}

.VerwendungTooltipInner .controls .rechts {
   width: 143px;
   height: 39px;
}
.VerwendungTooltipInner .zweispalten .UploadLinker {
   width: 143px;
   height: 39px;
}

.VerwendungTooltip .content {
   padding: 5px 5px 5px 5px;
   height: 216px;
   width: 398px;
   border-bottom: 0; /* 1px solid #333;*/
   margin-top: 20px;
}


.VerwendungTooltip .content p {
   padding: 5px 8px;
}

.VerwendungTooltipfooter {
   width: 550px;
   height: 3px;
   background: url(./tooltip_upload_footer_ie6.gif) no-repeat 0;
   padding-bottom:18px;
}

