* {
    margin: 0;
    padding: 0;	

}
html,body {
	margin:0;
	padding:0;
	font-family:'Avenir LT W01 55 Roman', arial,sans-serif;
	font-size:100%;
	color:#000;
	

}

a, a:active, a:visited {
	color: #89AEC1;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;

}
.clear { clear:both;}
.price {
background-image: linear-gradient(to right, #89AEC1 30%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
background-size: 6px 2px;
background-repeat: repeat-x;
margin: 0;
padding: 5px 0;
}
.floatright { float:right;}

p {	font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.abstand { padding-bottom:30px;}

.white { background:#FFF !important;}
#wrapper { 
	min-height:600px;
	padding:0;
	margin:0 ;
	width:100%;
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0.2, rgb(0, 0, 0)),
	color-stop(1, rgb(94, 94, 94))
);
background-image: -o-linear-gradient(left bottom, rgb(0, 0, 0) 20%, rgb(94, 94, 94) 100%);
background-image: -moz-linear-gradient(left bottom, rgb(0, 0, 0) 20%, rgb(94, 94, 94) 100%);
background-image: -webkit-linear-gradient(left bottom, rgb(0, 0, 0) 20%, rgb(94, 94, 94) 100%);
background-image: -ms-linear-gradient(left bottom, rgb(0, 0, 0) 20%, rgb(94, 94, 94) 100%);
background-image: linear-gradient(to left bottom, rgb(0, 0, 0) 20%, rgb(94, 94, 94) 100%);
	}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


#holder { width: 950px;
min-height:700px;
padding:0 20px;
margin: 0 auto;
background-size:100% !important;
}


.header {
	width:730px;
	height:55px;
	margin:0;
	padding:0;
	float:left;	
color:#89AEC1;
}
.logo {
padding: 0 0 50px 0;
margin: auto;
width: 190px;
text-align: center;
}

.content {
	margin: 0 0 90px 0;
	width:700px;
	float:left;
}
.content .title {
padding:0 0 30px 0;
margin-top: 0px;
font-size: 46px;
color: #89AEC1 !important;
line-height: 1.2em;
}

.content .subtitle {
font-size: 36px;
line-height: 1.2em;
color:#89AEC1 !important;
}
.content span {color:#89AEC1;}

.content p{
	font-size:16px;
	line-height:1.2em;
	color:#000 !important;
}



.fader { min-height:100%; width:100%;}

.fader .title {
	padding-top:150px;
	margin-left: 25px;
font-size: 46px;
color: #fff;
line-height: 1.2em;
}

.fader .subtitle {
padding-top:30px;
margin-left: 25px;
font-size: 36px;
line-height: 1.2em;
color:#89AEC1;
}
.fader span {color:#89AEC1;}
.fader .name {
font-size: 14px;
color: #fff;
line-height: 1.2em;
}
.cycle-pager {
width: 100%;
padding: 50px 0 20px 25px !important;
}

.fader p{
	font-size:46px;
	line-height:1.2em;
}
.adress {
	margin:0;
	padding:30px 0 0 0;
	width:190px;
	float:right;
	color:#89AEC1;
	z-index:999;
	position:relative;
}
.adress p {
	margin-top:10px;
	font-size:16px;
	line-height:1.6em;
}


.footer { width:100%;
padding:20px 0px 60px 0px;
margin: 0 auto;
text-align:center;
}
.footer a { color:#FFF;margin-left: 30px;}
.footer a:hover { color:#666; text-decoration:none;}

iframe {position:relative;top:0;left:0;width:100%;}
