  
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: #000; font: 100% Arial, Verdana, Helvetica, sans-serif; background-image: url(../img/bg1.jpg); background-repeat: repeat; background-attachment: fixed; background-position: 0 0; voice-family: inherit
  {
    behavior: url(../css/iepngfix.htc);
}	
         }
#wrapper { width: 900px; margin: 10px auto auto; background-color: transparent; height: 600px; padding: 0; border: solid 1px #1c3800; }
  #container { color: #000; text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: 
    #c8cc66; height: 580px; float: right; margin-top: 10px; border-color: #fff; } 
    div#container { width: 540px; min-height:500px; height:expression(this.scrollHeight > 600 ? "auto":"600px"); }
 #logo { height: 60px; }
#logo img { padding-right: 10px; padding-left: 4px; }
#printbanner { display:none }
#logo h1 { color: #a9d47f; font-size: 1em; font-family: helvetica; 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: 15px 0 20px 12px; /* 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. */
    }
#header { background-position: 0 0; text-align: left; height: 80px; margin: 0 0 0 1px; 
    	  /* 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. */
    } 

#sidebarl { background-color: transparent; float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 350px; height: 550px; border-color: #fff; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
#sidebarl p{ color: #ccc; font-size: 0.7em; text-align: center; margin-top: 2px; padding-right: 10px; padding-left: 10px; }
#sidebarl video { background-color: #1c3800; text-align: center; }
#sidebarl img{ color: #fff; font-size: 0.8em; text-align: center; margin-top: 5px; padding-top: 4px; padding-left: 5px; border-right: 2px solid #663; border-bottom: 1px solid #663; }

#sidebarr { background-position: 0 0; float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; margin-top: 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
#sidebarr p { font-size: 0.8em; margin-left: 0.3em; }
#sidebarr h1 { color: #570000; font-size: 1em; margin-left: 0.5em; }
#mainContent { margin: 0 8px 0 12px; padding-top: 5px; }
#mainContent p { font-size: 92%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
#mainContent h1 { color: #570000; font-size: 1.3em; font-family: "trebuchet ms"; font-weight: bold; font-stretch: semi-expanded; }
#mainContent h3 { color: #830000; font-size: 1.1em; font-family: "trebuchet ms"; font-weight: normal; }
#mainContent h2 { color: #1c3800; font-size: 1em; font-family: "trebuchet ms"; font-weight: bold; margin-right: 10px; padding-left: 5px; border-bottom: 1px solid #830000; border-left: 3px solid #830000; }
 #mainContent .collection{ margin: 0 0 5px 69px; }
#mainContent a { color: #570000; font-weight: normal; background-color: #edf279; text-decoration: none; }
#mainContent a:visited { color: #663; }
#mainContent a:hover { color: #830000; background-color: #edf279; }
#footer { color: #663; font-size: 0.8em; padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:
    transparent ; } 
    .thrColFixHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }

   .icon 
   { background-color: transparent; margin-right: 10px; margin-bottom: 10px; float: left; margin-left: 10px; padding: 1px; border: solid 1px #b9b95c; }
.bg { background-color: #edf279; margin-right: 10px; }
.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;
    }
    a:link {
	color: #666;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #830000;
	text-decoration: underline;
	}
	
   #hauptmenue { background-color: transparent; color: #000; padding-top: 8px; padding-right: 0; padding-left: 0; }
#hauptmenue ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: none; }
#hauptmenue ul li {
display: inline;
}
#hauptmenue ul li a { font-size: 1em; color: #fff; font-family: tahoma; font-weight: bold; background-image: url(../img/bg_nav.jpg); text-decoration: none; padding: 2px 5px; }
#hauptmenue ul li a:hover { background-color: #c8cc66; color: #830000; background-image: none; }
#hauptmenue ul li.selected { color: #830000; font-weight: normal; background-color: #c8cc66; background-image: none; list-style-type: none; list-style-image: none; display: inline; }

