    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bild/bodyimage.jpg);
	background-repeat: repeat-x;
    }
    .twoColLiqLt #container {
	width: 46em;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
    } 
    
    /* Tipps für sidebar1:
    1. Da wir mit Prozentwerten arbeiten, ist es empfehlenswert, für die Randleiste keine Auffüllung zu verwenden. Sie wird bei standardgerechten Browsern der Breite hinzugefügt, und dies wiederum führt zu einer unbekannten tatsächlichen Breite. 
    2. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefügt werden, indem Sie diesen Elementen wie in quot;.twoColLiqLt #sidebar1 p quot; demonstriert einen linken und rechten Rand zuweisen.
    3. Da Explorer die Breiten nach der Wiedergabe des übergeordneten Elements berechnet, treten bei prozentbasierten Spalten gelegentlich unerklärliche Fehler auf. Wenn Sie zuverlässigere Ergebnisse wünschen, sollten Sie pixelbasierte Spalten verwenden.
    */
    .twoColLiqLt #sidebar1 {
	float: left;
	width: 9em; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum.  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
    .twoColLiqLt #sidebar1 h3, .twoColLiqLt #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
    }
    
    /* Tipps für mainContent:
    1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet.
    2. Zur Vermeidung von Float-Drops bei einer unterstützten Mindestauflösung von 800 x 600 sollten Elemente im mainContent-div eine Größe von maximal 430 Pixel aufweisen (dies gilt auch für Bilder).
    3. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch werden verschiedene IE-spezifische Fehler verhindert.
    */
    .twoColLiqLt #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20%;
	margin-top: 0px;
    } 
    
    /* Verschiedene wieder verwertbare Klassen */
    .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;
    }
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	color: #0099FF;
	letter-spacing: 1px;
	text-align: left;
}
.h11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 100;
	font-style: normal;
	color: #9F9F9E;
	margin-bottom: 26px;
	line-height: 34px;
	text-align: left;
	margin-top: 0px;
}
.h12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	font-style: normal;
	color: #B3B3B3;
	margin-bottom: 12px;
	font-variant: normal;
	line-height: 26px;
}
.h12b {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	font-style: normal;
	color: #3434B3;
	margin-bottom: 12px;
	font-variant: normal;
	line-height: 26px;
}
.h11si {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 100;
	font-style: normal;
	color: #B3B3B3;
	margin-bottom: 12px;
	font-variant: normal;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #3434B3;
	line-height: 17px;
}
.h2x {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: #3434B3;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
.h21 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	color: #3434B3;
	line-height: 12px;
	margin: 0px;
}
.h22 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #3434B3;
	line-height: 17px;
}
.h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 100;
	font-style: italic;
	line-height: 19px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	line-height: 18px;
	margin-right: 20px;
}
.bk {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
	line-height: 16px;
	margin-right: 20px;
	color: #666666;
	margin-top: 0px;
}
.b2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}
.b29 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 100;
	font-style: italic;
	line-height: 19px;
	margin-right: 20px;
	margin-bottom: 7px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}
.b28 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	line-height: 17px;
	margin-right: 20px;
	margin-bottom: 7px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}
.b21 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 6px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}
.b22 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 100;
	font-style: normal;
	line-height: 19px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #666666;
}
.b3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 17px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 20px;
}
.b3a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 20px;
}
.b3Uc {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.b4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	line-height: 16px;
	margin-right: 20px;
	margin-bottom: 11px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #555555;
}
.b5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 800;
	font-style: italic;
	line-height: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	padding-top: 6px;
}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 17px;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.c11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	line-height: 17px;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.c11bld {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 17px;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.c12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.c112 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	font-style: normal;
	line-height: 17px;
	text-align: left;
	color: #000000;
	padding: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.c2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 14px;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c28 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 14px;
    letter-spacing: 1px;
	text-align: left;
	color: #EF0000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c2bld {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 13px;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000;
}
.c2x {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 13px;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #993333;
}
.c2sub_SI {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 15px;
	text-align: left;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #edc255;
	border-right-color: #edc255;
	border-bottom-color: #edc255;
	border-left-color: #edc255;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	font-variant: normal;
}
.c3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	line-height: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}
.c4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 800;
	font-style: normal;
	line-height: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	letter-spacing: 2px;
	text-indent: 6px;
}
.c_li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	line-height: 17px;
	text-align: left;
	color: #000000;
	text-indent: 0px;
	padding: 0px;
	margin-bottom: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.pjvcov {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 15px;
	margin-left: -7px;
	float: left;
	height: 457px;
	width: 319px;
	position: static;
}
.pjvcov2 {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: -5px;
	float: left;
	height: 457px;
	width: 319px;
	margin-left: -8px;
	z-index: 1000;
}
.pjvcov3 {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: -5px;
	margin-left: -1px;
	float: left;
	height: 457px;
	width: 319px;
	padding: 0px;
}
.pjvcov4 {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 15px;
	margin-left: -1px;
	float: left;
	height: 457px;
	width: 319px;
	padding: 0px;
}
.imgcov {
	margin-right: 20px;
	margin-bottom: 8px;
	text-align: left;
	margin-top: 0px;
	margin-left: 2px;
	height: 371px;
	width: 260px;
	z-index: auto;
	float: left;
}
.imgsi {
	text-align: left;
	height: 381px;
	width: 120px;
	margin: 0px;
}
.imglog {
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	margin-left: 20px;
	height: 78px;
	width: 65px;
}
.imgcovss {
	margin-right: 0px;
	margin-bottom: 8px;
	text-align: left;
	margin-top: 0px;
	margin-left: -12px;
	height: 371px;
	width: 260px;
	z-index: auto;
}
.imgco_sub {
	margin-right: 0px;
	margin-bottom: -15px;
	text-align: left;
	margin-top: 15px;
	margin-left: -18px;
	height: 68px;
	width: 290px;
	z-index: auto;
}


#footer {
    font-size: 76%;
    
    width:100%;
    height:auto;
    bottom:0;
    left:0;
    position:fixed;
    background: #F4F4F4;
    
    padding:4px 10px 9px 20px;
    
    margin-left: 0px;
    margin-right: 0px;
    
    text-align:left;
    font-family: "Times New Roman", Times, serif;
    color: #262525;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    font-variant: normal;
    z-index: 1000;
}
#footer a {
    font-size: 100%;
    font-family: "Times New Roman", Times, serif;
    color: #262525;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    font-variant: normal;
    text-decoration: none;
}
#footer a:hover  {
    font-size: 100%;
    font-family: "Times New Roman", Times, serif;
    color: #262525;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    font-variant: normal;
    text-decoration: none;
    background: #D8DEF8;
}
.floatstop {
	clear: both;
	float: none;
}
.pjcov { 
}
.b2 strong {
    font-weight: bold;
}
