body { position:relative }
/* ie6 fix */
* html #page{
height:100%;
}
/* Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen */
* html textarea {overflow:scroll; overflow-x: hidden}
* html input {overflow: hidden}

.clearfix { display: inline-block }  /* ... especial for IE7 */
.clearfix { display: block }         /* ... fuer IE5,IE6,IE7 */
* html .clearfix { height: 1% }      /* ... fuer IE5 + IE6/Win | hasLayout aktivieren */

* html .floatbox { width:100% }

#ie_clearing {
/* (en) Only a small help for debugging */
/* (de) Nur eine kleine Hilfe zur Fehlersuche */
position:static;
/* (en) Make container visible in IE */
/* (de) Container sichtbar machen im IE */
display:block;
/* (en) No fix possible in IE5.x, normal clearing used instead */
/* (de) Kein Fix im IE5.x möglich, daher normales Clearing */
\clear:both;
/* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7*/
/* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7 */
width: 100%;
font-size:0px;
margin: -2px 0 -1em 1px;
}
* html #ie_clearing { margin: -2px 0 -1em 0}
  
/* steuert die breite von main in abhaengigkeit der sidebars */
#wrapper.col_le_ri #main,#wrapper.col_le_ri #footer{
margin:0px 227px 0 212px;
}
#main ul.bullet{
margin-left:17px;
}
#main table.images td{
padding:0px 29px 30px 0px;
}
#search table td{
padding-top:0px;
}
#search-german table td{
padding-top:0px;
}
.modul-full-clear-610{
width:611px;
}


