*{
margin:0;
padding:0;
border:0 none;
text-decoration:none;
}


body{
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-family: arial, helvetica, sans-serif;
	font-weight:lighter;
	background:url(img/bg_badzeit.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_badzeit.jpg',sizingMethod='scale');
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_badzeit.jpg',sizingMethod='scale');
}

.container{
	position:relative;
	margin:0 auto;
	width:80%;
	min-width:440px;
	height:100%;
	min-height:400px;
}

a.logo{
	position:relative;
	min-width:200px;
	max-width:600px;
	width:50%;
	top:20%;
	margin:0 auto;
	height:auto;
	display:block;
}

a.logo img{
width:100%;
height:auto;
}

.footer{
position:relative;
top:40%;
width:90%;
padding:0 5%;
}

.clear{
	clear:both;
	height:0;
	visibility: none;
	line-height:0;
}

p.inhaber{
	display:block;
	margin-bottom:20px;
}

p.left{
display:block;
position:relative;
float:left;
width:45%;
}

p.right{
display:block;
position:relative;
float:right;
}

.footer a{
	color:#c51a1b;
}

span.col1{
	display:inline-block;
	width:100px;
}
