@charset "utf-8";
*{
/*margin:0 !important;*/
margin:0;
padding:0;
}
body  {
    	font: 12px Verdana, Arial, Helvetica, sans-serif;
    	background: #000000;
    	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: #000000;
    }
    .twoColLiqRtHdr #container { 
    	width: 980px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 3px solid #666666;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
	.twoColLiqRtHdr #container h1, h2 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
    } 
    .twoColLiqRtHdr #header { 
    	background: #ffffff;
		height:160px; 
    } 
    .twoColLiqRtHdr #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. */
    }
    
  
    .twoColLiqRtHdr #sidebar1 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 20%;
		height: 100%;
    	background: #ffffff; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding-top: 5px 0;
		color:#000000;
		margin-right:1px;
    }
	.twoColLiqRtHdr #sidebar1 h1, h2, h3{
    	font-size:12px;
		font-weight:bold;
    }
    .twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
    	margin-left: 1px; /* Für jedes Element, das in den seitlichen Spalten platziert wird, sollten ein linker und ein rechter Rand angegeben werden. */
    	margin-right: 5px;
    }
    
    /* Tipps für mainContent:
    1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den rechten Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen rechten 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.
    */
    .twoColLiqRtHdr #mainContent { 
    	/*margin: 0 26% 0 10px; */
		float:left;
		width:78%;
		margin: 0;
		padding: 6px;
    } 
    
    .twoColLiqRtHdr #footer { 
		clear:both;
    	background:#DDDDDD url(footer.jpg);
		width:100%;
		height:20px;
    } 
	#sidebar1 a,
    #sidebar1 a:link,
    #sidebar1 a:active,
    #sidebar1 a:visited {
	    text-decoration:none;
	    color: #333333;
		font-size:11px;
		font-weight:bold;
		line-height:18px;
		margin-left:4px;
} 
    .twoColLiqRtHdr #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. */
    }
    
	div.leftbox {
		clear:both;
		float:left;
		width:337px;
		height:260px;
		margin-bottom:10px;
		border: 1px solid #cccccc;
	}
	div.rightbox {
		float:right;
		width:337px;
		height:260px;
		margin-bottom:10px;
		border: 1px solid #cccccc;
	}
	div.leftbox2 {
		clear:both;
		float:left;
		width:160px;
		height:260px;
		margin-bottom:5px;
		border: 1px solid #cccccc;
	}
	div.rightbox2 {
		float:right;
		width:549px;
		height:260px;
		margin-bottom:5px;
		border: 1px solid #cccccc;
	}
	div.box {
		clear:both;
		float:left;
		width:760px;
		height:392px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	div.box1 {
		clear:both;
		float:left;
		width:760px;
		height:110px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	div.box2 {
		clear:both;
		float:left;
		width:760px;
		height:30px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	div.menuebox {
		clear:both;
		float:left;
		width:160px;
		margin-bottom:10px;
		margin-left:8px;
		border: 1px solid #CCCCCC;
	}
	.bildboxleft {
		float:left;
		width:222px;
		height:270px;
		margin:0px;
		margin-top:0;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	.bildboxmiddle {
		float:left;
		width:222px;
		height:270px;
		margin:0px;
		margin-top:0;
		margin-left:6px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	.bildboxright {
		float:right;
		width:222px;
		height:270px;
		margin:0px;
		margin-top:0;
		margin-left:0px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	div.sidebox {
		clear:both;
		background:#CCCCCC;
		float:left;
		width:190px;
		height:15px;
		margin-bottom:3px;
		margin-left:4px;
		border: 1px solid #666666;
		font-weight:bold;
		font-size:10px;
	}
    /* 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. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	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;
		margin:0px;
    }
	.Stil1 {
	font-size: 16px;
	font-weight: bold;
	}
	.Stil3 {font-size: 16px; font-weight: bold; color: #990000; }
	.Stil5 {font-size: 16px; font-weight: bold; color: #666666; }
	.Stil7 {font-size: 18px; font-weight: bold; }

	div.momovideo { width:180px; padding:0px; text-align:center; font-family:arial,helvetia; color:#000000; font-size:12px; background: #FFFFFF; border:1px solid #333333; }
	div.momovideo h2{ color:#91b2d3; font-size:15px; font-weight:normal; padding:0px; margin:0px; margin-bottom:4px; text-decoration: none; background: #cccccc; border-bottom:1px solid #333333;}
	div.momovideo h2 a, .momovideo h2 a:active, .momovideo h2 a:visited, .momovideo h2 a:hover{ text-decoration: none; color: #cc0000; display:block; width:97%; }
	div.momovideo p{ width:97%; padding:0px; margin:0px; }
	div.momovideo strong a, .momovideo strong a:visited, .momovideo strong a:active, .momovideo strong a:hover{ text-decoration: none; margin:0px; padding-top:3px; font-size:14px; color: #CC0000; display:block; width:96%; height:20px; background: #91b2d3; }
	.bildbox {
		float:left;
		width:185px;
		height:260px;
		margin:0px;
		margin-top:0;
		margin-left:5px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
	.bildbox1 {
		float:left;
		width:185px;
		height:260px;
		margin:0px;
		margin-top:0;
		margin-left:0px;
		margin-bottom:5px;
		border: 1px solid #CCCCCC;
	}
            
