﻿/* MENU
------------------------------------------------------------------------------*/

#menu_box{
	position:absolute;
	top:75px;
	left:0;
	width:100%;
	height:75px;
	/* z-index:0; */
}

#menu{
	margin-left: 119px;
	width:581px;
	height:47px;
	float:left;
	z-index:99;
	position:relative;
	top:64px;
	left:0px;
	text-align:right;
	/*padding-top:63px;*/
}

#menu a.first {
	background:url(/assets/images/layout/bg_menu.gif) repeat-x;
	border-right: #fff 1px solid;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display: block;
	float:left;
	height:17px;
	line-height:17px;
	text-align:center;
}

#menu a.last {
	border-right:none;
}

#menu div.second {
	/* background:#fa4; */
	/*width:700px;*/
	display:none;
	position:absolute;
	top:17px;
	right:0;
	text-align:right;
	z-index:10;
	background-color:#fff;
	opacity:.6;
	height:22px;
	line-height:22px;
}

#menu div.second a {
	color:#555;
	font-weight:normal;
	width:700px;
	display: inline;
	padding:0 10px;
	border-right: #666 1px solid;
	text-decoration:none;
}

#menu div.second a.last {
	border-right:none;
}

#menu div.second a.active,
#menu div.second a:hover {
	color:#000;
}


#menu #menu1.active,
#menu #menu4.active,
#menu #menu1:hover,
#menu #menu4:hover {
	background:url(/assets/images/layout/bg_menu_blau.gif) repeat-x;
}

#menu #menu2.active,
#menu #menu5.active,
#menu #menu2:hover,
#menu #menu5:hover {
	background:url(/assets/images/layout/bg_menu_rot.gif) repeat-x;
}

#menu #menu3.active,
#menu #menu6.active,
#menu #menu3:hover,
#menu #menu6:hover {
	background:url(/assets/images/layout/bg_menu_gruen.gif) repeat-x;
}

#menu #subm2 a.active,
#menu #subm5 a.active{
  color:#f42ab5;
}

#menu #subm3 a.active,
#menu #subm6 a.active{
  color:#4b9f1c;
}

#menu #subm1 a.active,
#menu #subm4 a.active{
  color:#158dde;
}



#menu #menu1 { width: 76px; }
#menu #menu2 { width: 110px; }
#menu #menu3 { width: 120px; }
#menu #menu4 { width: 90px; }
#menu #menu5 { width: 90px; }
#menu #menu6 { width: 90px; }
