/* CSS Document for nachtschwaermer-film.de */


* {
	margin: 0;
	padding: 0;
	}
/* Dieser Abschnitt ist neu, Browserhack, damit der Div "Container nicht zu klein wird" */
html {
   height: 100%;
   margin-bottom: -2550px;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%; /* height 100% ebenso neu */
}

img, table {
	border: none;
}


/* Fonts: */

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1, h2 {
	font-size: 11px;
	margin: 0.3em 0 .2em 0;
}

li {
	list-style-type: none;
	}

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

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 15px;	
}
li {
	list-style-type: circle;
}
/* DIV-Sets: */

#container {
	position: relative;
	width: 716px;
	height: 1950px; /* Container-Höhe war vorher 2500px, dann 1650px */
	background-image: url(../img/bg_rahmen.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#verlauf {
	position: absolute;
	top: 0px;
	left: 17px;
	height: 768px;
	width: 682px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 53px;
	height: 99px;
	width: 328px;
	z-index: 4;
}

#navi {
	position: absolute;
	top: 137px;
	left: 60px;
	height: 30px;
	width: 600px;	
}

#content {
	position: relative;
	top: -596px;
	left: 60px;
	width: 600px;
	min-height: 500px;		
}
#footer {
	position: relative;
	top: -596px; 
	left: 114px;
	height: 75px;
	width: 585px;
	text-align: right;
	line-height: 120%;
	color: #999;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#copy {
	font-size: 10px;
}
.textRechts {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.filmKurz {
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}
.filmKurz img {
	float: left;
	margin-right: 10px;
	display: block;
}
.beschreibungKurz {
	float: left;
	height: 104px;
	width: 428px;
	border: 1px solid #666666;
	padding: 7px 20px;	
	background-image: url(../img/bg_quadrat.gif);
	background-repeat: no-repeat;
}
.breaker {
	clear: both;
}

.biografie {
	float: left;
	width: 423px;
}
.biografie>p {
	margin-top: 0px;
}
.galerie img {
	display: block; 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

