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

{
html {
    padding: 2% ;
	background-color:white;
}

div#wrapper {
	width:80%;
    background-color:white;
	margin: 2px auto;
}

	
div#navibereich {
 background-color:white;
 margin: 2px  auto;
} 

div#aussen{ 
    overflow-y: hidden;
    white-space: nowrap;
	margin: auto;
	background-image:url(images/background_images-800-520ohne-grau.gif);
	
	background-size: 100%;
	background-position:top;
    max-width:800px; 
    height: auto;
	padding-bottom: 0.2em;
}
	
	
	
div#aussen-unten{ 
    overflow-y: hidden;
    white-space: nowrap;
	margin: auto;
	background-image:url(images/background_images-800-ohne.jpg);
	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;
    margin:auto;
	background-color:white;
   max-width: 750px; 
    height: auto;  
    }
	

div#textbereich1 { 
  overflow-y: hidden;
    white-space: nowrap;
    margin:auto;
	background-color:white;
   max-width: 750px; 
    height: auto;  
    }
	
div#textbereich2 { 
  overflow-y: hidden;
    white-space: nowrap;
    margin:auto;
	background-color:white;
   max-width: 750px; 
    height: auto;  
    }
	
div#textbereich3 { 
  overflow-y: hidden;
    white-space: nowrap;
    margin:auto;
	background-color:white;
   max-width: 750px; 
    height: auto;  
    }
	
div#textbereich4 { 
  overflow-y: hidden;
    white-space: nowrap;
    margin:auto;
	background-color:white;
   max-width: 750px; 
    height: auto;  
    }
	

div#footer {
  background-color:white;
  padding: 0px 0 10px 0;
  border-top: 1px solid white;    
}
	
	.style-logo {
	margin-left: auto;
	margin-right: auto;	
	}
	
	.style-nav {
	margin-left: auto;
	margin-right: auto;	
	}
	
}

