* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;}

@font-face {
    font-family: 'SnicklesRegular';
    src: url('fonts/Snickles-webfont.eot');
    src: url('fonts/Snickles-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Snickles-webfont.woff') format('woff'),
         url('fonts/Snickles-webfont.ttf') format('truetype'),
         url('fonts/Snickles-webfont.svg#SnicklesRegular') format('svg');
    font-weight: normal;
    font-style: normal;}

html, body {
	height : 100%;
	background-color: #fff;}
	
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;}
	
#wrapper {
	position: relative;
	left: 50%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: -489px;
	width: 978px;
	color: #693506;}
	
h1 {
	font-family: 'SnicklesRegular', Tahoma, serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #009ac1;
	padding-left: 4px;}	
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #666;
	font-weight: normal;}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	list-style-type: square;
	margin-left: 20px;}
	
.datenschutz {
	color: #666;
	font-size: 16px;
	line-height: 23px;}
	
hr {
	border-top: solid 2px #009ac1;
	margin: 10px 0px 20px 0px;}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #666;
	margin-bottom: 20px;}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #cc0146;
	font-weight: normal;}	
	
a:hover {
	color: #b10445;
	text-decoration: underline;}
	
/* ---------------------------------------------------- Inhaltsbereich ---------------------------------------------------- */

#header {
	position: relative;
	height: 215px;
	width: 978px;}
	
.homebutton {
	position: absolute;
    right: 0px;
    top: 200px;
    width: 400px;
	height: 150px;
	z-index: 99;}
	
#balken {
		position: relative;
		margin-top: -41px;
		height: 236px;
		width: 978px;
		background-image: url(images/headerbalken.png);}
	
#content {
	position:relative;
	width: 600px;
	margin-top: -70px;
	padding-right: 378px;
	padding-bottom: 50px;}
	
#reinigungsservice {
	position: relative;
	width: 948px;
	height: 315px;
	padding: 35px 0px 0px 30px;
	margin-top: 30px;
	background-image: url(images/reinigungsleistungen.jpg);
	margin-bottom: 2px;}
	
#kontakt {
	position: absolute;
	top: 400px;
	right: 0px;
	width: 326px;}
	
#kontakt p, #kontakt a {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;}
	
#footer {
	position: relative;
	height: 40px;
	width: 326px;
	background-image: url(images/footer.png);
	padding: 40px 0px 0px 652px;
	text-align: right;}
	
#footer p, #footer a {
	font-size: 14px;}
	
/* ---------------------------------------------------- Imagecarousel ---------------------------------------------------- */	
.image_carousel {
	padding: 0;
	height: 215px;
	overflow: hidden;}
	
.image_carousel img {
	width: 326px;
	height: 215px;
	display: block;
	float: left;}
	
.clearfix {
	float: none;
	clear: both;}
