@charset "UTF-8";
/* CSS Document */

/* Reset und Seiten-Definition */
* {
	margin:0;
	padding:0;
}
a img{
	border: none;
}
html {
	border:0;
	height:100%;
}
body {
	background-color: #CCCCCC;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#conM {
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	background-image: url(../pix/layout/bg_header.gif);
	background-repeat: repeat-y;
	height: 97px;
	width: 900px;
	clear:both;
}
#headerimg {
	background-color: #CCCCCC;
}
#headerimg img {
	width: 900px;
	height: 295px;
}
#logo {
	height: 75px;
	width: 492px;
	margin-left: 35px;
	margin-top: 10px;
	float: left;
}
#topNav {
	float: right;
	color: #FFFFFF;
	margin-right: 35px;
	margin-top: 65px;
}
#menu {
	background-image: url(../pix/layout/bg_nav.gif);
	background-repeat: repeat-y;
	height: 25px;
	width: 900px;
}
#theme {
	height: 295px;
	width: 900px;
	background-image: url(../pix/layout/bg_footer.gif);
	background-repeat: repeat-y;
}
#themeMask {
	position:absolute;
	margin-top:122px;
	width: 900px;
	height: 295px;
	float:left;
	/* display:block; */
	z-index: 50;
}
* html #themeMask {
	margin-top:132px;
}
#sideMaskL {
	position:absolute;
	margin-top:122px;
	width: 900px;
	height: 20px;
	float:left;
	/* display:block; */
	z-index: 50;
}
* html #sideMaskL {
	margin-top:132px;
}
#sideMaskR {
	position:absolute;
	margin-top: 122px;
	margin-left: 880px;
	width: 20px;
	height: 295px;
	float:left;
	/* display:block; */
	z-index: 50;
}
*+html #sideMaskR {
	margin-left: 353px;
}
* html #sideMaskR {
	margin-left: 0px;
	background-color:#9FF;
}
#content {
	background-image: url(../pix/layout/bg_content.gif);
	width: 900px;
	height: 100%;
	padding-bottom: 10px;	
}
#left {
	width: 590px;
	float: left;
}
#right {
	width: 310px;
	float: left;
	padding-top: 20px;
}
#cms {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 35px;
	font-size: 11px;
	line-height: 16px;
	color: #3D1E00;
}
div.teaser {
	background-color: #8E462B;
	background-image: url(../pix/layout/corner_left.gif);
	background-repeat: no-repeat;
	width: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
div.teaser a {
	color: #FFFFFF;
}
div.randOfferText {
	padding-bottom: 8px;
}
div.randOfferBild {
	margin-bottom: 10px;
}

#footer {
	background-image: url(../pix/layout/bg_footer.gif);
	background-repeat: repeat-y;
	height: 50px;
	width: 900px;
	clear: both;
}
#vchLogo {
	height: 45px;
	width: 100px;
	margin-left: 35px;
	padding-top: 5px;
	float: left;
}
#adresse {
	float: left;
	margin-top: 5px;
	color: #775548;
}


/* Clear-Elmente */
hr.clear{
	clear:both;
	visibility:hidden;
	height:0;
	content: "."; 
	line-height:0;
	width:95%;
	border: 0;
    padding: 0;
	margin: -1.1em 0 0 0;
}

div.col50P{
	width:50%;
	float:left;
}