body {
	margin: 0px;
	background-color: #000;
}
.vertical {
	position:absolute;
	top:50%;
	margin-top:-300px;
	height:600px;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
#main_nav {
	height: 19px;
	width: 799px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	background-color: #808080;
}
div.sub_navigation {
	width: 797px;
	height:18px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1B3B4;
	border-bottom-color: #B1B3B4;
	border-left-color: #B1B3B4;
}
#logo {
	text-align: right;
	width: 799px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#titel {
	height: 30px;
	width: 799px;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
}
#canvas {
	background-image: url(../bilder/streifen%20komplett.png);
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	height: 328px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
}
#canvas-2 {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	height: 328px;
	border-bottom: 1px solid white;
	overflow: auto;
}
#canvas #content {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 5px;
}
#canvas #content img {
	float: left;
	margin-right: 20px;
	border:0px solid #000;
}
#product_nav {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
}
