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

* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5A5A5A;
	color:#909090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	min-width:897px;
}

#everything {
	width:950px;
	height:740px;
	position:relative;
	left:50%;
	margin-left:-475px;
}

#logo {
	height:88px;
	width:580px;
	position:absolute;
	left:160px;
	top:0;
}

#themakerof {
	width:160px;
	height:42px;
	position:absolute;
	left:370px;
	top:88px;
}

#content_box {
	width:950px;
	height:445px;
	position:absolute;
	top:150px;
	left:0;
	background-image:url(../images/content_kasten.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#5C5C5C;
	border-bottom-color:#555;
}

#tannymax_box {
	width:290px;
	height:405px;
	position:absolute;
	top:19px;
	left:639px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

#hawaiiana_box {
	width:290px;
	height:405px;
	position:absolute;
	top:19px;
	left:19px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

#speedbronzer_box {
	width:290px;
	height:405px;
	position:absolute;
	top:19px;
	left:329px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

.dreier_bild {
	height:290px;
	width:290px;
}

.product_line {
	width:290px;
	height:115px;
	background-image:url(../images/logo_bg.jpg);
}

.produkt_line a {
	text-align:center;
}


#oneworld {
	position:absolute;
	width:158px;
	height:100px;
	z-index:1;
	left: 348px;
	top: 642px;
}


#footer_text {
	width:897px;
	padding-top:20px;
	position:absolute;
	top:725px;
}

#footer_text {
	text-align:center;
}

a {
	color:#d8c277;
}

a:hover, a:active {
	color:#f3e6bb;
}

img, a img {
	border:none;
}
