.footer_hintergrund {
	position:fixed;
	width:1200px;
	height:33px;
	bottom:0px;
	left:50%;	
	margin-left:-600px;			
	z-index:10;		
}

.footer_text_li {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#ffffff;
	position:fixed;
	bottom:10px;
	left:50%;	
	margin-left:-560px;			
	z-index:11;		
}

.footer_text_li_close {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#ffffff;
	position:fixed;
	bottom:10px;
	left:50%;	
	margin-left:-570px;			
	z-index:11;		
}

.footer_text_re {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#ffffff;
	position:fixed;
	bottom:10px;
	right:50%;	
	margin-right:-560px;			
	z-index:11;		
}

.footer_text_re_close {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#ffffff;
	position:fixed;
	bottom:10px;
	right:50%;	
	margin-right:-560px;			
	z-index:11;		
}

.footer_link {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#ffffff;		
	z-index:10;		
	text-decoration:none;
}
.footer_link:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#f3a833;		
	z-index:10;		
}

.footer_link_nextsite_text {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#7b7b7b;		
	z-index:10;
	text-decoration:none;
}
.footer_link_nextsite_text:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:9px; 
	color:#7b7b7b;		
	z-index:10;
	text-decoration:none;
}

.footer_nextsite {
	position:fixed;
	bottom:6px;
	left:50%;	
	margin-left:-450px;
	z-index:11;
}

.footer_kontakt {
	font-family: verdana, geneva, helvetica, sans serif;
	font-size:11px; 
	color:#ffffff;
	position:fixed;
	padding:10px;
	bottom:35px;
	left:50%;	
	margin-left:-600px;		
	background: url(../images/footer_hg_black.png) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:11;		
}

.footer_kontakt_link {
	font-family: verdana, geneva, helvetica, sans serif;
	font-size:11px; 
	color:#ffffff;
}
.footer_kontakt_link:hover {
	font-family: verdana, geneva, helvetica, sans serif;
	font-size:11px; 
	color:#7b7b7b;
}

.footer_impressum {
	font-family: verdana, geneva, helvetica, sans serif;
	font-size:11px; 
	color:#ffffff;
	position:fixed;
	overflow: auto;
	width:800px;
	height:350px;
	padding:10px;
	bottom:35px;
	right:50%;	
	margin-right:-600px;		
	background: url(../images/footer_hg_black.png) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:11;		
}

