@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 */
.img-header {
	max-height:140px;
}
}
@media only screen and (max-width: 991px) { /* iPad lange G */
.img-header {
	max-height:140px;
}	
}
@media only screen and (min-width: 1200px) {/*  PC */
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: -960px;
}
.gallery-hauptimg {
	clear: both;
	float: left;
	margin-left: 0.00px;
	width: 100.00%;
	height: auto;
	display: block;
	min-width:600px;
	left: -10.00%;
	position:relative;
	top:-120px;
}
#gallery-container-info {
	clear: both;
	float:right;
	margin-left:40.00px;
	margin-right:17.00%;
	width: 420px;
	height:auto;
	display: block;
	position: relative;
}
#about-artistContainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:0px;
	top:835px;
	left:90px;
	position:relative;
	margin-top:0px;
}
#gallery-container {
	clear: both;
	float:left;
	margin-left:0.00px;
	width: 55.00%;
	height:auto;
	display: block;
	top:640px;
	margin-bottom:-200px;
	padding-bottom:0px;
	margin-top:0px;
}
.gallery-iamges {
	top: -160px;
	left:2.00%;
	
}
.gallery-title h5 {
	clear: both;
	float: left;
	margin-left: 0.00px;
	margin-right: 0.00%;
	width: 95.00%;
	top: -485px;
	left: -15.00%;
	font-size: 12px;
	position: relative;
}
#gallery-container-info {
	clear: both;
	margin-bottom:100px; /* " alle Gallery posion " */
}

.gallery-bilder-show {
	clear: both;
	float:left;
	display: block;
	margin-bottom:60px;
	margin-top:0px;
	top:-60px;
	position: relative;
}
.revolvermaps {
	left:6.00%;
}
#footer-center-containter {
	margin-bottom:-60px;
}
}
@media only screen and (min-width: 1199px {
	
}