body {
	padding: 0px;
	border: 0px;
	margin: 0px;
/*	background-color: #C8392D;*/
	background-color: #356;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#master {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}
div#header {
	position: absolute;
	top:20px;
	width: 800px;
	height: 110px;
	/*border-bottom: 1px solid red;*/
	background-color: white;
}
div#logo {
	position: absolute;
	padding: 23px 0px 0px 19px;
	clear: both;
}
div#navigation {
	width: 535px;
	float: right;
	margin-top: 87px;
}
div#body {
	position: absolute;
	top: 266px;
	width: 800px;
	min-height: 400px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
div#text {
	text-align: left;
	padding-left: 270px;
	margin-bottom: 80px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin-right: 30px;
}
div#teaser {
	position: absolute;
	top: 131px;
	width: 800px;
	height: 135px;
	background: url(../image/teaserbar_bg.gif) repeat-x;
}
img#teasertext {
	margin-left: 200px;
	padding-bottom: 20px;
	padding-top: 60px;
}
div#footer {
/*	position: relative;
	top: 666px;*/
	position: absolute;
	bottom: 0px;
	height: 24px;
	width: 800px;
/*	background-color: #C8392D;*/
	background-color: #333;
}
div#contactinfo {
	text-align: left;
	padding-left: 10px;
	color: white;
	font-size: 10px;
	line-height: 24px;
	float: left;
	color: #CCC;
}
div#legalnotice {
	text-align: right;
	padding-right: 10px;
	color: white;
	font-size: 10px;
	line-height: 24px;
	float: right;
	color: #CCC;
}
img#teasersquares {
	position: absolute;
	top: 30px;
	left: 30px;
}
img#bodysquares {
	position: absolute;
	bottom: 40px;
	right: 40px;
}
img#teaserimage {
	position: absolute;
	bottom: 24px;
	left: 0px;
}
div.button {
	position: relative;
	float: left;
	background: url(../image/button_bg.gif) repeat-x;
	margin: 0px 0px 0px 5px;
	height: 23px;
}
span.buttontext {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 10px 0px 10px;
	vertical-align: super;
}
a.navigation:link{
	color: #FFF;
	text-decoration: none;
}
a.navigation:visited{
	color: #FFF;
	text-decoration: none;
}
a.navigation:hover{
	color: #C8392D;
	text-decoration: none;
}
a.navigation:active{
	color: #C8392D;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C8392D;
	margin-top: 42px;
}
ul {
	padding-left: 0px;
	border-left: 0px;
	margin-left: 18px;
}	
li {
	list-style-image: url(../image/pixellab-listitem.gif);
}
div#spacer {
	position: absolute;
	top: 1000px;
	height: 0px;
}
a.footerinfo:link{
	color: #CCC;
	text-decoration: none;
}
a.footerinfo:visited{
	color: #CCC;
	text-decoration: none;
}
a.footerinfo:hover{
	color: #C8392D;
	text-decoration: underline;
}
a.footerinfo:active{
	color: #C8392D;
	text-decoration: none;
}
table {
	border-bottom: 1px solid #C8392D;
	border-collapse: separate;
	margin: 10px 0px;
}
th {
	border-bottom: 2px solid #C8392D;
}
td {
	border-bottom: 1px solid #C8392D;
}
td.preise {
	text-align: center;
}
a:link{
	color: #C8392D;
	text-decoration: none;
}
a:visited{
	color: #C8392D;
	text-decoration: none;
}
a:hover{
	color: #C8392D;
	text-decoration: underline;
}
a:active{
	color: #C8392D;
	text-decoration: none;
}