/* Main */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
}
/* Bugfix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#wrapper:after, #inner:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	font-size:0;
}
/* Struktur */
#wrapper {
	min-width:600px;
	min-height:100%;
	position:relative;
}
* html #wrapper {
	height:100%;
}
#header {
	height:190px;
	text-align:center;
	font-weight:bold;
	position:relative;
	z-index:2;
}
#inner {
	width:100%;
	padding-bottom:62px;
}
#left {
	float:left;
	width:60%;
	position:relative;
	z-index:2
}
#right {
	overflow:hidden
}
* html #left {
	margin-right:-3px;
}
* html #right {
	height:1%;
	overflow:visible;
}
#footer {
	min-width:600px;
	position:relative;
	z-index:2;
	clear:both;
	height:25px;
	margin:-25px auto 0;
	background:#fff;
	text-align:right;
}
/* Content */
img.bg {
	min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#logo {
	text-align:right;
	height:150px;
	padding:20px
}
#navi {
	text-align:right;
	padding:0 20px 40px 0;
	bottom:0;
	right:0;
	position:absolute
}
#content_home {
	padding:40% 0 0 80px
}
#content_leistungen {
	padding:0 0 0 80px
}
#leistungen_tooltip_wrapper {
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	width:100%;
	height:200px;
}
#leistungen_tooltip {
	float:left;
	margin-right:15px;
	height: 200px;
	width: 200px;
	border: 1px solid #1cddcd;
	-moz-box shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	background-color:#9c9c9c;
}
#content_referenzen {
	padding:0 0 0 80px
}
#content_kontakt {
	padding:40% 0 0 80px
}
#content_impressum {
	padding:0 0 0 40px;
	background-image:url(../images/impressum/bg_impressum.png);
	margin-top:-150px
}
