/*
#E85A0E - Orange
#E56928 - Orange
rgb(44, 104, 174) - hellblau
#8FB8DF - hellblau
#00519E - blau
*/
#html, body {
	background-color:#999;
	/*height:100%;*/
}
#background {
	background: url(../images/background.png) repeat 5% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -100;
	height:121%;/* wegen Script background-animation*/
}
#page {
	width:1000px;
	background-color:#FFF;
	left:50%;
	margin-left:-500px;
	top:10px;
	position:absolute;
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;	
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 0 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
    behavior: url(PIE.htc);
	}
#page .orange {
	color:#E56928;
	font-size:14px;
	font-weight: bold;
}
#page .blau {
	color:#00519E;
	font-size:12px;
}

#header {
	/*position:relative;*/
	width:100%;
	height:250px;
	
}
#header_bild {
	width:100%;
	height:100%;
	
}
#header_bild img{
	width:100%;
	height:100%;
	
}

#header_logo {
	width:98px;
	height:70px;
	position:relative;
	left:255px;
	top:20px;
	background: url(../images/FBZ_logo_klein.jpg); 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;  
	behavior: url(PIE.htc);
}
#header_text {
	/*ist ausgeblendet wegen chrome*/
	position:relative;
	width:100%;
	top:-25px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:1.4em;
	right:2px;
	padding-right:10px;
}
#header_hotline{
	position:relative;
	width:320px;
	left:680px;
	top:-10px;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#F00;

}
#content {
	display:table;
	text-align:justify;
	font-size:14px;	
	color:#555;
	width:100%;
	line-height:2em;
	overflow:auto;
}
#content .klein {
	font-size:10px;
}
#content .schwarz {
	font-size:12px;
	color:#333;
}
.content_mitte {
	text-align: center;
}
#content h1 {
	font-size:16px;
	color:#00519E;
	margin:20px;
}
#content h2 {
	font-size:14px;
	color:#00519E;
	margin:20px;
}
#content h4 {	
	font-size:10px;
	margin:20px;
}
#content h6 {	
	font-size:8px;
	line-height:normal;
	margin:30px;
}
#content p{
	margin:20px 20px 10px 30px;
}
#content li{
	/*display:table-cell;*/
	/*float:left;*/
	/*width:420px;*/
	
}
#content ul {
	display:inline-table;
	margin:0 0 0 20px;
}
#content li.normal {
	/*display:list-item;*/

}
#content ul.normal {
	display:list-item;

}
#content li.spalte1{
	width:40px;
	padding-left:30px;
	display:table-cell;
}
#content li.spalte2{
	width:10px;
	text-align:center;
	display:table-cell;
}
#content li.spalte3{
	width:350px;
	text-align:left;
	display:table-cell;
}
#content ul.spalte{
	display:table-row;
}
#content p.bild{
	text-align:center;
}
#content a {
	text-decoration:underline;
	font-weight:800;
}
#content a:link {
	color:#8FB8DF;	
}
#content a:visited {
	color:#00519E;
}
#content a:hover {
	color:#e56928;
}
#content_mitte{
	display:table-cell;
	width:760px;
	float:left;
	padding:10px;
}

