@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, hr {
    margin: 0; padding: 0;	font-weight: normal;

}	
body {
	color: #FFFFFF;
}
img {
outline-style: none; border: none;
}

/* Removes list-style form lists */

ol, ul {
    list-style: none;
}


div#container{
	top:30px;
	width:500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position:relative;
}

div#logo{
	top: 0px;
	left: 0px;
	position: absolute;
	}
	
div#nav {
	top: 62px;
	left: 26px;
	width: 369px;
	height: 30px;
	position: absolute;
}


div#films{
	top: 136px;
	left: 5px;
	width: 500px;
	height: auto;
	position: absolute;
	}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: -5px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 16px;
}
iframe{
	margin-bottom: 10px;
	}
.niet_bold{
	font-weight: normal;}
	
	/* Slideshow */
div#slideshow{
	top: 172px;
	left: -255px;
	width: 1030px;
	height: 396px;
	position: absolute;
}
div#slideshow img{
	padding-bottom: 20px;
	}

.slides {position: relative; z-index: 1; display: none}

/* Vorige en Volgende */
div#controls{
	left:485px;
	top:-20px;
	width: 70px;
	position: relative;
	z-index: 10
}   
div#controls p {
	font-size: 14px;
	text-decoration: none;
}

div#controls p a{
	text-decoration: none;
}
div#controls p a:hover{
	text-decoration: none;
	color: #666666;
}

#slide1 {display: block}
