@charset "utf-8";
/* CSS Document */
@media only screen and (device-aspect-ratio: 16/9) and (min-width: 320px) and (max-width: 806px)
{	
#Navigator {position:absolute; width:78%;}
#Inhalte {width:78%;}
#Main-Content {width:78%;}
#Container img {max-width:100%; height:auto;}
}


