@charset "utf-8";
/* CSS Document */


#duftwelten {
	text-align: left;
	position:relative;
	top:0px;
	left:0px;
/*	_left: 15px;*/
	width:580px;
	height:auto;
	z-index:5;
	overflow:visible;
}

#duft_footer{
	position:relative;
	top:0px;
	left:0px;
	width:inherit;
	height:130px;
	background-image:url(images/produkte/bg_footer.jpg);
	z-index:4;
}

#duft_navigation {
	position:relative;
	bottom: 26px;
	left:0;
	width:inherit;
	width: 600px;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	z-index:5;
}


.duftnavpic{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:66px;
	border:0;
}
.duftnav_active{
	position:relative;
	top:0px;
	left:-100px;
	width:200px;
	height:66px;
	border:0;
	z-index:9;
}


#duft_navigation li {
	position:relative;
	display: block;
	float: left;
	left:0px;
	height: 66px;
	width: 100px;
	overflow: hidden;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	vertical-align: bottom;
}

#duft_navigation li a img {
	border: none;
}

/*
#duft_navigation li a:hover img {
	margin-left: -100px;
}*/

#duft_header {
	position:relative;
	top:0px;
	left:0px;
	width:inherit;
	height:230px;
	background-repeat:no-repeat;
	overflow:visible;
	z-index:4;
}


#duft_header_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:inherit;
	height:190px;
	background-repeat:no-repeat;
	overflow:visible;
	z-index:4;
}
#duft_header_navi {
	position:absolute;
	top:190px;
	left:0px;
	width:inherit;
	height:53px;
	background-repeat:no-repeat;
	overflow:visible;
	z-index:5;
}


#duft_content {
	clear: both;
	position:relative;	
	/*top:-40px;
	padding-top:40px;*/
	margin:0;
	padding:0;
	width:580px;
	height: auto;
}

#duft_content_schatten {
	clear: both;
	position:relative;	
	margin-top:-40px;
	margin-bottom:-20px;
	width:580px;
	height:76px;
	overflow:hidden;
	background-image:url(images/duftwelten/duftwelten_schatten_bg.jpg);
}

/* subnavigation */
#duft_subnavigation {
/*	background-image: url( images/duftwelten/background_subnavi.png );*/
	display: block;
	top: 10px;
	position:absolute;
	width: 100%;
	height: 104px;
	
}

#duft_subnavigation h4 {
	width: 580px;
	font-size: 11px;
	padding:0;
	margin:0;
}

#duft_subnavigation h4 a {
	text-decoration: none;
	color: #13235b;
}

#duft_subnavigation h4 a img {
	border: 0;
	margin-left: 0px;
}

#duft_subnavigation ul {
	background-repeat: no-repeat;
	color: #13235b;

	float: left;
	position: relative;

	margin: 0;
	padding-left: 0px;
	padding-top: 5px;

	width: 535px;
	height: 104px;
	
	/*border:1px solid green;*/

	list-style-type: none;
	
}

#duft_subnavigation ul li {
	/* align right - php auf DESC stellen "*/
	position:relative;
	right:85px;
	float: right;
	
	overflow: hidden;
	vertical-align: bottom;
	margin: 0;
	padding:0;
	width: 75px;
}

#duft_subnavigation ul li a {
	color: #13235b;

	text-decoration: none;
}

#duft_subnavigation ul li a img {
/*	width: 70px;
	height: 80px;*/
	/*width: 100%;*/
	/*width: 82px;*/
	border: none;
}

#duft_subnavigation ul li .zoom {
/*	width: auto;
	height: auto;*/
	display: block;
}

#duft_subnavigation ul li .duft_productlink {
	display: block;
}

#duft_subnavigation ul li.duft_active {
	width: 170px;
	text-align: center;
	/*border: 1px solid red;*/
}

#duft_subnavigation ul li.duft_active a img {
	width: auto;
	height: auto;
	_height: 240px;
}

#duft_subnavigation ul li.duft_active .zoom {
	display: block;
	position: absolute;
	bottom: -77px;
	_bottom: 37px;
	right: 10px;
	_right: 7px;
}

#duft_subnavigation ul li.duft_active .zoom * img {
	width: 28px;
	height: 28px;
}

#duft_subnavigation ul li.duft_active .duft_productlink {
	display: block;
	margin-top: -25px;

/*	display: list-item;
	list-style-image: url( ../images/arrow_blue.gif );*/
}

#duft_subnavigation ul li.duft_active .duft_productlink img {
	margin-right: 3px;
	height: auto;
}

#duft_text {
	/*color: #13235b;*/
	position: absolute;
	top: 0px;
	left: 60px;
	width: 480px;
	float: left;
	margin-top: 170px;
}

#duft_text .h2 {
	font-size: 24px
}


