
body {
	font-family: "arial", sans-serif;
	font-size: 90.01%;
	line-height: 1.3;
	background-color: #e0e0e0;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	top: 0;
	left:0;
	padding: 0;
	width: 100%;
	max-width: 1024px;
	min-width: 600px;
	height: 100%;
	text-align: left;
}



#titel {
	position: absolute;
	height: 8em;
	left: 0;
	top: 0;
	right:0;
	margin: 0;
	padding: 0;
}
#titel h1 {
	margin: 0.3em 0 0 5.72em;
	font-size: 2.5em;
	font-weight: normal;
	font-family: "times new roman", serif;
	text-align: left;
}
#titel h2 {
	margin: 0 0 0 11.14em;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "times new roman", serif;
	text-align: left;
}


#navigation {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	width: 13em;
	height: 100%;
	padding: 0;
	background-color: #4682b4;
}

#navigation ul {
	list-style-type: none;	
	margin: 13em 0 0 0;
	padding: 0;
}
#navigation ul li {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #000000;
}
#navigation ul li.top {
	border-top-style: none;
	border-bottom: 1px solid #000000;
}
#navigation ul li.bottom {
	border-top: 1px solid #d0d0d0;
	border-bottom-style: none;
}
#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 0.3em 0.5em 0.3em 1em;
	display: block;
}
#navigation a:hover {
	color: #B0B0B0;
	background-color: #000000;
}	
#navigation a.active {
	border-top: 2px solid #d0d0d0;
	border-right: 3px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 3px solid #d0d0d0;
}
#navigation.spezial {
	background-color: #e0e0e0;
	background-image: url(backgr_navi_spezial.jpg);
	background-position: right 0;
	background-repeat: repeat-y;
}

#inhalt {
	margin: 8em 0 0 13em;
	padding: 0 1.3em 4em 1.3em;	
}
#inhalt img.re {
	float: right;
	margin: 0 0 1.3em 1.3em;	
}
#inhalt img.li {
	float: left;
	margin: 0 1.3em 1.3em 0;	
}


#film {
  margin:0 auto;
  width: 425px;
  padding: 0;
  border: 0;
 }


table.termine {
	border-collapse: collapse;
	margin: 0 auto;	
}
table.termine th {
	font-weight: bold;
	text-align: center;
	padding: 1em;
	border-bottom: 1px solid #B0B0B0;
}
table.termine td {
	text-align: center;	
	padding: 1em 1.3em;
	border-bottom: 1px solid #B0B0B0;	
}


h1 {
	font-size: 2.5em;
	text-align: center;
}
h2 {
	font-size: 1.7em;
	text-align: center;
}
h3 {
	font-size: 1.4em;
	text-align: center;
}
h4 {
	font-size: 1.2em;
	text-align: center;
}
a {
	color: #468204;
}
hr {
	clear: both;
	margin: 2em 0;
}
	

#strich {
	position: absolute;
	left: 0;
	top: 3.9em;
	width: 100%;
	height: 0.2em;
	margin: 0;
	padding: 0;
	background-image: url(titel_leiste.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}


@media print{
#navigation {
	position: static;
	height: 0;
	overflow: hidden;
}
#inhalt {
	margin: 8em 0 0 0;
	padding: 0 0 0 0;
	
}
#titel h1 {
	position: static;
	margin: 0 0 0 0;
}
#titel h2 {
	position: static;
	margin: 0 0 0 2.0em;
}
#strich {
	height: 0;
	overflow: hidden;
}