#content_rechts {
	display:table-cell;
	width:200px;
	padding:10px 10px 10px 0;
	text-align:justify;
	font-size:12px;
	color:#8FB8DF;
	line-height:1.4em;
	overflow:hidden;
	float:right;
}
#content_rechts img {
	width:100%;
	height:auto;
	border:none;
}
#content_rechts a, a:link {
	text-decoration:underline;
	border:none;
	color:#8FB8DF;
}
#content_rechts a:hover {
	color:#e56928;
}
#content_rechts_unten {
	width:200px;
	height:auto;

	text-align:justify;
	
}
#content_rechts_unten h1 {
	font-size:16px;
	color:#00519E;
}
#content_rechts_unten h2 {
	font-size:14px;
	color:#00519E;
}
#content_rechts_unten img {
	width:100%;
	height:auto;
	border:none;
	display:block;
}
#content_rechts_unten ul {
	list-style-type:circle;	
	margin-left:-15px;	
}
#content_rechts_unten li {
	margin-top:5px;
}
#footer {	
	width:100%;
	height:48px;
	background-color:#00519E;	
	border-radius: 0 0 10px 10px;	
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;	
    behavior: url(PIE.htc);	
}
#footer_text {
	position:relative;
	top:10px;
	font-size:14px;
	text-align:center;
	color:#FFF;
}
#footer_text a:link {
	text-decoration:underline;
	color:#FFF;
}
#footer_text a:visited {
	color:#FFF;
}
#footer_text a:hover {
	color:#e56928;
}
#footer_adresse_links{
}
#footer_adresse_rechts{
}

#contact-form {
	font-size:10px;
	color:#00519E;
}
#gutschein {
	position:absolute;
	z-index: 2;
	top:500px;
	left:500px;
	padding:0 10px 0 10px;
	margin:17px 0 0 4px;
	background:#F60;
	height:80px;
	width:236px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	text-align:center;
	color:#fff;
	font-weight:600;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 0 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:  0px 0px 5px 5px rgba(0,0,0,0.4);
	}
#gutschein a:hover{
	color:#F00;
}
#facebook {
	padding:20px 0 0 20px;
	}
#news {
	width:100%;
	font-stretch:normal;
	font-weight: bold;	
	line-height:1.4;
	color:#FFF;
	background-color:#00519E;
	font-size:8px;
	text-align:center;
	padding:6px 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	behavior: url(PIE.htc);
}

#news a:visited {
	/*color:#00519E;*/
}

#news a, a:link {
	text-decoration:underline;
	border:none;
	color:#8FB8DF;
}
#news a:hover {
	color:#e56928;
}
#news .orange {
	font-size:12px;
	margin:10px;
}
#news .blau {
	font-size:8px;
}
#start2014 {
	position:absolute;
	top:570px;
	left:270px;
	height:auto;
	width:200px;
	/*background-image:url(../images/punkteabbau.jpg);*/
	text-align:center;
}
#start2014text {
	position:absolute;
	top:420px;
	left:200px;
	height:auto;
	width:280px;	
	text-align:center;
}
blinken{
	animation-duration: 1s;
	animation-name: slidein;
	animation-iteration-count: infinite;
    animation-direction: alternate;
	text-decoration:none;
	font-size:16px;
}
@keyframes slidein{
	from {
		font-weight:200;
		
		background-color:#F00;
		}
	to {
		font-weight:900;
		
		background-color:#FF0;
		}
}
#test1{
	position:fixed;
	top:265px;
	left:50%;
	margin-left:-530px;
	width:20px;
	height:80px;
	background-color:#E56928;
	z-index:1;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 0 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:  0px 0px 5px 5px rgba(0,0,0,0.4);
	writing-mode:tb-rl;
	transform: rotate(180deg);	
}
#test1 a:hover{
	color:#FFF;
}
#test1 a{
	text-decoration:none;
	color:#CCC;
}
#news2015 a:hover{
	color:#FFF;
}
#news2015 a{
	text-decoration:none;
	color:#CCC;
}

#news2015 a:visited{
	color:#CCC;
}
#news2015 a:link{
	color:#CCC;
}

#news2015 .dbox{
	color:#E85A0E;
	font-size:10px;
	line-height:1.7;
	position:fixed;
	top:225px;
	left:50%;
	margin-left:-500px;
	width:680px;
	height:170px;
	background-color:#00519E;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 0 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:  0px 0px 5px 5px rgba(0,0,0,0.4);
	z-index:1;
	padding:1em;
}
#news2015 .news{
	font-size:16px;
	color:#FFF;
}
#google{
	padding-left:20px;
}
.cc_container .cc_btn {
background-color: #E56928 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #00519E !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}