
@media only screen and (min-width:991px) 

{
html {
    
	padding-top: 1%;
	 background-image: url(images/background_images-800-keindesign.gif);
	
}

div#wrapper {
	width:80%;
    background-color:gray;
	margin: 4px auto;
	height: 90%;
	
}


	
div#navibereich {
 background-color: blue;
 margin: auto;
} 

div#aussen{ 
	
    overflow-y: hidden;
    white-space: nowrap;
	margin: auto;
	background-color:#8f987c; 
	background-size: 100%;
	background-position:top;
    max-width:750px; 
    height: auto;
	padding-bottom: 0.2em;
}
	
	
	
div#aussen-unten{ 
    overflow-y: hidden;
    white-space: nowrap;
	margin: auto;
	background-size: 100%;
	background-position:top;
    max-width:800px; 
    height: auto;
	padding-bottom: 0.2em;
}
	
	
div#aussen-ohne{ 
	text-align: center;
  white-space: nowrap;
	background-position:top;
    max-width:750px; 
  height: auto;
	padding-bottom: 0.2em;
	
}
	
	
div#textbereich { 
	
  overflow-y: hidden;
    white-space: nowrap;
	background-color:white;
   max-width: 550px; 
    height: auto;  
    }
	
	
	


div#footer {
   background-image: url(images/background_images-800-keindesign.gif);
	height:auto;
}
	
	.style-logo {
	margin-left: auto;
	margin-right: auto;	
	}
	
	.style-nav {
	margin-left: auto;
	margin-right: auto;	
	}
	
}

