		/* 
Sonderlocken fuer den IE, der Probleme mit der Druckdarstellung hat
ACHTUNG: alle floats muessen hier auf none gesetzt werden und die width sowie die Elementposition
absolut festgelegt werden!
*/

* html body {
/* damit's auch der IE auf eine Seite bekommt */
font-size:0.9em;
}

* html .float-wrapper {
  float: none;
  width: 21cm;
  hight:15mm;
  position: absolute;
  top:0cm; 
  left:0cm;
}

* html .cols-wrapper {
  float: none;
  width: 21cm;
  hight:15mm;
  position: absolute;
  top:0cm; 
  left:0cm;
}

* html #left {
  /*border:5px solid yellow;*/
  float: none;
  width: 4cm;
  position: absolute;
  top:15mm; 
  left:4.2cm;
}

* html #main{ 
/*border:3px solid green; */
width: 21cm;
}

* html #middle{
  /*border:5px solid gray;*/
  float: none;
  position:absolute; 
  top:15mm; 
  left:4cm;  
}


* html #right {
  /*border:3px solid red; */
  float: none;
  position:absolute ; 
  top:15mm; 
  left:13cm;
}

* html .marginalcol{
font-size:0.7em;
}

* html .contentbox, * html .anzahlbox,* html  #middle 
{
  width: 85mm; 
  }

/* Classen, bei denen nur float fuer den IE ueberschrieben werden muss */

* html #header .left, * html #header .right, * html .right, * html .left,
* html .boximgfloat,
* html .contentbox, * html .contentbox .left, * html .contentboxRahmen .left, * html .contentbox .right,
* html .contentboxRahmen .right, * html .contentBoxmyBeuth .left , * html .contentBoxmyBeuth .right,
* html .contentboxItemNav .left , * html .contentboxItemNav .right, * html .contentbox-bottom, * html .contentbox-top,
* html .box .left, * html .box .right,
* html .anzahlboxrechts,
* html .daten-100 , * html .daten-10, * html .daten-20, * html .daten-75,
* html #fachgebiettab1 div.tab ,
* html .fBVFR000rahmendot, * html .fBVFR010rahmendot, * html .fBVFR020rahmendot, * html .fBVFR030rahmendot, * html .fBVFR040rahmendot, * html .fBVFR050rahmendot,
* html .fBVFR060rahmendot, * html .fBVFR070rahmendot, * html .fBVFR080rahmendot, * html .fBVFR090rahmendot, * html .fBVFR100rahmendot, * html .fBVFR110rahmendot,
* html .fBVFR120rahmendot, * html .fBVFR130rahmendot, * html .fBVFR140rahmendot, * html .fBVFR150rahmendot, * html .fBVFR160rahmendot,
* html ul#tabnav li,
* html img.imagefloat, * html img.wkpfeil, * html img.progress,
* html span.progress,
* html .suchfeld[class], * html .suchbutton[class],
* html .loginmarginal .pwd[class],
* html .pwdbutton[class],
* html .submit,
* html .suchbegriff,
* html .suchbegriff[class],
* html .suchbegriffbutton[class],
* html .submitBold,
* html label.mybeuth, * html label.mybeuthtop, * html label.mybeuthlinks, * html label.mybeuthlinksrot, * html .mybeuthLabel,
* html div.mybeuthButton,
* html input.mybeuth100, * html input.mybeuth50, * html input.mybeuth150,
* html input.mybeuth_lief150, * html input.mybeuth_lief50, * html input.mybeuth_liefre150, * html input.mybeuth_liefli50,
* html .headline_lief,
* html .mybeuthlinks,
* html input.mybeuth100_reg, * html input.mybeuth50_reg, * html input.mybeuth150_reg,
* html .float-wrapper,
* html .text
{
  float: none;
}

/* 2006-12 TIET Morzilla-Druckbug-Fix */
.cleaner{
  display:none;
  }	