@charset "UTF-8";


html{
min-width:640px;
font:10px calibri;
background: black;
}

body {
	min-width:640px;
	background: black;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
	margin: 0px auto;

	

}

a:link { 
	color:#eeeeee
}


header {
  top:0px;
  position:fixed !important;
  position:absolute;
  z-index:10;
  height:25px%;
  width:100%;
  text-align:right;
  list-style: none;
  margin: 0 0;
}
 


#menu {
	z-index:10;
	margin-left:25%; /*position */
	width: 50%;
	height: 40px;
	font-family:  sans-serif;

	background: wihte;
	
}

#menu a {
	color: #000;
			text-align:left;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
}

#menu .inhalt {
	width: 100%;
	margin: 0 auto;
	text-align:left;
	
 
}

#menu .inhalt ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
	

}

#menu .inhalt ul li {

	float: left;
	width:auto;
	margin: 0 0 0 0;
	text-align: left; 
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
}
/*untermenü 1*/
#menu .inhalt>ul>li:hover {
	height: 60px;
	width:auto;
	margin-top:0px;
	background:  #FE9440;
	border-top: 0px solid #FE9440;
	
}


#menu .inhalt ul li ul {
	top: -9999px;
	min-width: 150px; /* breite der Drops */
	background:  #FE9440;
	background: -moz-linear-gradient(top,  #FE9440 0%,  #FE9440 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%, #FE9440 100%);
	background: -o-linear-gradient(top,  #FE9440 0%, #FE9440 100%);
	background: -ms-linear-gradient(top,   #FE9440 0%, #FE9440 100%);
	background: linear-gradient(top,   #FE9440 0%, #FE9440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #FE9440', endColorstr=' #FE9440',GradientType=0 );
	padding: 0;
	margin: 0 0 0 -5px;
}

#menu .inhalt ul li:hover ul {
	top: 50px;
}

#menu .inhalt ul ul li {
	float: none;
	font-size: 12px;
	padding: 5px 10px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #FE9440;
	line-height: 16px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu .inhalt ul ul li:hover {
	background:#FE9440;
	color: #fff;
}

#menu .inhalt ul ul li a {
	display: block;
	text-align: left; 
}

#menu .inhalt ul ul li a:hover {
	color: #fff;
}

#menu li ul li ul {
	position: absolute;
	left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
	left: 100%;
	top: auto;
	margin-top: -20px;
}








#cont1 {
	background-color: #6D6D6F;
	
	top:0px;
	text-align: right; 
	position:fixed !important;
	text-decoration: none;
	height:20px;
	width:100%;
	font-size:125%;
	

}

#cont2 {
	background-color: #18BFDF;
	
	top:20px;
	text-align: left; 
	position:fixed !important;
	text-decoration: none;
	height:50px;
	width:100%;
	margin. 0 0;
}

#cont3 {
	background-color:#FE9440;
	background-size: cover;
	top:70px;
	text-align: right; 
	position:fixed !important;
	text-decoration:none; 
	height:40px;
	width:100%;
	margin: 0 0;
	
	
	display: inline;
}

#rightframe{
	background-size: cover;
	top:0px;
	left:0%;
	z-index:-6;
	text-align: right; 
	position:fixed !important;
	text-decoration:none; 
	height:100%;
	width:100%;
	margin: 0 0;
}

#leftframe{
	background-size: cover;
	background-color:black;
	color:white;
	top:110px;
	left:0%;
	z-index:-4;
	text-align: left; 
	position:fixed !important;
	font-size:150%;
	height:40%;
	width:30%;
	margin: 0 0;
}
#middleframe{
	
	background-size: cover;
	background-color:black;

	color:white;
	top:50%;
	left:0%;
	text-align: left; 
	position:fixed !important;
	z-index:-4;
	height:50px;
	width:100%;
	float: left;
	padding: 1px;
	font-size: 12px;
	
}

#bottomframe{
	
	background-size: cover;
	background-color:black;

	color:white;
	top:54%;
	left:0%;
	text-align: center; 
	z-index:-6;
	position:fixed !important;
	height:50%;
	width:100%;
	float: left;
	padding: 1px;
	font-size: 12px;
	margin: 0 0;
	
}
#keepframe{
	
	background-size: cover;
	

	color:white;
	top:45%;
	left:75%;
	text-align: center; 
	font-weight: 700;
	position:fixed !important;
	height:40px;
	width:25%;
	float: right;
	font-size: 36px;
	margin: 0 0;
	
}

footer {
	background-color: #6D6D6F;
	color:white;
	width:100%;
	font-size:125%;
	height:-30px;
	position: absolute;
	padding: 0px;
	bottom: 0;
	margin: 0 0;
}


/* cookie div */
.cc_message {
	background-color:black;
	min-height:	100%;
	opacity;0.9;
	

}
.cc_container{
	background-color:black;
	position:fixed !important;
	position:absolute;
	min-height:	100%;
	opacity: 0.9;	

}
   /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
 
.clearfix {
  clear:both;
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
}

.clearfix {zoom: 1;} /* IE < 8 */

  /* (de) Alternative Methode zum EinschlieÃŸen von Float-Umgebungen */
  .floatbox { display:table; width:100%; }
