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

.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: -455px;
}
.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%;
	z-index: 100;
}

.pic2 {
	display: none;
}

.left {
	position: absolute;
	left: 0px;
	top: 14%;
	height: 72%;
	width: 48%;
	cursor: url('../images/cursor/left.ico'), w-resize;
	z-index: 200;
	display: none;
}

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


.right {
	position: absolute;
	left: 52%;
	top: 14%;
	height: 72%;
	width: 48%;
	cursor: url('../images/cursor/right.ico'), o-resize;
	z-index: 200;
	display: none;
}


.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%;
	z-index: 200;
}
.footer p {
	margin: 0px;
	padding: 0px;
}

.footer_open {
	display: none;
}
a {
	text-decoration: none;
	color: #28282a;
}

#contactForm, .contactOrder, #shopForm {
	position: relative;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	font-size: 12px;
	margin-top: 30px;
}

.thumb {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	font-size: 12px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 50px;
}


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


#shopForm .border td{
	border-bottom: 1px solid #dcdcdc;
}
#shopForm td{
	padding: 5px 0;
}
label {
	width: 80px;
	display: inline-block;
	text-align: right;
	padding: 8px 5px 7px 0;
	vertical-align: top;
}

.eingabe, textarea {
	border: 0px;
	border-bottom: 1px dotted #28282a;
	width: 400px;
	padding: 3px;
	font-style: italic;
	color: #28282a;
}

.eingabe_ {
	margin-top: 6px;
}

textarea {
	border: 1px dotted #28282a;
	height: 70px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.kontakt {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.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;
}

.startscreen {
	background: url('../upload/0244_Alge2_web_Start.jpg');
	width: 840px;
	height: 502px;
	color: white;
}

#textAusstellungen {

	width: 840px;
	margin-left: 84px;
	color: #858585;
	text-transform: none;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	top: 50%;
	margin-top: -251px;
}
#textAusstellungen a {
	color: white;
}

#textAusstellungen h1 {
	margin: 0;
	padding: 0 0 0px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;

}
#textAusstellungen h2 {
	margin: 14px 0 0px 0;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	

}

#textAusstellungen h2 a{
	color: #ccc;

}

#textAusstellungen p {
	margin: 0px;
	padding: 0px;

}

#textAusstellungen td:first-child {
	padding: 40px 0 0 50px;
}
#textAusstellungen td:last-child {
	padding: 40px 30px 0 0px;
}
#textAusstellungen span a {
	color: #6e7174;
}