@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:700px;
}

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

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

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

#content_box {
	width:678px;
	height:504px;
	position:absolute;
	top:130px;
	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:200px;
	height:465px;
	position:absolute;
	top:18px;
	left:18px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

#hawaiiana_box {
	width:200px;
	height:465px;
	position:absolute;
	top:18px;
	left:238px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

#iwalewa_box {
	width:200px;
	height:465px;
	position:absolute;
	top:18px;
	left:458px;
	border-width:1px;
	border-style:solid;
	border-color:#626262;
	border-bottom-color:#585858;
}

.dreier_bild {
	height:350px;
	width:200px;
}

.product_line {
	width:200px;
	height:115px;
}

#footer_text {
	width:680px;
	padding-top:20px;
	position:absolute;
	top:635px;
}

#footer_text {
	text-align:center;
}

a {
	color:#d8c277;
}

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

img, a img {
	border:none;
}