
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Raleway:400,700|Oxygen:400,300|Yanone+Kaffeesatz|Dosis:400,500|Abel|Maven+Pro);

/*font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Maven Pro', sans-serif;*/

body{
	font-size: 13px;
  font-family: 'Oxygen', sans-serif;
	margin: 0px;
	background-color:#000;
	color: #FFF;
	
}

html { overflow-y: scroll;}

a:hover{
	color: #000;
	text-decoration: none;
}	

a{
	color: #000;
}

.footer{
	height: 30px;
	width: 200px;
  box-sizing: border-box;
	z-index:2;
  background: #fff000; 
  position: absolute;
  bottom: 0px;
  margin-left: -100px;
  left: 50%;
  text-align: center;
  padding: 5px;
  
}

.banner{
	height: 350px;
	width: 100%;
  box-sizing: border-box;
	z-index:2;
  background: #fff000; 
   position: absolute;
     top: 50%;

    
     margin-top: -175px;
     
  
}

.center{

	min-width: 1140px;
  box-sizing: border-box;
	z-index:3;

   position: absolute;

     left: 50%;
    
     margin-left: -570px;
color: #000;
    
   
}







#header_left{
	top: 25px;
	height: 60px;
	/*background-color: #ffed00;*/
	background-image: url('../images/bg.png');
	position: fixed;
	z-index: 99;
	width: 108px;
}

#header_right{
	top: 25px;
	height: 60px;
	/*background-color: #ffed00;*/
	background-image: url('../images/bg.png');
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 1012px;
}


#header{
	top: 25px;
	height: 60px;
	/*background-color: #000;*/
	position: relative;
	z-index: 99;
}

#header_content{
	width: 900px;
	height: 60px;
	position: relative;
	/*background-color: #ffed00;*/
  background-image: url('../images/bg.png');
	left: 110px;
}



#header_language{
	position: relative;
	float: right;
	padding: 2px;
	background-color: #000;
	font-size: 10px;
	
}


#header_language ul{
	list-style-type: none;
	margin: 0px;
	padding-right: 5px;
}

	
#header_language ul li{
	float:left;
	margin: 0px;
	padding: 2px;
}





#header_logo{
	float: left;
	top: 5px;
	margin-top: -21px;
	margin-left: 0px;
	
}

#header_preloader{
	float: left;
	z-index: 5;
	margin-top: 10px;
}
	

	
.preloader{
  width: 20px;
	height: 20px;
	display: none;
	padding: 10px;

}


.shadow{
	-webkit-box-shadow: 6px 6px 11px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow:    6px 6px 11px 0px rgba(50, 50, 50, 0.32);
	box-shadow:         6px 6px 11px 0px rgba(50, 50, 50, 0.32);
}
	
	
	
	







#navi{
	top: 100px;
  position: absolute;
	z-index:2;
}

#navi_tab{
	width: 900px;
	height: 40px;
	position: relative;
	background-color: #ffed00;
	left: 110px;
  font-size: 16px;
	
}


#navi_tab div{
	min-width: 100px;
	float: left;
  margin-left: 0px;
  padding: 5px;
  margin-right: 0px;
  text-align: right;

}


.navi_tab_left{
	min-width: 100px;
	float: left;
  margin-left: 0px;
  padding: 5px;
  margin-right: 5px;
}

.navi_tab_right{
	width: 110px;
	float: right;
  margin-right: 10px;
  padding: 5px;
  margin-left: -5px;
}

a:hover div{
	color: #fff;
	text-decoration: none;
  background-color: #E31E24;
  border-bottom: 1px solid #E31E24;
  border-right: 1px solid #E31E24;
}	

a div{
	color: #000;
  text-decoration: none;
  /*background-color: #ffcc00;*/
  border-bottom: 1px solid #E31E24;
  border-right: 1px solid #E31E24;

}






#footer{
	position: fixed;
	width: 100%;
	bottom: 0px;
  z-index: 3;
}

#footer_content{
	width: 900px;
	height: 30px;
	position: relative;
	left: 110px;
	background-color:#ffed00;
	color: #000;
}

#footer_impressum_kontakt{
	float: right;
	top: 5px;
	right: 5px;
	position: relative;
	font-size:10px;

}

#footer_info{
	float: left;
	top: 5px;
	left: 5px;
	position: relative;
	font-size:10px;

}

#footer_copyright{
  bottom: 5px;
	position: absolute;
	font-size:10px;
	width: 100%;
	text-align: center;
}


#footer a:hover{
	color: #000;
	text-decoration: underline;
}	

#footer a{
	color: #000;
	text-decoration: none;
}







#content{
	top: 145px;
	min-height: 500px;
	position: absolute;
	z-index:2;
}

#content_content{
	width: 900px;
	position: relative;

	z-index:3;
	left: 110px;

}






#supersize {
    position: fixed;
    }

#supersize img {
    height:100%;
    position:fixed;
    width:100%;
    z-index:0
    }



