@charset "UTF-8";



/*------------- main Navi --*/

#navigation {
	float: right;
	background: url('../images/navigation_center.png') repeat-x bottom center;
	position: relative;
	top: -15px;
	margin-right: 5px; /* has to be the same as right negative margin of #navigation ul */
}

#navigation ul {
	margin: 0 -5px; /* has to be the same as right margin of #navigation */
	position: relative;
	height: 25px;
	background: url('../images/navigation_right.png') no-repeat bottom right;
	padding-right: 10px;
}
#navigation li ul {
	margin: 0;
	padding: 0;
	display: none;
	height: auto;
	border-bottom: 3px solid #FFFFFF;
	left: 0;
	position: absolute;
	top: 20px;
	background: none;
}
#navigation li:hover ul {
	display: block;
	z-index: 20;
}

#navigation li {
	padding: 0 15px;
	list-style: none;
	display: block;
	white-space: nowrap;
	position: relative;
	float: left;
}
#navigation li.first {
	background: url('../images/navigation_left.png') no-repeat bottom left;
	padding-left: 25px;
}
#navigation li li{
	background-color: #FFFFFF;
	display: list-item;
	float: none;
}


#navigation a {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 11px;
	color: #636464; /* farbe anpassen! */
	display: block;
}
#navigation a:hover {
	color: #000000;
}
#navigation li li a{
	color: #77787C;
	display: block;
	float: none;
	padding: 3px 10px;
	text-decoration: none;
	white-space: normal;
	width: 160px;
}









/*------------- product Navi --*/
/*------------- content --*/


/*------------- menu --*/
#productNavi {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	height: 304px;
	width: 940px;
	margin-bottom: 15px;
/*	position: absolute;
	top: 20px;
	left: 0;
*/
}

#productNavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../images/pNavi_bg.png') no-repeat left top;
}

#productNavi li {
	margin: 0;
	padding: 0;
	height: 43px; /* höhe der listenelemente; siehe: #navi a*/
	width: 160px;
	background: url('../images/pNavi_li_bg.gif') no-repeat bottom right;
}
#productNavi li.last {
	background: none;
	height: 44px; /* höhe der listenelemente +1px wg. fehlendem Unterstrich; siehe: #navi a*/
}

#productNavi a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#productNavi li:hover a,
#productNavi li.active a {
	position: absolute;
	margin: -4px 0 0 -4px;
	padding: 0;
	border: none;
	background: url('../images/pNavi_hover.png') no-repeat center;
	height: 53px; /* höhe der listenelemente; siehe: #navi li*/
	width: 185px;
	z-index: 7;
}
#productNavi li:hover a {
	z-index: 8;
}

#productNavi a label {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 5px 0 10px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	height: 43px; /* höhe der listenelemente; siehe: #navi li*/
	width: 160px;
	cursor: pointer;
}

#productNavi li:hover label,
#productNavi li.active label {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
}

#productNavi img {
	display: none;
	position: absolute;
	left: 160px;
	top: 1px;
	height: 300px;
	width: 780px;
	z-index: 3
}
#productNavi dfn {
	display: none;
	background: url("../images/pNavi_pic_bg.png") no-repeat scroll right bottom transparent;
	color: #FFFFFF;
	font-size: 11px;
	height: 46px;
	left: 160px;
	line-height: 20px;
	margin: 0;
	padding: 256px 20px 0;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: 1px;
	width: 740px;
	z-index: 4;
}
#productNavi li:hover dfn, #productNavi li:hover img,
#productNavi li.active dfn, #productNavi li.active img,
#productNavi li.home dfn, #productNavi li.home img {
	display: block;
}

#productNavi li:hover img {
	z-index: 5
}
#productNavi li:hover dfn {
	z-index: 6
}
