@charset "utf-8";
#container {
	width: 900px;
	background: #ffffff;
	margin:  0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #01267C;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top:5em;
	box-shadow:8px 8px 8px  #666; /* Die ersten beiden Werte beschreiben den horizontalen+vertikalen Versatz des Schattens, für den man
	positive wie negative Werte eintragen kann. Der dritte Wert bestimmt die Weichzeichnung. Der letzte Wert legt die Farbe des
	Schattens fest. */
	-webkit-box-shadow: 8px 8px 8px #666;
	-moz-box-shadow: 8px 8px 8px #666;
	/* Schhatten für den IE, erste Zeile für links+rechts, zweite Zeile für oben+unten. */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=130, Strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=130, Strength=4);
	
}
#header {
	width: 900px;
	background: #33333;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #333333;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color:;
	background-image:url(file:///Z|/KUNDENORDNER/Webdesign/HTML/Bilder)	
}

#navi {
	font-family: Verdana;
	margin-left: 0px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-top: 0px;
	font-size: 0.95em;
	color:#C36;
	background-color:#2393CF;
	height:25px;
	

}
#inhalt {
	font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:750px;
	line-height:17px;
	
	
	
}

#h1{
	font-family: arial;
	font-size: 120%;
	font-style:bold;
	color: #022778;	
		color: #022778;
	background-color:#FFF;
	width:400px;
	line-height:17px;
	float:left;
	
	
	
	
	
}

#text{
	font-family: arial;
	font-size: 12px;
	color: #022778;
	width:400px;
	line-height:17px;
	float:left;
	
	
	
}



#kontakt{
	font-family: arial;
	font-size: 12px;
	color: #022778;
	width:230px;
	line-height:17px;
	float:left;
	position:fixed;
	
	
	
}

#bild{
	font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:300px;
	line-height:17px;
	margin-left:480px;
	
	
	}

#text_preise{
	font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:350px;
	line-height:17px;
	margin-left:430px;
	
	
	
	
	
}


#trenner{
	font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:300px;
	line-height:17px;
	margin-left:480px;
	
	
	

}

#impressum_content{
font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:500px;
	line-height:17px;
	
	
	
}
#anfrage{
font-family: arial;
	font-size: 12px;
	color: #022778;
	background-color:#FFF;
	width:500px;
	line-height:17px;
	margin-left:250px;
	
	
}

