/*Platz für individuelle CSS Anweisungen */
#signet {
	/*background-image: url(../images/additional/signet.png);*/
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 354px;
	top:66px;
	width: 100%;
	background-size:auto 110%;
	position:fixed;
	right:0;
	display:none;
	overflow:hidden;
	background-image: url(../images/additional/signet.png);
}
.blur_me {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.poster_cover_me {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top_box {
	position:fixed;
	width:100%;
	height:60px;
	top:0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-position: center center;
	background-color: #333;
}
/*
#middle_box {
	position:absolute;
	background-color: #000;
	width:100%;
	height:390px;
	top:272px;
	
	border-bottom-color: #949494;
	opacity: 0.2;
	background-image: url(../images/main/audio.png);
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

#header_box_slogans a:link, #header_box_slogans a:hover, #header_box_slogans a:visited {
	position:absolute;
	top:50px;
	width:1080px;
	left:50%;
	margin-left:-540px;
	font-size: 15px;
	color: #666;
	text-align: right;
	text-decoration: none;
}
.footer_box_textbox {
	position:absolute;
	bottom:24px;
	width:100%;
	text-align:center;
	font-size:24px;
	text-transform: uppercase;
}
#footer_box_1 {
	width:58%;
	height:250px;
	float:left;
	margin:0;
	padding:0;
	margin-right:2%;
	position:relative;
	background-image: url(../images/additional/box/1.jpg);
}
#footer_box_2 {
	width:40%;
	float:left;
	height:250px;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(../images/additional/box/2.jpg);
}
#footer_box_3 {
	width:33.4%;
	float:right;
	height:240px;
	margin:0;
	padding:0;
	margin-left:0;
	position:relative;
	background-size: 100% 100%;
	background-image: url(../images/additional/box_fixed_1.jpg);
	display:none;
}
a.footer_box_4, a.footer_box_3, a.footer_box_2, a.footer_box_1 {
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.footer_text_box {
	position:absolute;
	bottom:12px;
	left: 10px;
	font-size: 42px;
	color: #FFF;
	width:100%;
	text-shadow: 0px 0px 10px #000;
}
a.footer_box_a {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.footer_box_1 {
}
.footer_box_4 {
	background-image: url(../images/additional/box_angebot_preislisten.jpg);
}
.footer_box_2 {
}
.footer_box_3 {
	background-image: url(../images/additional/box_fixed_1.jpg);
}

#footer_box {
	margin-top:24px;
	
	width:1080px;
	margin:auto;
	
	
	
}
#footer_box_sub {
	margin:auto;
	margin-top:32px;
	position:relative;
	width:1080px;
	

}
#header_box {
	width:100%;
	height:160px;
	position:fixed;
	top:0px;
	left:0;
	background-repeat: repeat-x;
	background-position: center;
	overflow:hidden;
}
#container_button_navi_2 {
	margin-bottom:32px;
	height:30px;
}
#header_box_container {
	width: 1080px;
	margin:auto;
	
}
.button_navi_2 {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #7c7c7c;
	text-align: center;
	padding: 6px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-weight: normal;
	margin-right: 13px;
	color: #FFF;
	letter-spacing: 0.2em;
}
#header_box_logo {
	background-image: url(../images/main/logo.png);
	width:500px;
	height:120px;
	position:fixed;
	margin-left:-540px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display:none;
	top:190px;
	background-size: 100% auto;
}
#header_box_subline {
	width:100%;
	height:12px;
	position:absolute;
	background-color:#FFF;
	top:292px;
	left:0;
	display:none;
}
.shadow_box {
	-moz-box-shadow: 1px 1px 3px #000, -1px -1px 3px #000; /* Firefox */
	-webkit-box-shadow: 1px 1px 3px #000, -1px -1px 3px #000; /* Chr, Saf */
	-khtml-box-shadow: 1px 1px 3px #000, -1px -1px 3px #000; /* Konqueror */
	box-shadow: 1px 1px 3px #000, -1px -1px 3px #000; /* CSS3 */
}
.rounded {
	-moz-border-radius: 6px;
	border-radius: 6px;
}
