/* =ie6 fixes (* html-fix)
--------------------------------------------------------------- */

* html ul li a {
height: 1%;
}
* html textarea, * html input {
padding: 0; /* IE < 7 form fix */
}
* html #nav ul li ul li a {
color: #fcf42e;
background-image: none;
background-color: transparent;
}
* html #nav ul li.active a {
color: #000000;
background-color: #fcf42e;
background-image: url(/pictures/nav_pfeil_active.gif);
background-repeat: no-repeat;
background-position: 200px 10px;
}
* html #nav ul li.active ul li.active a {
color: #fcf42e;
font-weight: bold;
background-color: transparent;
}
* html #nav ul li.active ul li a {
color: #fcf42e;
font-weight: normal;
background-image: none;
background-color: transparent;
}
* html #nav ul li.active ul li a:hover {
color: #fcf42e;
font-weight: bold;
background-color: transparent;
}
* html #nav ul li {
float: left;
height: 1%;
}
* html #nav {
margin-left: 7px;
}
.logo, #wrapper, .navtitel, .button_verkauf {
behavior: url(/jscript/global/navigation/iepngfix.htc);
}
		
/* =ie fixes
--------------------------------------------------------------- */
legend {
margin-bottom: 10px; /*IE form margin bug*/ 
}
* html address {
margin: 0 110px 0 0;
}
* html #btnSubmit {
background-position: 0 -7px;
}
*+html #btnSubmit {
background-position: 0 -7px;
}
* html #volltextsuche {
margin: 4px 8px 0 0;
}
*+html #nav ul li a {
width: 192px;
}
