@CHARSET "UTF-8";
/*******************************************************************************
 * Base Navigation-Definitions
 ******************************************************************************/
#col1_content div.navigation {
  overflow:hidden;
} 


#col1_content div.listNavigation {
	margin-bottom       : 16px;
	position	          : static;
  color               : #666;
  font-size           : 11px; 
}
 
#col1_content h1,
#col2_content h1{
	padding-left:5px;
    color: #FFF;
    font-size: 14px;
    background-color: #FFD14D;
    margin-bottom: 0;
}

#col2_content h1 {
    color: #000;
}

#col1_content div.prodNav h1 {
    text-align: center;
    height: 62px;
    font-weight: bold;
    padding-left: 0;
}

#col2_content h1 {
    border-top: 1px solid #E5A900;
}
 
#col1_content div.listNavigation {
	margin             : 0;
    overflow:hidden;
    background: #FFF4D8 url(/fileadmin/templates/MH/mh_global/img/misc/shadow_rechts.gif) right top repeat-y;
    padding-right:7px;
    width:150px;
    
}
 
#col1_content div.listNavigation ul {
	
	list-style          : none; 
	list-style-position : outside;
	list-style-image    : none;
	list-style-type     : none;
	margin              : 0 0 0 0; 
	padding             : 0;
	border              : 0;
	overflow            : hidden;
	height				      : 1%;
}


#col1_content div.listNavigation ul li {
    margin: 0;
    border-bottom: 1px dotted #FFD14D;
    height: 1%;
}

#col1_content div.listNavigation ul li a {
	display            : block;
	text-decoration    : none;
	color: #000;
    padding: 5px;
}

#col1_content div.listNavigation ul li a:hover {
	background-color: #FFE6A4;
}  
 
#col1_content div.listNavigation ul li.l3 {
  font-size:10px;
  padding-left:15px;
}

#col1_content div.listNavigation ul li.l2:first-child  {
  border-top:none;
}

/* IE 6 - first-child */
*html #col1_content div.listNavigation ul li.l2 {
    border-style: expression(this.previousSibling==null?'none':'solid');
}

#col1_content div.listNavigation ul li a.grafik {
  padding:0;
  background-image:none;
}


div.boxContainer{
    margin-bottom:0px;
}

.shadowEnd {
  background: transparent url(/fileadmin/templates/MH/mh_global/img/misc/shadow_bottom_150.gif) repeat-x scroll left bottom;
  margin:0;
  padding:0;
  height: 7px;
  font-size: 7px;
}

select.nav {
  margin:7px 0 6px 8px;
  width:90px;
}
