* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	background-image: url(/fileadmin/customer/assets/img/master_bg.jpg);
	background-color: white;
	background-repeat: repeat-x;
	line-height: 16px;
}
#box {
	width:1000px;
	text-align:left;
	position: relative;
	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/fileadmin/customer/assets/img/content_bg.jpg);
}
#header {
	height: 180px;
}
#Logo {
	width:200px;
	height: 128px;
	float:left;
	position: relative;
	z-index: 8;
	background-image: url(/fileadmin/customer/assets/img/logo_links.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#Rubrik_Bild {
	float: left;
	position: absolute;
}
#Adresse {
	width:200px;
	height: 110px;
	float:right;
	position: relative;
	top: 20px;
	left: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	z-index: 3;
	display: none;
}
#Service-Menu {
	width:350px;
	float:right;
	position: relative;
	top: 162px;
	right: 0px;
	z-index: 9;
	height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#maincontent {
	background-image: url(/fileadmin/customer/assets/img/content_bg.jpg);
}
#col-left {
	float: left;
	width: 200px;
}
#col2 {
	float: left;
	width: 570px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#col-right {
	float: right;
	width: 200px;
}
#col-right .bodytext {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#col-right H5 {
	font-size: 13px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
}
#headclearer {
	clear: both;
}
#mainclearer {
	clear: both;
	padding-bottom: 95px; /* wichtig 27px ohne slogan */
}
#footer {
	position: absolute;
	width: 100%;
	height: 17px;
	bottom: 0;
	#background-image: url(/fileadmin/customer/assets/img/footer.jpg);
	background-color: #FFFFFF;
}
#slogan {
	background-image: url(/fileadmin/customer/assets/img/slogan.png);
	height: 80px;
	width: 1000px;
	margin-top: -80px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
