/*
CSS File mainfile

Andreas Haefele, 10.10.2012

*/

/*
body
{
    margin: 0px;
    padding: 0px;

	overflow-x:hidden;
	background-color: #000000;
}
html { 
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#allContent{
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
/*##########################################
Navigationsitems
##########################################*/
#nav {	
	position:fixed;
	z-index:200000;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: Verdana;
	font-size: 1em;
	top:15px;
	display:block;
	height:10px;
}
#nav ul {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
	top:0px;	
	height:10px;
	
    clear: both;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
#nav ul li {		
	float: left;
	position: relative;
	right: 50%;
}
#nav ul li a {
    position: relative;
    top: 0px;	
	display: block;
	/*padding:0 0px;*/
	line-height: 1.5em;
    background-color: white;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
	cursor:pointer;
    margin-right: 8px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out;
}

#nav ul li a:hover {
	background-color: #cbf60a;
}
#nav ul li .selected
{
    background-color: #cbf60a;
}

.header_container {
	position:fixed;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: Verdana;
	font-size: 1em;
	z-index:150000;
	top:0px;
	height:100px;   
	
	/*
	background:-moz-linear-gradient(bottom, transparent 0%, white 100%);
	background:-webkit-linear-gradient(bottom, transparent 0%, white 100%);
	background:-o-linear-gradient(bottom, transparent 0%, white 100%);  
	background-image:-ms-linear-gradient(bottom, transparent 0%, white 100%); 
	background:linear-gradient(bottom, transparent 0%, white 100%); 

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', 
                                                   endColorstr= 'rgba(255, 255, 255, 0.0)');*/

	
}
#nav_box {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
	z-index:14;
	top:20px;
	opacity:1.0;	
}
#nav_box li {
	float: left;
	position: relative;
	right: 50%;
}
#nav_box p {
	width: auto;
	display: block;
	padding:0 10px;
	line-height: 1.5em;
	color: #fff;  
	text-decoration:none;
	font-family:arial;
	font-size:13px;
	cursor:pointer;

	transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
	-o-transition: all 0.6s; 
}

#nav_box p:hover {
	color: grey;
	text-decoration:underline;
}
/*##########################################
Toplinemenü
##########################################*/
.topline{	
	top:-10px;
	position: absolute;
	right:100px;
	z-index:24;
}
.topline li{
	display: inline;
	padding: 0px 5px; 
}
.topline li a{ 
	position:relative;
	font-family: 'arial';
	font-size: 11px;
	letter-spacing: 0.5px;
	text-decoration:none;
	font-style:bold;
	color:white;
		
	transition: left 0.6s, color 0.6s;
	-moz-transition: left 0.6s, color 0.6s; /* Firefox 4 */
	-webkit-transition: left 0.6s, color 0.6s; /* Safari and Chrome */
	-o-transition: left 0.6s, color 0.6s; /* Opera */
}
.topline li a:hover{
	color:#0e9231;
	left: 0.2em;
}
.topline li a.active{
	color:#0e9231;
}

#frame_unten_bg{
	position:fixed;	
	left:0px;
	width:100%;
	bottom:0px;
	height:30px;
	z-index:300000;
	
	background:-moz-linear-gradient(top, transparent 0%, black 100%);
	background:-webkit-linear-gradient(top, transparent 0%, black 100%);
	background:-o-linear-gradient(top, transparent 0%, black 100%);  
	background-image:-ms-linear-gradient(top, transparent 0%, black 100%); 
	background:linear-gradient(top, transparent 0%, black 100%); 

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.0)', 
                                                   endColorstr= '000000');
}
#frame_unten{
	position:fixed;	
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	/*background-color:#e8e3db;*/
	z-index:300000;
	display: block;
	border:none;
}
#logo{
	position:absolute;	
	z-index:19;
	border:none;
	width:300px;
	height: 130px;
	left: 25px;
	top: 55px; 
}
#facebookKonto{
	border:none;	
	height: 40px;
	width: 40px;
	bottom:15px;
	right: 5px;
	position:fixed;
	opacity: 1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/
	z-index:324;		
}
#copyright{
	z-index:300000;
	bottom:-20px;
    left:0px;
    right:0px;
	font-weight:bold;
	font:11px Arial;
	position:relative;
	color:#ffffff;

	min-width: 275px;
	max-width: 900px;	
	min-height: 30px;
	max-height: 30px;
	
    float:center;
	margin:5px auto;
	
	-moz-transition:all 1s ease; 
	-webkit-transition:all 1s ease; 
	transition:all 1s ease;
	-o-transition:all 1s ease; 
	-ms-transition:all 1s ease;

	/*text-align:justify;/*Blocksatz*/
	text-align:center;
}
#copyright a{
	color:#cbf60a;
	text-decoration:none;
	cursor:pointer;
}
#copyright a:visited{
	color:#cbf60a;
	text-decoration:none;
}
#copyright a:hover{
	color:white;
	text-decoration:none;
	cursor:pointer;
}
.blacklabel
{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.7);
/*
opacity:0.7;
filter: alpha(opacity = 100);
background-color: black;
*/
z-index:25;
}
.menuhintergrund
{
position:fixed;
left:0px;
top:0px;
width:100%;
height:75px;
/*background-color: #e8e3db;*/
z-index:13;

	background:-moz-linear-gradient(bottom, transparent 0%, black 100%);
	background:-webkit-linear-gradient(bottom, transparent 0%, black 100%);
	background:-o-linear-gradient(bottom, transparent 0%, black 100%);  
	background-image:-ms-linear-gradient(bottom, transparent 0%, black 100%); 
	background:linear-gradient(bottom, transparent 0%, black 100%); 
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', 
                                                   endColorstr= 'rgba(255, 255, 255, 0.0)');
}
.pfeile_laufend{
position:relative;
margin:auto;
/*top:-100;*/
bottom:80px;
width:70px;
height:30px;
z-index:26;
}
#pfeile_laufend_item_01{
position:relative;
opacity:0.2;
width:50px;
left:10px;
}
#pfeile_laufend_item_02{
position:relative;
opacity:0.2;
width:50px;
left:10px;
}
#pfeile_laufend_item_03{
position:relative;
opacity:1.0;
width:50px;
left:10px;
}
.pfeile_laufend h2{
	position:relative;
	z-index:17;
	letter-spacing:-1px;
	text-transform: uppercase;
	color:#ffffff;
	font-size: 15px;
	/*font-family:'QuicksandLight','Muli','Droid Sans','arial';*/
	font-family:'Fjalla One','Muli','Droid Sans','arial',sans-serif;
	text-align:center; 
    text-shadow: 0 0 0.5em #000000, 0 0 0.5em #000000, 0 0 0.5em #000000;
}
@media only screen and (max-width: 1000px)
{
	#copyright{

	font:8px Arial;

	width: 100%;	

	height: 30px;
	
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	#nav_box p 
	{
		font-size:8px;
		padding:0 3px;
	}
}
@media only screen and (max-width: 480px)
{
	#nav_box
	{
		display:none;
	}	
	#nav_box p 
	{
		font-size:8px;
		padding:0 3px;
	}
}