@charset "utf-8";
    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #FFFFFF;
    }
#rahmen {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#header {
	width: 910px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AE8223;
	border-right-color: #AE8223;
	border-bottom-color: #AE8223;
	border-left-color: #AE8223;
}
#container  {
	width: 910px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFD83D;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AE8223;
	border-right-color: #AE8223;
	border-bottom-color: #AE8223;
	border-left-color: #AE8223;
	height: 485px;
    } 
#navigationsleiste {
	width: 670px;
	background-color: #FFBD24;
	background-image: url(../images/navigationsleiste.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCBB2B;
	border-bottom-color: #FCBB2B;
	padding-left: 240px;
	height: 24px;
}
#navigationsleiste a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#navigationsleiste a:hover {
	background-position: 0px 24px;
	background-image: url(../images/navigationsleiste.jpg);
}
#navigationsleiste ul {
	list-style-type: none;
	display: inline;
}
#navigationsleiste li {
	display: inline;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 349px;
}
#navigation  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #FFD83D;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 0px;
	height: 230px;
    }
#navigation ul {
}

#navigation a {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation  li {
	list-style-type: disc;
}
#filmstreifen  {
	width: 130px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #FFD83D;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
	clear: right;
	height: 319px;
	padding-right: 16px;
	margin-top: 40px;
    }
#mainContent  {
	background-color: #FFD83D;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 180px;
	margin-left: 200px;
	margin-top: 40px;
	padding-top: 10px;
    } 
#mainContent a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#mainContent h1 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	padding-top: 0px;
}



#infos {
	clear: left;
	float: none;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#footer  {
	background:#FFD83D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
    } 
#footer  p  {

    }
#referenzenscroll {
	display: block;
	overflow: auto;
	position: absolute;
	width: 530px;
	height: 255px;
}

    .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;
    }
.floatleft {
	clear: left;
	float: left;
}
.floatright {
	clear: both;
	float: right;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

