/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
	margin:0;
	padding : 0;
	list-style-type:none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	font : 12px Arial, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	line-height : 46px;
	padding-left : 40px;
	color : white;
	width : 187px;
	height : 46px;
	background : #f0a23f url(/Bilder/Layout/button.jpg) no-repeat left -47px;
	float:right;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	background:none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	color : #ffffff;
	text-decoration : none;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.simple li.hover,
.simple li.selected{
	cursor : pointer;
	background : #d84300 url(/Bilder/Layout/button.jpg) no-repeat left 0px;
}

  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul ul li.hover {
	background:none none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #FFFFFF;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li.selected {
	background:none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	color: #555555;
}
/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.simple .arrow {
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	background:none none;
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}

html>body div.vertical ul li ul li {
	background : url(/Bilder/Layout/subnavi.png) no-repeat left -1px;
}
	
div.vertical ul li ul li {
	clear: both;
	font : 11px Arial, Verdana, "Trebuchet MS", sans-serif;
	line-height : 17px;
	padding:5px 40px 5px 20px;
	width : 167px;
	height : 36px;
	float : left
}
	
* html div.vertical ul li ul li {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='/Bilder/Layout/subnavi.png',sizingMethod='scale');
}
	
div.vertical ul li ul li.hover,
div.vertical ul li ul li.selected {
	background : url(/Bilder/Layout/subnavi.png) no-repeat left -1px;
}

div.vertical ul li ul li a {
	clear: both;
}
div.vertical ul li ul li.hover a,
div.vertical ul li ul li.selected a {
	color : #00071d;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}









#sub-navi ul {
	margin : -25px 0 60px 60px;
	padding : 0;
	list-style-type:none;
}

#sub-navi ul li {
	font : 12px/18px Arial, Verdana, "Trebuchet MS", sans-serif;
	padding-left : 18px;
	width : 149px;
	background : url(/Bilder/Layout/subnavi_li.jpg) no-repeat 1px -47px;
}


#sub-navi ul li a {
	color : #eb8300;
	font : 12px/18px Arial, Verdana, "Trebuchet MS", sans-serif;
	text-transform:none;
}

#sub-navi ul li:hover,
#sub-navi ul li.selected{
	color : #c54500;
	background : url(/Bilder/Layout/subnavi_li.jpg) no-repeat left 3px;
}

#sub-navi ul li:hover a,
#sub-navi ul li.selected a{
	cursor : pointer;
	color : #c54500;
}

