@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:	12;
	dw-gutter-percentage:	15;
	
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	border-radius:10px;
}
#header {
	clear: both;
	float: left;
	xmargin-left: 1.041%;
	xmargin-right: 1.041%;
	width: 100%;
	display: block;
}
#header {
	background-image: 
	url(../assets/grafik/jm60.fw.png),
	url(../assets/grafik/slogan-online-240.fw.png) ;
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#navigation {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	border-radius:10px;
}
#header {
	clear: both;
	float: left;
	xmargin-left: 1.041%;
	xmargin-right: 1.041%;
	width: 100%;
	display: block;
}
#header {
	background-image: 
	url(../assets/grafik/jm60.fw.png),
	url(../assets/grafik/slogan-online-320.fw.png) ,
	url(../assets/grafik/jm60.fw.png) ;
	background-position: center left, center center, center right;
	background-repeat: no-repeat;
}

#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	border-radius:10px;	
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	xmargin-left: 1.041%;
	xmargin-right: 1.041%;

}
/**/
#header {
	background-image: 
	url(../assets/grafik/jm.fw.png),
	url(../assets/grafik/slogan-online-500.fw.png) ,
	url(../assets/grafik/jm.fw.png) ;
/*	background-position: center left, center center, center right; */
	background-position:  2% center, center center, 98% center ;	
	background-repeat: no-repeat;
}


#navigation {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.3003%;
	display: block;
}
#sidebar {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
}
