/* FUER ALLE */

html{
	background: url("../img/background_pattern.png") fixed;
	height:100%;
	width: 100%;
}

.imgpreload{
	display: none;
}
.wrapper{
	width: 872px;
	margin: 0 auto;
}

.logo{
	position: relative;
	display: block;
	height: 75px;
	width: 260px;
	background: url("../img/logo_betker.png");
	margin-top: 35px;
	margin-bottom: 35px;
}

menu{

}

menu a{
	background: url("../img/header_button_inaktiv.png");
	height:31px;
	width: 175px;
	display: inline-block;
	margin-right: -5px;
	border: none;
	text-align: center;
	padding-top:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #6b6b6b;
	text-shadow: 1px 1px #ffffff;
	text-decoration: none;
}

menu a:hover{
	background: url("../img/header_button_hover.png");
	margin-top: -2px;
	text-shadow: -1px -1px #ffffff;
}

menu a:first-child{
	background: url("../img/header_button_inaktiv_leftclose.png")
}
menu a:first-child:hover{
	background: url("../img/header_button_hover_leftclose.png")
}

menu a:last-child{
	background: url("../img/header_button_inaktiv_rightclose.png")	
}
menu a:last-child:hover{
	background: url("../img/header_button_hover_rightclose.png")	
}
menu a.aktiv{
	background: url("../img/header_button_aktiv.png");
}
menu a:last-child.aktiv{
	background: url("../img/header_button_aktiv_rightclose.png");
}
menu a:first-child.aktiv{
	background: url("../img/header_button_aktiv_leftclose.png");
}
.slides_container {
    width:872px;
    height:360px;
}
.slides_container div {
    width:872px;
    height:360px;
    display:block;
}

/*SLIDESHOW*/

header{
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.21);
	box-shadow: 0 0 3px rgba(0,0,0,0.21);
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 872px;
	margin-top: 20px;
	overflow: hidden;
}

header .prev{
	position: absolute;
	height: 24px;
	width: 24px;
	background: url("../img/slide_prev.png");
	margin-left: 805px;
	margin-top: 10px;
}
header .prev:hover{
	background: url("../img/slide_prev_hover.png");
}
header .next{
	position: absolute;
	background: url("../img/slide_next.png");
	height:24px;
	width: 24px;
	margin-left: 829px;
	margin-top: 10px;
}
header .next:hover{
	background: url("../img/slide_next_hover.png");
}

header .pagination{
	position: absolute;
	margin-top: 17px;
	margin-left: 20px;
}

header .pagination li{
	background: url("../img/slide_number.png");
	height: 10px;
	width: 11px;
	display: inline-block;
	margin-left: 6px;
	*display: inline;
	zoom: 1;
}
header .pagination .current{
	background: url("../img/slide_number_current.png");
}

/*CONTENT*/

.content {
	margin-top: 70px;
	margin-bottom: 10px;
	padding: 70px 70px 40px 70px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.21);
	box-shadow: 0 0 3px rgba(0,0,0,0.21);
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(45deg, #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h1{	
	display: inline-block;
	height: 47px;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-left: 22px;
	margin-top: 5px;
	position: absolute;
	color: #4f4f4f;

}
.content img.otherlogo{
	height:46px;
	width: 46px;
}


/*SCHRIFT*/

.content article.first{
	margin-top: 60px;
}
.content article{
	padding-left: 20px;
	padding-right: 20px;
}
.content article h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
}
.content article p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 30px;
}
.content article.last{
	margin-top: 20px;
}
.content article b{
	font-weight: 600;
}

/*FOOTER FUER ALLE*/

footer{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	padding-top: 60px;
	height:20px;
	text-align: center;
}
footer a{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #4f4f4f;
}
footer span b{
	margin-left: 6px;
}

/* PARTNER */

.content a{
	display: inline-block;
	height:93px;
	width:212px;
	margin-right: 16px;
	margin-bottom: 16px;
	
}
.content a.logo1{
	background: url("../img/plogo1.png");
}
.content a.logo1:hover{
	background: url("../img/plogo1_hover.png");
}
.content a.logo2{
	background: url("../img/plogo2.png");
}
.content a.logo2:hover{
	background: url("../img/plogo2_hover.png");
}
.content a.logo3{
	background: url("../img/plogo3.png");
}
.content a.logo3:hover{
	background: url("../img/plogo3_hover.png");
}
.content a.logo4{
	background: url("../img/plogo4.png");
}
.content a.logo4:hover{
	background: url("../img/plogo4_hover.png");
}
.content a.logo5{
	background: url("../img/plogo5.png");
}
.content a.logo5:hover{
	background: url("../img/plogo5_hover.png");
}
.content a.logo6{
	background: url("../img/plogo6.png");
}
.content a.logo6:hover{
	background: url("../img/plogo6_hover.png");
}
.content a.logo7{
	background: url("../img/plogo7.png");
}
.content a.logo7:hover{
	background: url("../img/plogo7_hover.png");
}
.content a.logo8{
	background: url("../img/plogo8.png");
}
.content a.logo8:hover{
	background: url("../img/plogo8_hover.png");
}
.content a.logo9{
	background: url("../img/plogo9.png");
}
.content a.logo9:hover{
	background: url("../img/plogo9_hover.png");
}
.content a.logo10{
	background: url("../img/plogo10.png");
}
.content a.logo10:hover{
	background: url("../img/plogo10_hover.png");
}
.content a.logo11{
	background: url("../img/plogo11.png");
}
.content a.logo11:hover{
	background: url("../img/plogo11_hover.png");
}
.content a.logo12{
	background: url("../img/plogo12.png");
}
.content a.logo12:hover{
	background: url("../img/plogo12_hover.png");
}
/* KONTAKT */

.content article iframe{
	border-radius: 2px;
	behavior: url(./js/PIE.htc);
}