﻿/* archibel main menu */
#menuMain a {
	color: #2c7bbd;
	text-decoration: none;
	float: left;
	width: auto;
	height: 35px;
	padding: 10px;
	display: block;
	background: url(graphics/menuDevider.gif) no-repeat 0px 10px;
}
#menuMain LI.firstItem A, #menuMain LI LI A, #menuMain .tx-macinasearchbox-pi1 A, #menuMain LI.act LI A {
	background: none;
	color: #2c7bbd;
	text-decoration: none;
}
#menuMain LI.act A {
	color: #8ba13f;
	text-decoration: underline;
}
#menuMain .info {
	clear: left;
	margin-top: 10px;
	font-size: 12px;
	width: 255px;
	float: left;
}
#menuMain UL {
	width: 990px;
	display: inline;
}
#menuMain LI {
	float: left;
	width: auto;
}
#menuMain LI UL {
	display: none;
}
#menuMain UL LI:hover, #menuMain UL LI:focus, #menuMain UL LI:active {
	background: url(graphics/aktivButton_oben_nosub.gif) center 2px repeat-x;
}
#menuMain UL LI.subSecondLevel:hover, #menuMain UL LI.subSecondLevel:focus, #menuMain UL LI.subSecondLevel:active {
	background: url(graphics/aktivButton_oben.gif) center 2px repeat-x;
}
#menuMain LI:hover UL, #menuMain LI:active UL, #menuMain LI:focus UL {
	float: left;
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 970px;
	background: #f0f0f0 url(graphics/boxMainMenu.jpg);
	padding: 10px 0px 10px 20px;
	padding-top: 0px;
	height: 215px;
	z-index: 10;
}
#menuMain LI:hover UL LI:hover {
	background: none;
}
#menuMain LI:hover UL LI A {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 5px 0px;
	width: 300px;
	height: auto;
	margin-right: 20px;
	background: transparent url(graphics/arrowBlueXSmall.gif) left 12px no-repeat;
	padding-left: 15px;
	width: 285px;
}
#menuMain LI:hover UL LI A:hover, #menuMain LI.act UL LI A:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
	background: transparent url(graphics/arrowRedXSmall.gif) left 12px no-repeat;
}
#menuMain LI:hover UL UL {
	top: 30px;
	display: block;
	width: 285px;
	height: auto;
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	background: transparent;
}
#menuMain LI:hover UL LI.subSecondLevel {
	position: relative;
	height: 80px;
	padding-bottom: 20px;
}
#menuMain LI:hover UL UL LI, #menuMain LI:hover UL LI.subSecondLevel UL LI {
	padding-bottom: 0px;
	margin-bottom: -5px;
	height: auto;
}
#menuMain LI:hover UL UL LI A {
	font-size: 11px;
	font-weight: normal;
	border-bottom: 0px;
	padding: 5px 0px 0px 15px;
	width: 255px;
	height: auto;
	margin: 0;
	background: transparent url(graphics/arrowGreenXSmall.gif) left 12px no-repeat;
}
#menuMain LI:hover UL UL LI A:hover {
	color: #000;
	background: transparent url(graphics/arrowRedXSmall.gif) left center no-repeat;
}

/* sub-menu */
#leftCol UL {
	display: block;
	width: 182px;
	margin: 20px;
}
#leftCol UL UL {
	width: 162px;
	margin: 0 20px;
	font-size: 90%;
}
#leftCol UL UL UL {
	margin: 0 10px;
	font-size: 80%;
}
#leftCol UL UL UL LI {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#leftCol LI {
	display: block;
}
#leftCol LI A {
	display: block;
}
#leftCol LI.act LI A {
	color: #2c7bbd;
}
#leftCol LI.act A, #leftCol LI.act LI.act A, #leftCol LI.act LI.act LI.act A {
	color: #8ba13f;
	background: transparent url(graphics/arrowBlackXSmall.gif) left center no-repeat;
}
#leftCol LI.act LI A, #leftCol LI.act LI.act LI A {
	background: transparent url(graphics/arrowGreenXSmall.gif) left center no-repeat;
}
#leftCol UL UL UL LI A {
	background: none;
}
#leftCol LI A:hover, #leftCol LI.act A:hover {
	color: #000;
	background: transparent url(graphics/arrowRedXSmall.gif) left center no-repeat;	
/*	display: block;
	background: transparent url(graphics/menueButton_blau.jpg) -40px center no-repeat;*/
}

/* meta-menu */
#metaNav A {
	display: block;
	background: transparent url(graphics/archibelContact.gif) left center no-repeat;
	padding-left: 30px;
}
#metaNav LI LI A {
	display: block;
	background: transparent url(graphics/arrowGreenXSmall.gif) left center no-repeat;
	padding-left: 15px;
}
#metaNav UL LI {
	padding: 10px 20px 0 20px;
}
#metaNav UL LI UL LI {
	padding: 0px;
}
#metaNav UL UL {
	display: none;
}
#metaNav UL LI:hover {
	background: #fff;
	background: url(graphics/metaNav.gif) 0px 0px no-repeat;
	width: 162px;
}
#metaNav UL LI:hover UL {
	display: block;
	padding: 10px;

/*	width: 180px;
	
*/
}
#metaNav UL LI:hover UL LI:hover {
	background: none #fff;
	background: none;
	padding: 0;
}
/* footerMenu */
UL.menuFoot {
	margin-top: 15px;
}
UL.menuFoot LI {
	display: inline;
	padding-right: 15px;
}

