@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
/* ======================================= 
   " header-center-containter "  */
/* =============design_navi=============== */
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 680px) { /*  iphone plus */
	
}
@media only screen and (min-width: 767px) {/*  ipad */

}
@media only screen and (min-width: 860px) { /*  ipad mini breite */
#MG-headermenu {
	left:-10.00%;
}
#body-header-time {
}
.revolvermaps {
	width: 10%;
	left: -20.00%;
	margin-top:-60px;
}
}
@media only screen and (max-width: 991px) { /* iPad lange G */

}
@media only screen and (max-width: 1100px) { /* iPad lange G */
	
}
@media only screen and (min-width: 1200px) {/*  PC */
#MG-headermenu {
	left:-15.00%;
}
.revolvermaps {
	width: 10%;
	left: -20.00%;
	margin-top:-60px;
}


}
@media only screen and (min-width: 1199px {
	
}