 
    * {padding: 0;
	margin: 0;}
	body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #03081a;
	background-color: #bcc9da;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
    }
	h1, h2{
	font-size: 13px;
	
	}
	h1 {	
	text-indent: -9999px;
}
h2 {
	padding-top: 2em;
	padding-bottom: 0.7em;
	background-image:url(Grafiken/feder.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left 25px;
}
h3 {
	padding-top: 1.5em;
	padding-bottom: 0.7em;
	color: #242d3c;
	font-size: 12px;
		
}
h4 {
	padding-top: 1.2em;
	padding-bottom: 0.5em;
	color: #242d3c;
	font-size: 12px;
	
		
}

ul {
		list-style-type: none;
		padding-top: 20px;
		}
		li {
		}
		#sidebar1 blockquote {
		
		color: #a88c73;
		font-weight:bold;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;}
		cite {
		display: block;
		color: #a88c73;
		font-weight:bold;
		padding-top:5px;
		padding-left: 10px;}
		
		li a {padding-left: 10px;}
		
		.Trennstrich_Navi {
	padding-bottom: 2px;
	padding-top: 2px;
	}
		.Trennstrich_Text {
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 200px;
		}
		strong {
	color: #a88c73;
	font-weight:bold;
	
}
img {
padding-left: 10px;
}

	.bestellen {
	color: #990000;
	
	padding-top: 30px;
	font-weight: bold;
}
.zurueck {
padding-top: 50px;
}
.Preis {
	color: #a88c73;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10px;
}
		.Preiseinzeln {		
		color: #a88c73;
		font-weight:bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
		.BildimText {position: relative;
		/*wegen des peek a boo bug*/}
		.BildimTextBild {position: relative;
		/*wegen des peek a boo bug*/
		float: right;
		display:inline;
		padding-right: 10px;
		}
		.BildimTextBildlinks {position: relative;
		/*wegen des peek a boo bug*/
		float: left;
		display:inline;
		padding-right: 10px;
		}
		
    .twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	background-image: url(Grafiken/HintergrundSchattenNeu.jpg);
	background-repeat: no-repeat;
	z-index: 100;
    } 
    .twoColFixLtHdr #header {
	height: 160px;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(Grafiken/Header.jpg);
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
	#maincontent_sidebar {
	background-image: url(Grafiken/maincontentHintergrund.jpg);
	background-repeat: repeat-y;
}
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;	
	    }
    .twoColFixLtHdr #mainContent {
	position: relative;
	/*wegen des peek a boo bug*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
    } 
    .twoColFixLtHdr #footer {
	height: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
	margin-left: 200px;
	
    } 
hr {
	margin-bottom: 20px;
}

    .twoColFixLtHdr #footer p {
	display: inline;
	font-size: 10px;
	text-align: left;
	margin-top:50px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
	padding-top: 20px;
	
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;

        font-size: 1px;
        line-height: 0px;
    }
#container2 {
	background-image: url(Grafiken/Platzhalter.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	z-index: 100;
}
a:link {
color: #03081a;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #03081a;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold;
	}
	     
.Brottext a:link{
	color: #53453a;
	font-weight:bold;
	border-bottom-width: thin;
	
	border-bottom-color: #53453a;
}
.Brottext a:visited{
	color: #53453a;
	font-weight:bold;
	border-bottom-width: thin;
	
	border-bottom-color: #53453a;
}
.Brottext a:hover{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline; 
}
.Brottext a:active{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline; 
}
.BildimText a:link{
	color: #53453a;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style:
	border-bottom-color: #53453a;
}
.BildimText a:visited{
	color: #53453a;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: 
	border-bottom-color: #53453a;
}
.BildimText a:hover{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline; 
}
.BildimText a:active{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline; 
}
.bestellen a:link{
	color: #990000;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style:
	border-bottom-color: #53453a;
}
.bestellen a:visited{
	color: #990000;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: 
	border-bottom-color: #53453a;
}
.bestellen a:hover{
	color: #990000;
	font-weight:bold;
	text-decoration: underline; 
}
.bestellen a:active{
	color: #990000;
	font-weight:bold;
	text-decoration: underline; 
}
.zurueck a:link{
	color: #53453a;
	font-weight:bold;
	font-size: 11px;
}
.zurueck a:visited{
	color: #53453a;
	font-weight:bold;
	border-bottom-width: thin;
	
	border-bottom-color: #53453a;
	font-size: 11px;
}
.zurueck a:hover{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline;
	font-size: 11px;
}
.zurueck a:active{
	color: #53453a;
	font-weight:bold;
	text-decoration: underline;
	font-size: 11px;
}


#Kontaktformulartabelle {
padding-top: 20px;
padding-bottom: 20px;
}

#Tabelle_Bestellen {margin-bottom: 20px;}
#BestellenEmail {
margin-top: 10px;
margin-bottom: 10px;}
#BestellenSteuer {
margin-top: 10px;
margin-bottom: 10px;}
.rotesKreuz {color: #FF0000}
.Pflichtfelder {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.link_active {
	font-weight:bold;
	margin-left: 10px;
	width: 110px;
	text-decoration: underline;
	
	}
.Umsatzsteuer {
	margin-top: 10px;
}

.time {
	font-size: 10px;
}

#ul_Datenschutz {margin-bottom: 15px;}
.Mwst {font-size: 10px;}
#webdesign_link {display: none;}

.Stil2 {
	color: #a88c73;
	font-weight: bold;
}

/*Verbergen\*/
* html p {
height: 1%;
margin-left: 0;
}
/*verbergen ende*/
.textlink {
	font-weight: normal;
	font-size: 11px;
}


a span {
	color: #009900;
}

p span {color: #009900;} 