@charset "UTF-8";

/* Spryflight_SprySubMenuBar.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

#subMenu
{
	/*position:absolute;
	top:145px;
	left:176px;*/
	width:auto;
	text-align:right;
}
/*zusätzliches Div um subMenu für ...-uebersicht.aspx und index-....aspx 01.09.2009 JWI*/
#sM-indexUebersicht
{
	position:absolute;
	top:427px;
	left:24px;
	background: url(/mediapool/images/layout/bg_border_pixel.gif) repeat-x center bottom;
	height:25px;
	width:668px;
	padding-left:10px;
}

*html #subMenu
{
	/*top:147px;*/
	margin-bottom:-14px;
}
*html #sM-indexUebersicht
{
	top:440px;
}
#subMenu li, #subMenu ul
{
	line-height:15px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none !important;
	font-size: 100%;
	cursor: default;
	width: 420px !important;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 19;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	list-style-type: none !important;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em; von jwi auskommentiert*/	
	float: left;
	/*margin:0 0em 0.8em 0em; von jwi auskommentiert 11.5.09*/
	width:140px;
	border-bottom: 1px solid #cc0000;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none !important;
	font-size: 100%;
	z-index: 21;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin-left:-1px;
}
/* Menu item containers are same fixed width */
ul.MenuBarHorizontal ul li
{
	width: auto;
	margin:0;
}

ul.MenuBarHorizontal #Flughafen, ul.MenuBarHorizontal #Destinationen, ul.MenuBarHorizontal #Airlines,
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	width:9.2;
}
ul.MenuBarHorizontal a.MenuBarItemHover
{
	background-color:#fdf1f1;
}

ul.MenuBarHorizontal #Destinationen li, ul.MenuBarHorizontal #Destinationen ul, ul.MenuBarHorizontal #Airlines li, ul.MenuBarHorizontal #Airlines ul
{	
	width:185px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background-color:#fff;
}
ul.MenuBarHorizontal li
{
	border: none;
}
*html ul.MenuBarHorizontal li
{
	/*width:9.2em;*/
	width:139px;
}

ul.MenuBarHorizontal li
{
	background-color:#cc0000;
}
ul.MenuBarHorizontal li li
{
	border-bottom: 1px solid #cc0000;
}

/* Menu items are a white with a red border (ul-tag) and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 0 0.5em;
	color: #cc0000;
	text-decoration: none;
	white-space:nowrap;
	margin-top:0px;
	/*min-width:9.2em;*/	
}
*html ul.MenuBarHorizontal a
{
	margin-top:-1px;	
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a white background and red text */
ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration:none !important;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 4.5.09 ausgelagert in flight_SprySubMenuBar_De.css / flight_SprySubMenuBar_Fr.css, da Background-Image Fr+De unterschiedlich. jwi

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
#Content ul.MenuBarHorizontal a.MenuBarItemSubmenu, #Content ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover
{
	background-image:url(/mediapool/images/layout/_header/bg_subNavigation/bg_folder2.gif);
	background-repeat: no-repeat;
	color:#fff;
	text-decoration:none;
	border:none;
	height:18px;
	text-align:center;
}
#Content ul.MenuBarHorizontal .MBActive a.MenuBarItemSubmenu, #Content ul.MenuBarHorizontal .MBActive a.MenuBarItemSubmenu:hover
{
	background-image:url(/mediapool/images/layout/_header/bg_subNavigation/bg_folder2_Aktive.jpg);	
	color:#cc0000;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 20;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-color:#FFF;
	}
	
} 
