body{
	background:#131A27 url(../img/mainbg.gif) center top no-repeat; 
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
}

#mainwrap{
	width:933px;
	margin: 0 auto;
	position: relative;
}
#fatboy{
	position: absolute;
	right: 3px;
}
#header{
	width: 800px;
	height:75px;
	margin: 30px auto 0 auto;
	position: relative;
}
#header a img{
	border: none;
}
#header ul{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 20px;
}
#header ul li{
	display:block;
	float: left;
	height:20px;
	list-style: none;
	color: #fff;
	vertical-align: top;
}
#header ul li a{
	font-size:11px;
	color: #fff;
	text-decoration: none;
}
#header ul li#amazon a{
	background:#131A27 url(../img/amazonde.gif) left top no-repeat;
	display: block;
	height: 20px;
	width: 65px;
	margin-top:6px;
	text-indent: -10000px;
}

#stage{
	width: 800px;
	height: 500px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#stage #area{
	position: absolute;
	width:1600000px;
	height: 500px;
	left: 0px;
}

#stage .items{
	position:relative;
	float: left;
	width: 800px;
	height: 500px;
}

#stage .infos{
	width: 300px;
	float: right;
}
#stage .infos h1{
	font-size:28px;
	margin: 30px 0 0 0; padding: 0;
}
#stage a.jetztkaufen{
	position:absolute;
	bottom:90px;
	right:30px;
	display:block;
	background:#fff url(../img/jetztkaufen.gif) left top no-repeat;
	width: 207px;
	height: 80px;
	text-indent: -10000px;
}
#stage a.jetztkaufen:hover{
	height: 117px;
	bottom:53px;
}

.mehrinfos{
	color:#131A27;
	font-size: 13px;
	margin-left: 40px;
}

#more{
	margin-left: 28px;
}

#more ul li{
	display: block;
	float: left;
	width: 151px;
	height: 100px;
	margin: 0 11px 11px 0;
}
#more ul li a{
	text-align:center;
	display: block;
	background: #fff;
	width: 100%;
	height: 100px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
}
#more ul li a.act,
#more ul li a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	
}
#more ul li a img{
	border:none;
}

#overlay{
	position:fixed;
	height: 100%;
	width: 100%;
	left:0px;
	top:0px;
	background: #000;
	z-index:2000;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#boxes{
	position: absolute;
	width: 98%;
}
#boxes .box{
	position:relative;
	z-index: 2010;
	background: #fff;
	margin:100px auto;
	width: 300px;
	font-size: 12px;
	padding: 10px;
}
#boxes .box .schliessen{
	position: absolute;
	top:3px;
	right: 3px;
	color:grey;
}
#amazonde{
	
}

