
/* Hacks für den IE */

/* Body Schriftgröße */
* html body {
        font-size: x-small; /* für IE5/Win */
        font-size: small;  /* für andere IE/Win-Versionen */
        }

/* Abstandskorrektur dl */
* html #main-content .headline {
        margin-left: -2px;
        }
* html #main-content dl dt img {
        margin-left: 1px;
        }

/* Künstliche Breitenbegrenzung für IE bis V.6 */
* html #wrap {
        width: 1002px;
        }

/* Abstand Breadcrumb zu Content für IE bis V.6 */
* html #main-content .headline {
        margin-top: 4px;
        }

/* 3 Pixel IE Float-Bug */
/* Vor IE/Mac verstecken\*/
* html #header-left {
        margin-right: -3px;
        }
* html #header-logo {
        margin-left: -3px;
        }
* html #header-content  {
        margin-left: 177px;
        margin-right: 177px;        
        width:expression(document.body.clientWidth < 430 ? "430px": "auto" );  /* min-width für IE bis Version 6*/ 
        } 
        

/* MS 'expresion' and 'behavior' are proprietary scripting they are not part of any standards and therefore 
will not pass validation, if you want to be neat and tidy then hide the statements in 
Conditional Comments wrapping either style tags or a separate IE only external stylesheet 
so that these horrors are kept hidden away.   */     


* html #header-content h4 {
        margin-right: 3px;
        }
/* Vor IE/Mac verstecken Ende*/

/* Footer */
/* Vor IE/Mac verstecken\*/
* html #footer {
        height: 1%;
        }
/* Vor IE/Mac verstecken Ende*/

