@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:		9;
	dw-num-cols-tablet:		9;
	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: 460 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#hg_01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display:block;
}
#dreier_01 {
	clear: both;
	float:center;
	margin-left:0;
	margin-top: 0;
	width:auto;
	max-height:auto;
	display: inline-block;
	text-align: left;
}
#green_unten {
	clear: none;
	float: left;
	margin: 0;
	width:100%;
	height:60px;
	background-color:#A80D0D;
	display: block;
}
#footerbox_01 {
	clear: both;
	float: center;
	margin-left: 0;
	margin-top:0.2em;
	width:94%;
	display: inline-block;
}
#footer {
	clear: none;
	float: center;
	margin-left: 0;
	margin-top:-0.3em;
	text-align:center;
	font-size:13px;
	line-height:1.8;
	font-weight:300;
	width:235px;
	display: inline-block;
}

/* Layout für Tablet-PCs: 461 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 461px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#hg_01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display:block;
}
#dreier_01 {
	clear: both;
	float:center;
	margin-top: 0;
	width:100%;
	max-height:auto;
	display: inline-block;
	text-align: left;
}
#green_unten {
	clear: none;
	float: left;
	margin: 0;
	width:100%;
	height:60px;
	background-color:#A80D0D;
	display: block;
}
#footerbox_01 {
	clear: both;
	float: center;
	margin-left: 0;
	margin-top:0.2em;
	width:95%;
	display: inline-block;
}
#footer {
	clear: none;
	float: center;
	margin-left: 0;
	margin-top:0.1em;
	text-align:center;
	font-size:18px;
	font-weight:2300;
	width:555px;
	display: inline-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: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#hg_01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
}
#dreier_01 {
	clear: both;
	float:center;
	margin-top: 0;
	max-width:800px;
	max-height:auto;
    text-align: left;
	display:inline-block;
}
#green_unten {
	position:fixed;
	bottom:0;
	clear: none;
	float: left;
	margin: 0;
	width: 100%;
	height:60px;
	background-color: #A80D0D;
	display: block;
}
#footerbox_01 {
	clear: both;
	float: none;
	margin: 0;
	margin-top:0.2em;
	width: 730px;
	display: inline-block;
}
#footer {
	clear: none;
	float: center;
	margin-left: 0;
	margin-top:0.1em;
	text-align:center;
	font-size:19px;
	font-weight:300;
	max-width:630px;
	display: inline-block;
}                                                                                               
}