body {
	background-color: #000000;
	margin: 0px;
	font-family: Helvetica;
	font-size: small;
	color: #FFFFFF;
}
#wrapper {
	margin: 5px auto;
	width: 750px;
}
#header {
	height: 100px;
	background-image: url(images/darum_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav {
	text-align: right;
	padding-left: 10px;
}
#topNav a {
	color: #CCCCCC;
	text-decoration: none;
}
#topNav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#content {
	text-align: left;
	vertical-align: top;
	top: 120px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #000000;
}
#mainNav {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 190px;
}
#mainNav a {
	font-size: larger;
	color: #CCCCCC;
	text-decoration: underline;
}
#mainNav a:hover {
	font-size: larger;
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	text-align: left;
	vertical-align: top;
	width: 550px;
	float: left;
}
#main img {
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: x-small;
	float: left;
}
#main h1 {
	font-size: larger;
	margin-top: 0px;
}
#main h2 {
	font-weight: bold;
	font-family: Helvetica;
	font-size: small;
	color: #FFFFFF;
}
#main h3 {
	font-weight: bold;
	font-family: Helvetica;
	font-size: small;
	color: #FFFFFF;
	margin-top: 0px;
}
#main a {
	text-decoration: underline;
	color: #FFFFFF;
}
#main a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.clear {
	clear: both;
}
.film {
	font-weight: bold;
	width: 40%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.jahr {
	padding: 2px;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.regie {
	padding: 2px;
	width: 40%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.bezeichnung {
	padding: 2px;
	width: 49.9%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.name {
	font-weight: bold;
	padding: 2px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
