h1 {
	font-size: 16px;
	color: #ae722c;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: NeutraTextBook, Arial, Helvetica, sans-serif;
}
.link_besucht {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	word-spacing: 10px;
	font-weight: normal;
}
.fooder {
	text-align: center;
	height: 70px;
	width: 900px;
}
.logotype_1 {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #AE722C;
}
.logotype_2 {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
.link {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #AE722C;
	word-spacing: 10px;
	font-weight: normal;
}
.fließtext {
	font-family: 'NeutraTextBook', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #AE722C;
	text-align: left;
	font-weight: bold;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'NeutraTextBook', Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}
.abschluss {
	background-color: #333;
	width: 900px;
	font-size: 8px;
	color: #999;
	padding: 0px;
	vertical-align: top;
	text-align: right;
}

/* ~~ Dies sind die Layoutinformationen. ~~ 

1) Eine Auffüllung wird nur oben und/oder unten im div-Tag positioniert. Die Elemente innerhalb dieses div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen.

*/
.content {
	width: 860px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.film_links {
	width: 400px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 523px;
}
.text_rechts {
	width: 380px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: right;
	height: 489px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_rechts_impressum {
	width: 380px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: scroll;
	height: 489px;
}
/* ~~ Dieser Container mit fester Breite umschließt alle anderen Elemente. ~~ */
.container {
	width: 900px; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-right: auto;
	margin-left: auto;
	background-color: #FDF7EC;
	margin-top: 40px;
	padding-top: 20px;
}
.header {
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

.fließtext1 {
	font-family: NeutraTextBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #AE722C;
}
.fließtext_link {
	font-family: NeutraTextBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
}
.fließtext_black {
	font-family: NeutraTextBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
}

.fließtext_black_bold {
	font-family: 'NeutraDisplayBold', Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
