@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 0.7em;
	cursor: default;
	width: 100%;
	height: 30px;
	border-bottom: 0px solid #fff;
	display: inline-block; /* IE hack---*/
		
}
/* 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: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
position: relative;
text-align: left;
cursor: pointer;
width: 138px; /*IE 6 reagiert*/
line-height: 30px;
float: left;
text-indent: 0px;
border-bottom: 0px solid #fff;/*##################*/
}

/* 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: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 140px; /*neu----*/
	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: 1px 0px 0px -1px;
	
}






/* Untermenu------------Menu item containers are same fixed width as parent a:hover a:link */
ul.MenuBarHorizontal ul li 
{   
    line-height: 23px;
	width: 195px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 0px #ccc; 
	margin: 0px 0px 0px 0px;
	background-color:#e1dfdf;
}




/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	width: 195px;
	height: 24px;
	
}




/* 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: 100%; top: -1px; width: 100%;}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides --------------------------------------------------------------------------------------*/
ul.MenuBarHorizontal ul
{   
	border-left: 0px solid #000; 
	margin-top:0; 
    height: auto;
	background-color:#e1dfdf; /*f3f3f3-----gelb-fcf2ad*/
	
	}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
display: block;
cursor: pointer; 
padding: 0px 0px 0px 15px;
margin: 0px 0px 0px 0px;
color: #313131;
text-decoration:none;
text-indent: -5px;
border-top: 0px solid #fff;
border-right: 1px solid #dfe0e0; 


}


ul.MenuBarHorizontal  a:visited
 
{
color: #313131;

text-decoration:none; 
border-top: 0px solid #fff;
border-right: 1px solid #dfe0e0;
margin: 0px 0px 0px 0px;

}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

{
color: #a11a14; /*db250d-schriftfarbe--- rot-f9eaea*/

text-decoration:none;
border-top: 0px solid #d3d4d5;
background-color:#fff;
border-right:solid 1px #ccc;

}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible

{
color: #a11a14;

text-decoration:none;
border-top: 0px solid #d3d4d5;
background-color:#fff;
border-right:solid 1px #ccc;

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


#sby_menu_21 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}
#sby_menu_25 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}
#sby_menu_29 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}
#sby_menu_67 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}
#sby_menu_27 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}
#sby_menu_70 .sby_actmenuitem      { color: #a11a14;  background-color:#f9f9e9; border-bottom:dotted 0px #ccc;  height: 30px;}






a.sby_menulevel_2 { height: 24px; }


/*******************************************************************************


 
*******************************************************************************/




/*******************************************************************************/

/*******************************************************************************

 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: 1010;
	background:#000 none repeat scroll 0%;
	margin: -1px 0px 0px 0px;
	
	
	
}




/* 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                      ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
	{
	    margin: 0px 0px 0px auto;   /*neu--left: 53px;-top: -3px---*/
		display: inline;
		float: left;
		background:#f3f3f3 none repeat scroll 0%;
		border-right: 1px solid #000;
			
		
	}
	 ul.MenuBarHorizontal ul
	{
		margin: 0px 0px 0px 0px;
		padding: 0;
		list-style-type: none;
		font-size: 100%;
		z-index: 1020;
		cursor: default;
		width: 170px;/* neu----*/
		position: absolute;
		left: -1000em;
		
		
	}
	

}

























