body {
		margin-top: 0px; 
		margin-bottom: 0px;
		background: url("../img/bg.png");
		background-repeat: repeat-x; 
		text-align:center;
		font-family: helvetica;
		font-size: 9pt;
}

#zentriert { 
	width: 800px; 
	overflow: visible;
	margin-left: auto; 
	margin-right: auto; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#header {
	width: 800px;
	height: 123px;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url("../img/headerbg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#logo {
	width: 500px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}

#image {
	width: 200px;
	float: left;
	margin-bottom: 20px;
	clear: left;
}

#price {
	width: 350px;
	float: left; 
	font-style: bold;
	clear: right;
}

span.price {
	font-size: 18pt;
	color: black;
	font-weight: bold;
}

span.price a {
	font-size: 12pt;
	color: #1C86EE;
}

#banner {
	width: 295px;
	padding-top: 30px;
	float: left;
}

#menu {
	width: 190px;
	margin-left: 15px;
	margin-right: 20px;
	float: left;
}

#menu li {
	width: 160px;
	height: 20px;
	margin-bottom: 5px;
	text-indent: 15px;
	display: block;
	border-bottom: 1px dotted #7e7c76;
}

#content {
	width: 550px;
	float: left;
	padding-left: 10px;
}

#description {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #999;
}

#links {
	width: 263px;
	padding-left: 13px;
	color: #999;
	font-size: 9pt;
}

#footer {
	height: 14px;
	clear: both;
	padding-top: 20px;
	background-image: url("../img/footerbg.png");
	background-repeat: repeat-x;
	background-position: 0px 21px;
	text-align: center;
	color: #fff;
	font-size: 8pt;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

a.vzlink {
	margin-bottom: 10px;
	font-size: 7pt;
	clear: both;
}
a:hover.vzlink {
	color: #1C86EE;
}

a, a:visited {
	color: #7e7c76;
	text-decoration: none;
}

a:hover {
	color: #1C86EE;
}

img {
	border: 0;
}

h1 {
	color: #1C86EE;
	font-size: 11pt;
	margin-top: 0px;
}

h3 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 8pt;
	color: #1C86EE;
	text-decoration: underline;	
}

h3 a,
h3 a:hover,
a.title {
	font-size: 10pt;
	color: #1C86EE;
}

ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}