
/* KONDITIONALE CSS-Stile fuer IE6 und aelter */

ul.nav a {
	height: 1px;
	}


/* Inhaltsbegrenzung fuer IE6 bei Zweispalter */

* html .zweispalterlinks { 
  position:relative;
  float: left;
  width: 415px !important;
  }
  
* html .zweispalterrahmen {
  height: 1%;  
  }

.inhalt-dsp-rechts {
  width: 175px !important ;  
  }

.zp-zweieins-rechts {
  padding:0 0px 0 20px;
  width:290px;
  float: left;
  }

/* Fix um Floats in IE6 zu beenden -- siehe grundlayout.css */
	
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
	}

#hnavi img {
  margin: 0 0 -3px;
  }