@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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	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: 88.2%;
	max-width: 1232px;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
box-shadow: 0 0 6px 4px #f5f1ec;
	
}



}

 #head {
	max-width: 100%;
	height:5px;
	
	background-color:#ed2700;

	box-shadow: 0 0 6px 4px #f5f1ec;
	background: #ff3019;
}
 #logo {
	margin-left: 5px;
	height: 100px;
	margin-top: 15px;
	
	width:430px;
		float:left;
		color: #929292;
		
}

a:link { color:#929292;}
a:hover { color:#ed2700;}

 #header{
*max-width: 100%;


}
#bilderbox{
	
*max-width: 100%;
	}
	#line{
		max-width: 100%;
	height:5px;
	box-shadow: 0 0 6px 4px #f5f1ec;
	background-color:#ed2700;

	
	background: #312783;	
		
		}
		#content{
			max-width: 1232px;
			padding-left:20px;
			padding-left:20px;
			max-width:1232px;
			color:#525252;
			padding-top:20px;
			padding-bottom:70px;
			}
			#footer{
	max-width: 100%;
	text-align: right;
	
	background-image: url(../Bilder/footer.jpg);
	background-repeat: repeat-x;

	color:#FFF;
}



#nav {
	width: 350px;
	float: right;
	margin: 0 0 3em 0;
	margin-right:60px;
	
	padding: 0;
	list-style: none;
	margin-top:40px;
	 
	border-top: 0px solid ; }
#nav li {
	float: right; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	 }
#nav li a:hover {
	color: #F00;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
	
