body {
	height: 100%;
	margin: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #28282a;
	text-transform: uppercase;
	-webkit-text-size-adjust: none;
}

.container {
	position: absolute;
	left: 50%;
	width: 1026px;
	height: 100%;
	margin-left: -513px;
}

.header {
	font-size: 13px;
	text-align: center;
	letter-spacing: 6px;
	height: 12%;
}
.header .inner {
	padding: 15px;
	position: absolute;
	width: 915px;
	left: 50%;
	margin-left: -447px;
}
.header .web {
	margin: -2px 30px;
	float: left;
}
.header ul{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	letter-spacing: 3px;
}
.header ul li{
	display: inline;
	margin: 0 9px;
	padding: 0px;
}

.picspacer {
	height: 76%;
}

.pic, .pic2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.pic table table, .pic2 table table {
	display: none;
}

.left {
	position: absolute;
	left: 0px;
	top: 36%;
	height: 50%;
	width: 50%;
	cursor: url('../images/cursor/left.ico'), w-resize;
	z-index: 200;
	margin-left: -15px;
}

.middle {
	position: absolute;
	left: 48%;
	top: 14%;
	height: 72%;
	width: 4%;
	cursor: url('../images/cursor/pause.ico'), default;
	z-index: 200;
	margin-left: -15px;
}


.right {
	position: absolute;
	left: 50%;
	top: 36%;
	height: 50%;
	width: 50%;
	cursor: url('../images/cursor/right.ico'), e-resize;
	z-index: 200;
	margin-left: -15px;
}


.footer {
	height: 12%;
	text-transform: uppercase;
	font-size: 10px;
}
.footer .footer_{
	position: absolute;
	width: 80%;
	left: 50%;
	bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
	margin-left: -40%;
	cursor: pointer;
}
.footer p {
	margin: 0px;
	padding: 0px;
}

#close {
	position: absolute;
	right: 20px;
	background: #dadada;
	font-weight: bold;
	text-align: center;
	color: white;
	font-size: 20px;
	line-height: 24px;
	width: 24px;
	cursor: pointer;
}

.footer_open {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 12%;
	text-align: center;
	margin-left: -50%;
	margin-bottom: 12px;
	font-size: 12px;
	text-transform: none;
	padding: 28px 0px 28px 0px;
	display: none;
	z-index: 1800;
	background: url('../images/bg.png');
	text-transform: uppercase;
}
.footer_open a {
	color: gray;
}
a {
	text-decoration: none;
	color: #28282a;
}

.warenkorb {
	position: absolute;
	background: #dcdcdc;
	right: 0;
	top: 40px;
	z-index: 1000;
	opacity: 0.5;
	font-size: 12px;
	padding: 10px 30px 10px 10px;
}
.warenkorb div{
	margin-top: 10px;
}

#textTEXT {
	position: relative;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	font-size: 10px;
	padding-bottom: 30px;
}

