html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f6f1de;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	background-image: url(images/wrapper_bg.png);
	height: 201px;
	background-repeat: repeat-x;
}
#cwrapper {
	width: 796px;
	height: auto;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#header {
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 362px;
	width: 796px;
	margin: 0 auto;
}
#mid {
	background-image: url(images/mid_bg.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 796px;
	margin: 0 auto;
}
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	width: 796px;
	height: 48px;
	clear: both;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover  {
	text-decoration: underline;
}
#centerWrapper {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#navi {
	width: 175px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	float: left;
	margin-top: 20px;
}
#navi ul li {
	list-style-type: none;
	padding-bottom: 10px;
}
#content {
	width: 500px;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	line-height: 23px;
}
#content td {
	line-height: 18px;
}
#wrappermain {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 796px;
	text-align: left;
}
#navi-top ul {
	margin: 0;
	padding: 0;
}
#navi-top ul li {
	list-style-type: none;
	float: left;
}
#navi-top {
	text-align: left;
	height: 31px;
	width: 307px;
	position: relative;
	top: 174px;
	left: 85px;
}
#swf {
	width: 360px;
	height: 334px;
	position: relative;
	top: -34px;
	left: 532px;
}
#navi a {
	text-decoration: none;
	color: #000000;
}
#navi a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	margin-bottom: 25px;
}
h2 {
	font-size: 14px;
}
td {
	font-size: 12px;
}
#fAngebote {
	text-align: center;
	background-color: #f6f1de;
	padding: 5px;
	border: 1px solid #f6e3b7;
}
#fAngebote a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#fAngebote a:hover {
	text-decoration: underline;
}
td a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
td a:hover {
	text-decoration: underline;
}