@charset "iso-8859-2";
/* CSS Document */


/*-------------------*/	
/* menu styles START */
/*
	
.menu-item { 
	padding: 0 0 0 0; 
	margin-top: 2px; 
	float:left; 
	height: 20px; 
}
.menu-item-sub { 
	padding: 0 0 0 0; 
	margin-bottom: 0; 
	float:left; 
	height: 15px; 
}
*/

/* */

#menu {
	list-style-type: none;
	text-decoration: none;
	padding:0 0 0 0;
	background: #ffffff;
	font-family:Arial;
	font-size:13px;
	line-height:15px;
	color:#252525;
	padding-top:37px;
	padding-bottom:40px;
	width:185px;
}
#menu ul{
	margin: 1px 0 1px 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	height:auto;
}	
#menu li { 
	margin: 1px 0 4px 0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	height:auto;
}
#menu a{
	display: block;
	margin-top:0;
	padding: 0px 0px 0px 15px;
	color: #343434;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;	
}
#menu a:hover{
	color:#917d6a;
	text-decoration: none;
	list-style-image:none;
}
#menu ul ul  { 
	margin:0;
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
	margin-top:3px;
}

#menu ul ul li { 
	margin: 1px 0 4px 0; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
	
}
#menu ul ul li a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #343434;
}
#menu ul ul li a:hover{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #917d6a;

}
#menu ul ul a{
	display: block;
	padding: 0px 0px 0px 29px;
	color: #343434;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul a:hover{
	color:#917d6a;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
}


#menu ul ul ul  { 
	margin:0; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
}

#menu ul ul ul li, #menu ul ul ul li a { 	
	margin: 1px 0 4px 0;
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #343434;
}

#menu ul ul ul li a:hover{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #917d6a;

}
#menu ul ul ul a{
	display: block;
	padding: 0px 0px 0px 39px;
	color: #343434;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul ul a:hover{
	color:#917d6a;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
}




 #menu .menu_active  {
	font-weight:bold;
	color:#917d6a;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../layouticons/pfeil_brown_navi.jpg);
    background-repeat: no-repeat;
    background-position:left top;
}
   

 #menu .menu_active_sub  {
	color:#917d6a;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
/* menu styles END */		
/*-------------------*/


