html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
}

body, td {
	font-size: 14px;
	font-family: serif;
	color: #fff;
	text-align: center;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #e3421f;
}

#impressum {
	position: absolute;
	bottom: 5px;
	right: 5px;	
}

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -250px;
	float: left;
}

#container {
	clear: left;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	max-width: 1200px;
	width: 80%;
	width: 900px;
	height: 500px;
	background: url(../images/main.jpg) no-repeat;
	border: 2px #ff0000 solid;
	padding: 0px;
}

#logo {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -85px;
}

#menu {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -55px;
	z-index: 3;
}

.menu, #kkpewa {
	float: left;
}

.menu a, #kkpewa {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.menu a:hover {
	color: #777;
}

#kkpewa {
	color: #e3421f;
}

.img_right {
	float: right;
}

#start1, #start2, #start3 {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

#start2 {
	text-align: center;
	margin-left: -10px;
	padding-top: 40px;
}

#start1 {
	background: url(../images/start1.jpg) no-repeat top left;
}

#start3 {	
	background: url(../images/start3.jpg) no-repeat top right;
}

#messen {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/messen.jpg) no-repeat center;
}
#messen img {
	margin-top: 160px;
	border: 2px #000 solid;
	opacity: 0;
}

#kollektion {
	width: 100%;
	height: 100%;
	padding: 40px 28px 40px 28px;
}

.piece, .kollektion {
	border: 2px #fff solid;
}

.kollektion {
	float: left;
	margin: 13px 13px 13px 13px;
	text-align: center;
	width: 180px;
	height: 180px;
	cursor: pointer;
}

#kollektionPagination {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 30px;
}
