/* Hauptmenue */

#hauptmenu ul, #hauptmenu li {
	line-height:100%;
	background:none;
	font-size:14px;
	font-weight:bold;
}

#hauptmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#hauptmenu ul li {
	margin: 0; /* all list items */
	background: url(../images/menu_bg_l1.jpg) repeat-x;
	border-left:1px solid #fc0;
	border-right:1px solid #fc0;
	float: left;
	text-align:center;
	padding:0;
	list-style-type:none;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#hauptmenu ul li a {
	margin: 0;
	padding: 4px 5px 5px 5px;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	height:30px;
}

#hauptmenu ul li a:hover,
#hauptmenu ul li a:active,
#hauptmenu ul li a:focus {
	background-color:#fc0;
	color: #930;
}

/*Level 1 Aussehen bei Aktivem Focus */
#hauptmenu ul li.active a	{
	background-color:#fc0;
	color: #930;
}

#hauptmenu .moduletable_menu {
	background: none;
	margin: 0;
	padding: 0;
}

/* Itembezogene Einstellungen  */
#hauptmenu ul .item1	{width:65px;} 								/* Start */
*html #hauptmenu ul .item1	{width:63px;} 							/* Start */
#hauptmenu ul .item27	{width:90px;}								/*Pauschalreisen*/
#hauptmenu ul .item2	{width:90px;}								/*Last Minute & More*/
#hauptmenu ul .item37	{width:80px;}								/*Nur Flug */
#hauptmenu ul .item41	{width:70px;}								/*Städtereisen*/
#hauptmenu ul .item50	{width:60px;}								/*Hotel*/
#hauptmenu ul .item48	{width:70px;}								/*Mietwagen*/
#hauptmenu ul .item49	{width:70px;}								/*Kreuzfahrten*/
#hauptmenu ul .item34	{width:89px;}								/*Specials*/

#hauptmenu ul .item1 a, #hauptmenu ul .item37 a, 			/*Einzeilige Menüpunkte vertikal zentrieren*/
#hauptmenu ul .item50 a	{padding-top:12px;	height:22px;}

html>body #hauptmenu ul li.item1 {
	background: url(../images/menu_bg_l1_left.gif) no-repeat;
	border-left:none;
}

html>body #hauptmenu ul li.item34 {
	background: url(../images/menu_bg_l1_right.gif) no-repeat right;
	border-right:none;
}

html>body #hauptmenu ul li.item1 a:hover	{
	background: url(../images/menu_bg_l1_left_h.gif) no-repeat;
}

html>body #hauptmenu ul li.item34 a:hover	{
	background: url(../images/menu_bg_l1_right_h.gif) no-repeat right;
}


html>body #hauptmenu ul li.item1.active a	{
	background: url(../images/menu_bg_l1_left_h.gif) no-repeat;
}

html>body #hauptmenu ul li.item34.active a	{
	background: url(../images/menu_bg_l1_right_h.gif) no-repeat right;
}

/* Submenü */
#submenu	{
	background: url(../images/menu_bg_l2.jpg) repeat-x bottom;
}

#submenu .menu	{
	height:22px;
	margin-top:49px;
}

*html #submenu .menu	{
	margin-top:-25px;
}

#submenu ul li {
	margin-right: 10px; /* all list items */
	background: none;
	float: left;
	text-align:center;
	list-style-type:none;
}

#submenu ul li a	{
	margin: 0;
	padding: 3px 5px 5px 5px;
	display: block;
	color: #930;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

#submenu ul li a:hover, #submenu ul li a:active	{
	text-decoration:underline;
}

#submenu ul li.active a	{
		text-decoration:underline;
}
