/*
*	NAVIGATION KARNERHOF
*	(c) BlueChip Software GmbH
*/

/* 
*	Metanav & Langnav
*-----------------------------------------*/
.metanav,
.langnav {
	position: relative;
	text-align: right;
	width: 335px;
}
.langnav { 
	width: 350px;
}
.metanav ul {
	position: absolute;
	right: 25px;
}
.langnav ul {
	position: absolute;
	left: 675px;
	width: 270px;
}
.metanav li,
.langnav li {
	list-style-type: none;
	float: left;
	color: #fff;
	line-height: 50px;
}
.metanav a,
.langnav a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.langnav a {
	margin-right: 6px;
}
.langnav li.icon-lang {
	padding-top: 2px;
}
.metanav a:hover,
.langnav a:hover,
.top .act {
	text-decoration: underline;
}

/*
*	Mainnav 
*-----------------------------------------*/
.mainnav {
	position: relative;
	max-width: 1400px;
	height: 82px;
	margin: 0 auto;
	background: url(../images/bg-mainnav.png) repeat-x bottom left;
}
.mainnav ul {
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}
.mainnav li {
	float: left;
	list-style-type: none;
	line-height: 95px;
}
.mainnav li a{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	padding: 0 25px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: #000 2px 1px 2px;
}
.mainnav li a:hover,
.mainnav li a.act {
	color: #b7e0fb;
}
.mainnav .seperator {
	width: 2px;
	height: 80px;
	background: url(../images/mainnav-seperator.png) no-repeat left 40px;
}

.mainnav a.active{
	background-image: url(../images/key-sub.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	color: #b7e0fb;
}

/*
*	Quicknav bzw. Headernav
*--------------------------------------------*/
.headernav {
	position: relative;
	width: 1000px;
	height: 45px;
	margin: 0 auto -14px auto;
	font-family: 'PT Sans Narrow', sans-serif;
}
.headernav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.headernav li {
	float: left;
	list-style-type: none;
	color: #fff;
}
.headernav a,
.headernav span {
	display: block;
	padding: 15px;
	text-shadow: 1px 1px 1px #4b5c0d;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

#nav-l a,
#nav-r a {
	width:97px;
}

#nav-r li {
	margin-left:-5px;
}
#nav-r li:first-child {
	position:relative;
	/* z-index:10; */
}

/* left */
#nav-l a {
	background: url(../images/bg-hnleft.png) no-repeat bottom left; 
}

/* center */
#nav-center {
	position: absolute;
	z-index: 300;
	bottom: 0;
	width: 215px;
	height: 73px;
	left: 394px;
	background: url(../images/bg-hncenter.png) no-repeat top center;
	overflow: hidden;
}
#nav-center a {
	padding: 0;
}
#nav-center span {
	padding: 30px 10px 30px 30px;
	font-size: 22px;
	text-shadow: none;
	cursor: pointer;
}
#nav-center .last span {
	padding-left: 12px;
	padding-right: 29px;
}

html[lang='it'] #nav-center span {
	font-size: 18px;
}

html[lang='it'] #nav-center .last span {
	padding-left: 9px;
}

#nav-center li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}

#nav-center li.last {
	left: 110px;
}

/* right */
#nav-r {
	margin-left: 200px;
}
#nav-r a {
	background: url(../images/bg-hnright.png) no-repeat bottom right;
	visibility: visible;
	z-index: 100;
}

/*
*	Subnav
*--------------------------------------------*/
.subnav ul {
	list-style-type: none;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
}

.subnav li a {
	display: block;
	height: 33px;
	padding-top: 15px;
	background: url(../images/bg-subnav.png) no-repeat bottom left;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding-left: 46px;
}
.subnav li a:hover,
.subnav li a.sel {
	background: url(../images/bg-subnav-hover.png) no-repeat bottom left;
}

/* 2. Ebene */
.subnav ul ul {
	padding: 7px 0 10px 0;
	font-family: Arial, sans-serif;
}
.subnav ul ul li a {
	display: list-item;
	background: none;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	margin: 0 8px 0 45px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #004a7d;
	color: #004a7d;
}
.subnav ul ul span {
	background: url(../images/key-sub.png) no-repeat center left;
	padding-left: 15px;
}
.subnav ul ul li a:hover,
.subnav ul ul li a.sel {
	background: #a3c2d8;
	/* color: #fff; */
}
.subnav ul ul a:hover span,
.subnav ul ul a.sel span {
	 background: url(../images/key-sub-hover.png) no-repeat center left;
}

/* 3. & 4. Ebene */
.subnav .third,
.subnav .fourth {
	padding: 0;
}
.subnav .third a {
	margin-left: 65px;
}
.subnav .fourth a {
	margin-left: 85px;
}


/*
*	Breadcrumb
*--------------------------------------------*/
.breadcrumb ul {
	width: 100%;
	height: 15px;
	margin: 7px 0;
}
.breadcrumb li {
	list-style-type: none; 
	float: left;
}
.breadcrumb li a,
.breadcrumb li {
	font-size: 11px;
	color: #1b70aa;
}

/*
*	Footernav
*--------------------------------------------*/
.footernav ul {
	margin-left: 5px;
}
.footernav li {
	list-style-type: none;
	float: left;
}







