@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #F4FFE4;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	margin-left: 5.2631%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}
#postkart {
	clear: none;
	float: left;
	margin-left: 5.2631%;
	width: 100%;
	display: block;
	border-bottom-width: 5px;
	border-top-width: 5px;
	border-top-color: #7A9E5E;
	border-right-color: #7A9E5E;
	border-bottom-color: #7A9E5E;
	border-left-color: #7A9E5E;
	border-top-style: groove;
	border-right-style: dotted;
	border-bottom-style: groove;
	border-left-style: dotted;
	border-right-width: medium;
	border-left-width: medium;
}
#fuss {
	clear: none;
	float: left;
	margin-left: 5.2631%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}

/* 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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color: #F4FFE4;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}
#postkart {
	clear: none;
	float: left;
	margin-left: 15.3846%;
	width: 61.5384%;
	display: block;
	border-bottom-width: 5px;
	border-top-width: 5px;
	border-top-color: #7A9E5E;
	border-right-color: #7A9E5E;
	border-bottom-color: #7A9E5E;
	border-left-color: #7A9E5E;
	border-top-style: groove;
	border-right-style: dotted;
	border-bottom-style: groove;
	border-left-style: dotted;
	border-right-width: medium;
	border-left-width: medium;
}
#fuss {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}
}

/* 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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	background-color: #F4FFE4;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}
#postkart {
	clear: none;
	float: left;
	margin-left: 27.1186%;
	width: 49.1525%;
	display: block;
	border-bottom-width: 5px;
	border-top-width: 5px;
	border-top-color: #7A9E5E;
	border-right-color: #7A9E5E;
	border-bottom-color: #7A9E5E;
	border-left-color: #7A9E5E;
	border-top-style: groove;
	border-right-style: dotted;
	border-bottom-style: groove;
	border-left-style: dotted;
	border-right-width: medium;
	border-left-width: medium;
}
#fuss {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #003500;
}
}