/* CSS Document */
@charset "ISO-8859-1";


	  
.header{
       background-color:rgb(251, 201, 107);
       position: fixed;
       top: 0px; left:0px;
       width:100%;
       height:100px;
       text-align:center;
       padding:0px;
       border:0px;
       margin-top: 0px;
       margin-bottom:20px;
      #margin-left:10px;
       #margin-right:0px;
       z-index: 3; 
	  }
.navi{
    position:relative;	
	display: block;
	top: 10px;
	left: 0px;
	z-index: 3; 
}

	
.navibox{
       background-color:rgb(218, 218, 218);
       position:sticky;
       top: 0px; 
	   left:-5px;
       #width:100%;
       height:30px;
       margin-bottom: 5px;
       text-align:center; 
       z-index: 3; 
	  }
	  
.navibox a:hover  {
	font-style: bold;
	font-weight: bold;
	}		  
	
	
navibox > ul > li > ul {
  display: none;
}

navibox > ul a {
  display: block;
  white-space: nowrap;
  padding: 0px;
  background: rgb(218, 218, 218);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav > ul > li {
  float: left;
}

nav > ul > li > ul {
  display: none;
}

nav > ul a {
  display: block;
  white-space: nowrap;
  padding: 5px;
  padding-left: 50px;
  padding-right: 50px;
  background: rgb(218, 218, 218);
}

nav > ul > li:hover  {
	font-style: bold;
	font-weight: bold;
	}


nav ul > li > ul > li a {
  background: rgb(218, 218, 218);
  color: rgb(0, 0, 0);
}

nav > ul > li:hover > ul {
  display: block;
  position: absolute;

}
nav > ul > li > ul > li {
  position: relative;
}

.box{
     background-color:rgb(255, 255, 255);
     position:relative;
     width:90%;
     height:50%;
	 margin-left: 5%;
	 margin-top: -10px;
	 z-index: 1; 
       }

.content{
	 background-color:rgb(255, 255, 255);
	 border-color:rgb(255, 255, 255);
	 border-style: solid;
	 border-width:30px;
	 position:relative;
	 width:100%;
	 height:60%;
	 left:0px;
	 text-align:center;
	 #padding:30px 30px;
	 #border:30px 50px;
	 # margin:10% 10%;
	 # opacity: 0.8;
	 z-index:2;
     overflow:auto;
}

.impressum{
     background-color: rgb(251, 201, 107);
     #position:fixed;
     #width:100%;
     height:400px;
	 bottom:25px;
	 -margin-left: 5%;
	 -margin-top: -10px;
	 z-index: 1; 
       }

	   
.container{
     background-color: rgb(251, 201, 107);
     position:relative;
     width:100%;
     height:100%;
	 z-index:3;
	   }

.footer  {
    background-color:rgb(218, 218, 218);
	opacity: 1;
	position:fixed;
	bottom:0px; 
	left:0px;
    width:100%;
    height:25px;
	padding:2px 2px;
    z-index:3;
	
       }

.footer	   a:hover  {
	font-style: bold;
	font-weight: bold;
	}




.bodytext0 {
	  font:0.7em Arial;
	  color:#000000;
	  line-height:20px;
	  margin-top:0px;
	  letter-spacing:0em;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: none;
	 
	  }	
	  
.bodytext1 {
	  font:0.8em Arial, Helvetica, sans-serif;
	  color:#000000;
	  line-height:20px;
	  margin-top:0px;
 	  }

.bodytext2 {
	  font:1.0em Arial, Helvetica, sans-serif;
	  color:#000000;
	  line-height:20px;
	  margin-top:0px;
	  font-weight: normal;
	  }
	
.bodytext3 {
	  font:1.5em Arial, Helvetica, sans-serif;
	  color:#000000;
	  line-height:20px;
	  margin-top:0px;
	  }
	

	  
.linktext {
	  font:0.7em Arial;
	  color:#000000;
	  line-height:20px;
	  margin-top:0px;
	  letter-spacing:0em;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: none;
	  text-align:left;
	 
	  }	
	  .maillink {
	  font:0.8em Arial;
	  color:#9900ff;
	  line-height:20px;
	  margin-top:0px;
	  letter-spacing:0em;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: none;
	  text-align:center;
	 
	  }	

