@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
}

body, html {
	background-color: #111;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	
}



#gesamt {
	background-color: #111;	
	width: 840px;
	height: 520px;
	padding: 0px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
	
}



#navigatione {
	position: relative;
	float:left;
	margin: 6px;
	
	
}

#showfilm {
 width:480px;	
}

#impressum {
	width:840px;
	height: 480px;
	font-size:10px;
	overflow: auto;
	
}

#filminfo {
	
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	
		
}

#inhalt {
	
	float: right;
	width:166px;
	padding-left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
	
}

#contentbox {
	background-color: #111;
	color:#555;	
	text-align: left;	
	
	position:relative;
	padding: 12px;

}


#contact {
	text-align: left;
	color:#999;
	font-size: 10px;
	padding-left: 14px;
	color: #555;
	bottom: 4px;
	position:absolute;
	
}

#foot {
	height:16px;
	text-align: center;
	font-size:8px;
	letter-spacing: 0.5em;	
	margin-top:24px;
}


a {
	text-decoration:none;
	color:#555;	
}

a:hover {
	text-decoration:none;
	color:#999;	
}

h1 {
	font-size: 26px;
	font-weight: 100; 
	color: #777;
	display:inline;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	font-weight: 100; 
	color: #555;
	line-height: 26px;
	
}

h3 {
	font-size: 12px;
	font-weight: 100; 
	color: #555;
	display:inline;
	
}

h4 {
	font-size: 10px;
	font-weight: 100; 
	color: #555;
	display:inline;
	
}

h5 {
	font-size: 14px;
	color: #555;
	display:inline;
		
}

.linie {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;

	
}

.naviliste li {
	list-style-type: none;
	list-style-position: inside;
	float:left;
	position:relative;	
}

.naviliste a {
	font-size: 12px;
	font-weight: 100;
	color: #555;
	text-decoration: none;
	margin-left:12px;
		
}

.naviliste a:hover {	
	color: #CCC;	
}


.naviliste a.current {
	float: left;
	color: #CCC;	
}

.gallery {
		
	float:left;
	position:relative;
	overflow:hidden;
	width: 170px;
	
}

.gallery li {
	list-style-type: none;
	float: none;
		
	
}

.gallery li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width:150px;	
}

.gallery li a span {
	display: none;
	background-color: #222;
	position: relative;
	margin-top: -54px;
	height: 54px;
	font-size: 10px;
	color: #999;
	

}

.gallery li a:hover span {
	display: block;

	
}
