* {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

body {
	background-image: url(hintergrund.jpg);
	background-color: black;
	font-family: "Times New Roman", Times, serif;
}

/* @group Navigation */

#navigation {
	margin-top: 341px;
	width: 580px;
	margin-left: 142px;
}

#navigation img {
	margin: 0;
	padding: 0;
}

#navigation a:link img.off, #navigation a:visited img.off {
	display: inline;
}

#navigation a:active img.off, #navigation a:hover img.off {
	display: none;
}

#navigation a:link img.on, #navigation a:visited img.on {
	display: none;
}

#navigation a:active img.on, #navigation a:hover img.on {
	display: inline;
}

/* @end */

/* @group Content */

/* @group Scrollbalken */
#Scroller { 
  position: absolute; 
  overflow: hidden;
  width: 570px;
	height: 525px;
	left: 15px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0;
	width: 100%;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0;
	left: 590px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 480px; left: 590px;
}


/* @end */

#content {
	width: 615px;
	height: 530px;
	font-weight: bold;
	overflow: auto;
	position: absolute;
	top: 420px;
	left: 120px;
	font-size: 15px;
	text-align: center;
}

#content ul {

	margin-top: 10px;
}

#content ul li {
	list-style-type: none;
}

#content a {
	color: #6c4c37;
}

#content a:link, #content a:visited {
	color: #6c4c37;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: black;
	text-decoration: none;
}

#content h1 {
	font-size: 20px;
	color: black;
	margin-top: 30px;
	padding-bottom: 10px;
}

#content h1.first {
	margin-top: 0;
}

#content h2 {
	font-size: 17px;
	color: black;
	margin-top: 30px;
}

#content p {
	margin-top: 10px;
}

#content p.randbemerkung {
	font-size: 12px;
	margin-top: 50px;
}

/* @group Film */

#film {
	width: 570px;
	position: relative;
}

#film table {
	color: white;
	position: relative;
	top: -100px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#fehlermeldung_film {
	color: maroon;
	font-size: 15px;
	text-align: center;
	width: 500px;
	height: 300px;
}

#fehlermeldung_film a:link, #fehlermeldung_film a:visited {
	color: white;
	font-size: 15px;
}

#fehlermeldung_film a:active, #fehlermeldung_film a:hover {
	color: silver;
	font-size: 15px;
}

#film table td {
	text-align: left;
}

#film a:link, #film a:visited {
	color: white;
	font-size: 11px;
}

#film a:active, #film a:hover {
	color: silver;
	font-size: 11px;
}



/* @end */

/* @group Tabelle */

#content table {
	margin-bottom: 20px;
}

#content table td {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 30px;
}

#content table th {
	color: black;
	text-align: right;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
}

#content table td.zeilenkopf {
	text-align: left;
	white-space: nowrap;
	width: 180px;
}

/* @end */

#galerie {
	margin-top: 25px;
}

#galerie img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #39280e;
}

/* @end */

/* @group Footer */

address {
	font-size: 13px;
	width: 570px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 100px;
	position: absolute;
	top: 960px;
	left: 150px;
}

address a:link, address a:visited {
	color: #6c4c37;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

address a:active, address a:hover {
	color: black;
}



/* @end */  
