@CHARSET "UTF-8";

#menuMain {
	padding: 20px;
}

#menuMain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent url(../gfx/menuBackground.jpg) top left no-repeat;
	height: 50px;
	overflow: visible;
	z-index: 200;
}

#menuMain ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

#menuMain ul li a {
	display: block;
	float: left;
	height: 33px;
	padding: 16px 18px 0 18px;
	color: #767676;
	border-left: 1px solid #DCDCDC;
	line-height: 100%;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 1px;
}

#menuMain ul li a:hover {
	color: #444;
}

#menuMain ul li.first_item a {
	border: 0;
}

#menuMain ul li a.act {
	color: #63C325;
}

#languageMenu {
	float: right;
	padding: 0 20px 30px 0;
	margin-top: 10px;
}

#languageMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#languageMenu ul li,
#languageMenu ul li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

.langTitle {
	display: none;
}

.lang0,
.lang1 {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
	margin-left: 10px;
}
.lang0 {
	background: transparent url(../gfx/icons/gb.png) top left no-repeat;
}
.lang1 {
	background: transparent url(../gfx/icons/de.png) top left no-repeat;
}

/* from k */

/*
#menuMain_wrap {
	background: #475578;
	padding: 0;
	border: 0;
}

*html #menuMain_wrap {
	height: 1px;	
}

#menuMain {
	float: right;
}

#menuMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 200;
}

#menuMain li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: none;
}

#menuMain li a {
	display: block;
	padding: 11px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-image: url(../gfx/background_menuMain_item.gif);
	background-repeat: no-repeat;
	background-position: left;
}
*/


/* 2nd level boxes */

#menuMain ul ul {
	height: auto;
	margin: 21px 0px;
	background-image: url(../gfx/background_submenu_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px 0;
}

*html #menuMain ul ul {
	margin: 0;
	background-image: none;
	padding: 20px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0px;
	padding: 0;
}

*html #menuMain ul ul {
	background-image: none;
	background: white;
	margin-top: 1px;
}

#menuMain li li {
	float: none;
	width: 240px;
}

*html #menuMain li li {
	width: 208px;
} 

/* 2nd level items */

#menuMain li li a {
	float: none;
	font-size: 12px;
	height: auto;
	/*color: #133072;*/
	margin: 0 16px;
	font-weight: normal;
	background-image: url(../gfx/background_submenu_a_item.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 0;
	padding: 7px 20px 8px 10px;
	width: 178px;
}
*html #menuMain li li a {
	margin: 0;
}
*html #menuMain li li.first_item a {
	margin-top: 10px;
}

*html #menuMain li li.last_item a {
	margin-bottom: 10px;
}

*html #menuMain li li.first_item li a,
*html #menuMain li li.last_item li a,
*html #menuMain li li li a {
	margin: 0;
}


#menuMain li li a:hover {
	background-image: url(../gfx/background_submenu_a_item_hover.gif);
	background-color: #D9DFEC;
}

	/* fix last item */

#menuMain li li.last_item a {
	background-image: none;	
}

#menuMain li li.last_item a:hover {
	background-image: url(../gfx/background_submenu_a_last_item_hover.gif);
	background-color: #D9DFEC;
}

	/* subpages */

#menuMain li li a.has_subpages {
	background-image: url(../gfx/background_submenu_a_item_has_subpages.gif);
}

#menuMain li li a.has_subpages:hover {
	background-image: url(../gfx/background_submenu_a_item_has_subpages_hover.gif);
}

		/* fix last item */

#menuMain li li.last_item a.has_subpages {
	background-image: url(../gfx/background_submenu_a_last_item_has_subpages.gif);
}

#menuMain li li.last_item a.has_subpages:hover {
	background-image: url(../gfx/background_submenu_a_last_item_has_subpages_hover.gif);
}


/* 3rd level */

#menuMain ul ul ul {
	background-image: none;
	padding-bottom: 0;
	border: 1px solid #ccc;
	padding: 10px 0;
	background-color: white;
	margin-top: -2px;
}

*html #menuMain ul ul ul {
	margin-top: -11px;
}

*+html #menuMain ul ul ul {
	margin-top: -2px;
}

#menuMain ul ul ul li,
#menuMain ul ul ul li.last_item {
	background-image: none;	
}

#menuMain ul ul ul li.first_item {
	padding-top: 0px;	
}

#menuMain ul ul ul li.last_item {
	padding-bottom: 0px;	
}

/* dynamix start */

/* get rid of the table */
#menuMain table {
	position: relative;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 220;
}

#menuMain table td {
	border: 0;
}

#menuMain table table {
	position: absolute;	
}

/* Give the link OR list a relative position. Depends on which browser is used  */
#menuMain ul li:hover {
	position: relative;
}

/* keep the 'next' level invisible */
#menuMain ul ul,
#menuMain ul :hover ul ul, 
#menuMain ul :hover ul :hover ul ul,
#menuMain ul table, 
#menuMain ul :hover table table, 
#menuMain ul :hover table :hover table table {
	display: none;
}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
	/* sublevel 1 */
#menuMain ul :hover ul,
#menuMain ul :hover table {
	left:-4px;
	top: 28px;
	display:block;
	position:absolute;
}

*html #menuMain ul :hover ul,
*html #menuMain ul :hover table {
	left: 0px;
	top: 24px;
}

	/* sublevel 2 */
#menuMain ul :hover ul :hover ul,
#menuMain ul :hover table :hover table {
	left: 234px;
	top: -9px;
	display: block;
	position: absolute;
}
*html #menuMain ul :hover ul :hover ul,
*html #menuMain ul :hover table :hover table {
	left: 104px;
	top: 0;
}

#menuMain ul :hover ul :hover ul :hover ul,
#menuMain ul :hover table :hover table :hover table {
	left: 241px;
	top: -1px;
	display:block;
	position:absolute;
}
*html #menuMain ul :hover ul :hover ul :hover ul,
*html #menuMain ul :hover table :hover table :hover table {
	left: 104px;
}

/* For IE5.5 and IE6 give the hovered links a position relative */

* html #menuMain ul li a:hover {
	position: relative;
	z-index: 220;
}

/* correct ie7, prevent jump on hover*/
*+html #menuMain li li.has_subpages:hover {
	margin-bottom: -3px;
}

/* dynamix end */