@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:		10;
	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: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#navi li {
	border-right: none;
	border-left: none;
	border-bottom: 1px #CCC solid;
	border-top: 20px;
	list-style: none;
}



#Titel {
	font-size: 25px;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

/* Layout für Tablet-PCs: 481 bis 768 (999 ka) px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 1100px) {
.gridContainer {
	width: 91.14%;
	padding-left: 0.93%;
	padding-right: 0.93%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom: 20px;
	width: 100%;
	display: block;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#navi li {
	display: inline;  
	border-right: 1px #fff solid;
	border-left: none;
	border-bottom: 0px;
	border-top: 0px;
	padding: 1px 10px 1px 10px;
}

#Titel {
	font-size: 40px;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
} 

}

/* Desktoplayout: 769 bis maximal 1232 (1000 ka)px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 1101px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Titel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 91.5254%;

	display: block;

}

}
