/*
CSS File mainfile

Andreas Haefele, 10.10.2012

*/


body
{
    margin: 0px;
    padding: 0px;
	overflow-y:hidden;
	overflow-x:hidden;
	background-color: #2e2e2e;
}
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;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: Verdana;
	font-size: 1em;
	z-index:200000;
	top:15px;
	display:none;
	z-index:14; 
	height:10px;
}
#nav ul {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
	z-index:14;
	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;
}
/*##########################################
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;
}
/*##########################################
Navigationsuntermenü
##########################################*/
.header_container {
	position:fixed;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: Verdana;
	font-size: 1em;
	z-index:20;
	top:20px;
	height:100px;   
}
#nav_box {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
	z-index:14;
	top:10px;
	opacity:0.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;
}
/*##########################################
Navigationspfeile
##########################################*/
#rightButton
{
    position:fixed;
	bottom:40%;
    right:50px;
    z-index:14;
	display:none;
}
#rightButton a
{
    position:fixed;
	width:50px;
    height:55px;
    background-image:url('bilder/aufwaerts.png');
    background-repeat: no-repeat;
    display:block;
	opacity:0.8;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	cursor:pointer;
	
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.4s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.4s ease-in-out; /* Opera */
}
#rightButton a:hover
{
    /*background-image:url('../bilder/aufwaerts_hover.png');*/
	opacity:1.0;
}
#leftButton
{
    position:fixed;
	bottom:40%;
    left:0px;
    z-index:13;
	display:none;
}
#leftButton a
{
    position:fixed;
    width:50px;
    height:55px;
    background-image:url('../bilder/abwaerts.png');
    background-repeat: no-repeat;
    display:block;
	opacity:0.8;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	cursor:pointer;
	
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.4s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.4s ease-in-out; /* Opera */
}
#leftButton a:hover
{
    /*background-image:url('../bilder/abwaerts_hover.png');*/
	opacity:1.0;
}
/*##########################################
 Contentelemente
##########################################*/
#contentWrapper
{
	position:absolute;
	overflow:hidden;
	background-color: #2e2e2e;
}
#abdeckung
{
	z-index:1000;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:1.0;
	position:fixed;
	background-color:#2e2e2e;
	display:block;
}
#StartAbdeckung
{
	z-index:200000;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:1.0;
	position:fixed;
	background-color:#2e2e2e;
	display:block;
}
#frame_unten_bg{
	position:fixed;	
	left:0px;
	width:100%;
	bottom:0px;
	height:30px;
	/*background-color:#e8e3db;*/
	z-index:18;
	
	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%); 
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', 
                                                   endColorstr='#000000');
}
#frame_unten{
	position:fixed;	
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	/*background-color:#e8e3db;*/
	z-index:18;
	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:2000;
	bottom:-20px;
    left:0px;
    right:0px;
	font-weight:bold;
	font:11px Arial;
	position:relative;
	color:#ffffff;

	/*min-width: 500px;*/
	width: 100%;	
	/*min-height: 30px;*/
	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;
}
#iFrameKontaktformular
{
	position:relative;
	width:557px;
	height:400px;
	left:43px;
    -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;
}
#kontaktformular{
	position:relative;
	left: 0px;
}
#footerline_link	
{		
	font:11px Arial;
	color:black;	
	z-index:501;
	position:fixed;
	right:0px;
	bottom:-12px;
}
#footerline_link a
{
	color:black;
	text-decoration:none;
}	
#footerline_link a:visited	
{
	color:black;
	text-decoration:none;
}
#footerline_link a:hover	
{
	color:grey;
	text-decoration:underline
}
.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;
}
.pfeile_laufend{
position:absolute;
right:5px;
bottom:25px;
width:245px;
height:46px;
z-index:26;
}
#pfeile_laufend_item_01,#pfeile_laufend_item_02,#pfeile_laufend_item_03,#pfeile_laufend_item_04{
opacity:0.2;
width:45px;
height:46px;
}
#pfeile_laufend_item_05{
opacity:1.0;
cursor:pointer;
width:45px;
height:46px;
}
.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)');
}
.zurueckschalter p{
	position:fixed;
	font-family: 'arial';	
	font-size: 14px;
	font-weight:bolder;
	text-decoration:none;
	cursor:pointer;
	color: white;
	top:0px;
	left:0px;
	z-index:18;
}
.zurueckschalter a{
	position:fixed;
	font-family: 'arial';	
	font-size: 14px;
	font-weight:bolder;
	text-decoration:none;
	cursor:pointer;
	color: white;
	top:20px;
	left:25px;
	border:1px solid gray;
	z-index:18;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out; /* Opera */
}
.zurueckschalter a:visited{
	font-weight:bolder;
	text-decoration:none;
	color: white;
}
.zurueckschalter a:hover{
	font-weight:bolder;
	text-decoration:none;
	color: white;
	background-color: grey;
	border:1px solid black;
}
#schliesser
{
	/*background: rgba(255, 255, 255, 0.7);*/ 	
	/*background-color:white;*/
    background-image:url('../bilder/schliesser.png');
    background-repeat: no-repeat;
	width:80px;
	height:80px;
	position:fixed;
	right:0px;
	top:0px;
	z-index:50;
	opacity:0.8;
	cursor:pointer;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -khtml-border-top-left-radius: 40px;
    -khtml-border-top-right-radius: 40px;
    -khtml-border-bottom-left-radius: 40px;
    -khtml-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
	
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.6s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.6s ease-in-out; /* Opera */
}
#schliesser:hover
{
	/*background: rgba(203, 246, 10, 0.7);*/ 
	opacity:1.0;
}
/*
#schliesser
{
	position:fixed;
	top:-5px;
	right:-2px;
	cursor:pointer;
	z-index:51;
	margin:20px 25px 25px 25px;
	font-family: 'Orbitron', 'arial', sans-serif;	
	font-size: 40px;
	display:none;
}
*/
@media only screen and (max-width: 1000px)
{
	#schliesser
	{
		background-image:url('../bilder/schliesser_klein.png');			
		width:50px;
		height:50px;
	}
}
@media only screen and (max-width: 480px)
{
	#copyright{

	font:8px Arial;

	width: 100%;	

	height: 30px;
	
	}
	#schliesser
	{
		background-image:url('../bilder/schliesser_klein.png');			
		width:50px;
		height:50px;
	}
}