*
{
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#3e3731;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 62.5%;
}

#main
{
	position:absolute;
	left:50%;
	margin-left:-412px;
	width:824px;
	background: url(navimg/bg.jpg);
	background-color:#f1efc2;

}

#header {
	height: 267px;
	text-align: left;
	background: url(navimg/header.jpg) no-repeat center bottom;
	width: 100%;	
	}
	
#nav {
	margin:0 auto;
	width:800px;
	height: 30px;
	text-align: left;
	border-top:1px solid #775944;
	background-color:#332822;
	font-size:1.1em;
	}
	
#nav ul {
	list-style: none;
	
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	width: 132px;
	height:23px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	color: #f1efc2;
	font-weight: none;
	margin-left: 0px;
	border-right:1px solid #483e39;
	padding:7px 0 0 0;
}

#nav a:hover {
	text-decoration: none;
	background-color:#4c433d;
}



#footer {
	margin:0 auto;
	width:800px;
	height:40px;
	text-align:right;
	border-top:1px dotted #775944;
	background-color:#f1efc2;
}

#left
{
	position:absolute;
	left:12px;
	top:310px;
	height:400px;
	width: 160px;
	padding: 20px 0 0 20px;
	border:0px solid #000;
	font-size:1.1em;
	background-repeat:no-repeat;
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width:120px;
}

#left ul li a
{
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-top: 1px dotted #775944;
	color: #000;
	text-decoration: none;
	width: 100%;
}
	#left ul li a:visited {color:#000;}
	#left ul li a:hover {color: #000; background-color: #e7e5b9;  }
	#left ul li a:active { color:#000; background-color: #cccaa4;}

	#left ul li a.selected 
{
	font-weight: bold;
	color:#564b47;
	background-color: #ffffff;
}

#right
{
	position:relative;
	top:10px;
	left:230px;
	width: 540px;
	min-height:1100px;
	height:auto !important;  /* f&uuml;r moderne Browser */
	height:650px;  /*f&uuml;r den IE */
	padding: 0 10px 30px 0;
	margin-right: 10px;
	border:0px solid #000;
	font-size:1.1em;
	line-height:160%;

}

#right h1 {
	margin: 15px 0 20px; 0;
	padding: 0;
	padding-top: 10px;
	font-family:Georgia;
	font-size:1.5em;
	font-weight:bold;
	color: #5d5551;
}

#right h2
{
	padding: 10px 0 5px 0;
	color: #df8403;
	font-size:1.0em;
	font-weight:bold;
	border-bottom:0px dotted #775944;
}

#right h3 {
	background-color:#775944;
	margin: 70px 0 20px 0;
	padding-left:5px;
	color: #fff;
	font-size:1.0em;
	font-weight:bold;
	border-bottom:0px dotted #775944;
}

#right a
{
	font-weight:bold;
	color: #006785;
	text-decoration: none;
}

#right a:hover {
	color: #df8403;
}

#right .copy p {
	padding-bottom: 10px;
	width: 480px;
}


#right .links {
border-width: 0 0 1px 0;
border-style:dotted;
border-color:#775944;
margin:0 0 20px 0;
padding:0 0 20px 0;
}

#right .links img {
border:1px dotted #775944;
float:right; 
margin-top:15px;
}

#right .links a
{
background-image:none;
}

#filmbilder {
float:right;
border:0px dotted #775944;
width:150px;
}



#filmbilder img {
width:150px;
border:0;
}

#right .film img {
display:block;
margin:auto;
margin-bottom: 30px;
text-align:center;
}

.filminfo {
width:350px;
height: auto;
margin-bottom:10px;
padding:0px;
border-width: 0px;
border-style:dotted;
border-color:#775944;
}

.filmtext, .filmcomment {
width:350px;
margin-bottom:10px;
padding:5px 0px 0px 0px;
border-width: 1px 0px 0px 0px;
border-style:dotted;
border-color:#775944;
}


table.filmo {
	width:100%;
	margin:0;
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black black black black;
	border-collapse: collapse;
	line-height:140%;

}

table.filmo tr {
	border-width: 1px 0px 0px 0px;
	border-spacing: 0px;
	border-style: dotted;
	border-color:#775944;
	border-collapse: collapse;
	}
	
table.filmo td {
	padding:3px 0 3px 5px;

}

th {
background-color:#e7e5b9;
padding:10px 0 10px 5px;
text-align:left;
}


a.weiter {
	padding-right:13px;
	background-image:url(navimg/arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

h2 a {
color: #df8403 ! important;
}