@charset "iso-8859-2";
/* CSS Document */

/**************************************************************
 *   KOCH KOMMUNIKATION AG
 *  for ALME AG
***************************************************************/

/*-------------------*/	
/* menu styles START */

	
.menu-item { 
	padding: 0 0 0 0; 
	margin-top: 2px; 
	float:left; 
	height: 16px; 
}
.menu-item-sub { 
	padding: 0 0 0 0; 
	margin-bottom: 0; 
	float:left; 
	height: 16px; 
}


/* */

#menu {
	list-style-type: none;
	text-decoration: none;
	padding:0 0 0 0;
	background: #ffffff;
	font-family:Verdana;
	font-size:12px;
	color:#343434;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
}	
#menu li { 
	margin: 0 0 0px 0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	/*border-bottom: 1px solid #000000;*/
	background-image:url(../layout/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu a{
	display: block;
	padding: 3px 0px 4px 25px;
	color: #343434;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	/*border-bottom: 1px dotted #B3B3B3;*/
	min-height:17px;
	height:auto;
	height:17px;
	background-image:url(../layout/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu a:hover{
	color:#000000;
	text-decoration: none;
	list-style-image:none;
}
#menu ul ul li { 
	margin: 0 0 0px 0px; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
	background-image:url(../layout/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu ul ul li a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #888888;
}
#menu ul ul li a:hover{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #000000;

}
#menu ul ul a{
	display: block;
	padding: 5px 0px 5px 40px;
	color: #888888;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	min-height:17px;
	height:auto;
	height:17px;
}
#menu ul ul a:hover{
	color:#000000;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	min-height:17px;
	height:auto;
	height:17px;
	background-image:url(../layout/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
 #menu .menu_active  {
	font-weight:normal;
	color:#AE003B;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	/*border-bottom: 1px dotted #B3B3B3;*/
	min-height:17px;
	height:auto;
	height:17px;
	background-image:url(../layout/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}
 #menu .menu_active_sub  {
	color:#000000;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	/*background:url(../layout/navipfeil.gif) left no-repeat;	*/
	background:url(../navi/bg_active_sub_neu.jpg) left top no-repeat;
}


/* menu styles END */		
/*-------------------*/


