@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background-image:url(../images/background.jpg);
	background-color:#230507;
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#DFDFDF;
}

a {
	color:#DFDFDF;
}

a:hover {
	color:#FFF;
}


#everything {
	width:1000px;
	position:relative;
	/*top:20px;*/
	left:50%;
	margin-left:-500px;
}

#header {
	width:1000px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
}

#splash {
	width:1000px;
	height:600px;
	position:absolute;
	top:0;
	left:0;
}

#navigation {
	width:396px;
	position:absolute;
	top:308px;
	height:520px;
	left:0;
}

#content {
	width:596px;
	position:absolute;
	top:308px;
	right:0;
	padding-bottom:60px;
}

#contentsplash {
	width:1000px;
	position:absolute;
	top:608px;
	left:50%;
	margin-left:-500px;
	padding-bottom:60px;
	text-align:center;
}

#stern_container {
	padding:10px;
	position:relative;
	width:284px;
	height:138px;
	background-color:#5c1d1f;
	float:left;
}

#kurztext_container {
	position:relative;
	padding:10px;
	width:284px;
	height:138px;
	background-color:#5c1d1f;
	float:left;
}

#kurztext {
	/*position:relative;
	height:118px;
	width:264px;
	padding:10px;
	background-color:#4e1516;
	overflow:hidden;*/
	height:138px;
	width:284px;
	background-color:#4e1516;
	position:relative;
	margin:0;
}

#logo_kasten {
	height:138px;
	width:284px;
	background-color:#4e1516;
	position:relative;
}
	

#stern_titel {
	background-image:url(../images/sterne/background_titel.jpg);
	width:170px;
	height:138px;
	float:left;
}

#sterne {
	background-image:url(../images/sterne/background_sterne.jpg);
	width:114px;
	height:138px;
	float:right;
}

#sterne img {
	padding:1px 0 2px 4px;
}

#film_container {
	position:relative;
	width:284px;
	height:158px;
	background-color:#5c1d1f;
	float:right;
}


#produkt_fenster, #info_fenster {
	position:relative;
	top:8px;
	width:580px;
	background-color:#5c1d1f;
	clear:both;
	float:left;
	padding:8px;
	margin-bottom:8px;
}

#produkt_fenster {
	height:470px;
	background-repeat:repeat-y;
	padding:0 8px 0 8px;
}

#info_fenster {
	background-image:url(../images/info_background.jpg);
	background-repeat:repeat-y;
	padding:0 8px 0 8px;
}

#produkt_fenster_oberkante {
	position:relative;
	background-color:#5c1d1f;
	height:8px;
	width:596px;
	top:8px;
	clear:both;
}

#produkt_fenster_unterkante, #info_fenster_unterkante {
	position:relative;
	height:8px;
	width:596px;
	float:left;
	clear:both;
	margin-bottom:8px;
	background-color:#5c1d1f;
}


#produkt_text, #info_text_spalte_1, #produkt_emotion {
	background-color:#4e1516;
	width:296px;
	position:relative;
	float:left;
	z-index:auto;
	padding-top:10px;
}

#produkt_text {
	height:460px;
}

#produkt_emotion {
	position:absolute;
	top:0;
	left:10px;
	z-index:100;
	background-color:#FFF;
	height:100%;
	padding:0;
	margin-left:-2px;
}

#produkt_text p, #info_text_spalte_1 p, #info_text_spalte_2 p {
	padding:10px 10px 25px 10px;
}

#body_cosmetics_logo {
	position:absolute;
	top:4px;
	right:4px;
}

#info_text_spalte_2 {
	background-color:#4e1516;
	width:276px;
	position:relative;
	float:right;
	padding-top:10px;
}

#produkt_bild {
	width:276px;
	height:362px;
	position:relative;
	float:right;
	background-color:#FFF;
}

#alternative_produkte {
	width:276px;
	position:absolute;
	text-align:center;
	height:100px;
	right:8px;
	bottom:0;
	background-color:#FFF;
}

#alternative_produkte a {
	position:relative;
	top:5px;
}


#produkt_subnavi {
	position:relative;
	width:580px;
	background-color:#5c1d1f;
	clear:both;
	padding:8px;
	margin-bottom:8px;
}

.incis {
	font-size: 9px;
}

#the_footer {
	float:left;
	clear:both;
	top:0;
	position:relative;
	width:596px;
	padding:0;
	height:25px;
	color:#702929;
}

#the_footer a {
	color:#8b3f3f;
	text-decoration:none;
}

#the_footer a:hover {
	color:#DFDFDF;
}


h3 {
	padding:10px 10px 0px 10px;
	font-size: 18px;
	color:#f8e1e1;
	line-height:18px;
}

h4 {
	font-size:12px;
	padding:18px 10px 2px 10px;
}

ul, ol {
	padding:0 10px 10px 28px;
}

ol {
	padding-left:35px;
}

img , img a {
	border:none;
}

.subheadline {
	font-size: 14px;
	line-height: -25px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 30px;
}
