@media only screen and ( min-width: 1000px ) {
/* breites Browserfenster */}

@media only screen and ( max-width:2000px )  {} 


body {text-align: center;
	  background-size: 0auto;
	  background-attachment:center center;
	  }
	  
	  
header p, nav, footer, aside, section, wrapper, br { display: block; }

html {background-image: url(IMG_7914.jpg);
background-size: 0auto;
	  background-size:100%;
	  background-attachment:fixed;
	  }

header{
	background-image: url(IMG_7876.jpg);
	height: 190px;
	width: 0auto;
	background-size: 100%;

}
	   
header p{text-align: center;
		 margin-top: 20px;
		 position:center;
		 text-decoration: none;
		 }
#logotext{ margin-top: 1000px; /*Höhe des HEadertextes--> nur das darf verändert werden, wenn die Höhe bestimmt werden soll!!!! Das ist wichtig, damit du nicht wieder Jahre damit verbringst, das Problem herauszufinden !!*/
		   position: bottom;
		   font-size:	80px;
		   font-family: calibri;
		   text-decoration: none;
		   color: white;
		   }
#klappentext {padding-top:200px;
			  text-align: center;
			  font-size: 29px;
			  font-family:calibri;
			  color:white;}
			  
#steuerungoben {list-style-type: none;}
#steuerungoben li {display: inline;}
#steuerungoben a  {display: block;
				   width: 140px; 
				   height:20px;
				   margin-top: 20px;
				   background-color: white;
				   float: left;
				   margin-left:0px;
				   text-align: center;
				   font-weight: bold;
				   text-decoration: none;
				   border-radius: 15px 15px 15px 15px;
				   border-right: 1px solid grey;
				   opacity:0.8;
				   font-family:calibri;
				   font-color:black;
				   }		
				   
/*aside {*background-color: #808000;*} */
section{background-color:black;
opacity:0.8;
		border-radius: 15px 15px 15px 15px;
		text-align: left;
		font-family:calibri;
		height: 0auto;
		width: 0 auto;
		margin-top: 30px;
		margin-left: 0px;
		margin-right: 180px;
		padding-left: 20px;
		padding-right: 50px;
		color: white ;
		}
		
#alleanderen { font-family:calibri;
			background-color:black;
			opacity:0.8;
			border-radius: 15px 15px 15px 15px;
		text-align: left;
		height: 0auto;
		width: 0 auto;
		margin-top: 30px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 50px;
		color: white ;
		}
		
footer{background-color:black;
		position:bottom;
		height: 100px;
		width: 0auto;
		text-align: left;
		opacity: 0.8;
		border-radius: 15px 15px 15px 15px;
		padding-left: 20px;
		font-family:calibri;}
#rechts {background-color: black;
		 width: 150px;
		 height:650px;
		 float: right;
		 margin-top: 25px;
		 opacity: 0.8;
		 border-radius: 15px 15px 15px 15px;
		 }

#wrapper {background-color: ;
		  width: 1200px;
		  height: 0auto;
		  margin: 0 auto;
		  text-align: left;
		  }
		  

#gallery { width: 20px;
			height: 15px;
			margin-right:5px;
overflow:hidden;}


#gallery { width: 40px;
		   height:30 px;}
		   
		   

		   

