@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

body {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
}
.ba_home {
	background-image: url(../images/1234567_hintergrund.jpg);
	background-position: center top;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#wrapper {
	width: 100%;
	hight: 100%;
	background-image: url(../images/1234567_hintergrund.jpg);
}
header {
	width: 100%;
}
.ba_home #wrapper header div {
}
section {
	height: 100%;
	width: 100%;
}
section article {
	padding: 0px;
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:550px;
}
section article .block.last {
	margin:0;
}
footer {
	padding-top: 20px;
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 9990;
	bottom: 0px;
}
footer nav {
	background-color: rgb(100,100,100);
	margin: 0 auto;
	width: 950px;
	height: 45px;
}
footer nav ul {
	width: 100%;
	display: inline block;
	position: relative;
	list-style-type: none;
	padding: 17px 0 0 10px;
	margin: 0;
}
footer nav ul li{
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	float: left;
	height: 45px;
	color: rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 180px;
}
footer nav ul li a{
	color: rgb(255,255,255);
}
footer nav ul li a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
section article .block_headline {
	width: 940px;
	padding: 0 5px 5px 5px;
	height: 80px;
	margin: 0 auto;
}
section article .block_headline h1 {
	font-family: "Open Sans", sans serif;
	font-size: 30px;
	line-height: 120%;
	font-weight:400;
	font-stretch:ultra-expanded;
	color: rgb(255,255,255);
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}
section article .block_fullwidth {
	width: 950px;
	float: left;
	height: 100%;
	margin: 0px 10px 0 0;
}
section article .block_fullwidth.content {
	height: 100%;
	width: 910px;
	margin top: 0px;
	margin right: auto;
	margin bottom: 0px;
	margin left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
section article .block_fullwidth.content .left {
	float: left;
	height: 100%;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
section article .block_fullwidth.content .left h2 {
	font-family: "Open Sans", sans serif;
	font-size: 18px;
	line-height: 150%;
	font-weight:normal;
	margin-top:5px;
	padding: 0px;
}
section article .block_fullwidth.content .left ul {
	font-family: "Open Sans", sans serif;
	font-size: 13px;
	line-height: 120%;
	font-weight:normal;
	padding: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;
	list-style-type:square;
	position:relative;	
}
section article .block_fullwidth.content .left p {
	font-family: "Open Sans", sans serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0 0 10px 0;
}
section article .block_fullwidth.content .right {
	width: 100%;
	padding: 0px;
	float: left;
	height: 100%;
}
section article .block_fullwidth.content .right #slideshow {
	position: relative;
	height: auto;
}
section article .block_fullwidth.content .right #slideshow img {
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 0px;
}
section article .block_fullwidth.content .right #slideshow img.active {
	z-index: 10;
}
section article .block_fullwidth.content .right #slideshow img.last-active {
	z-index: 9;
}