body {
	margin: 0px;
	background-color: #8c8c8c;
}

#mainContent {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 680px;
	width: 920px;
}

#hoofdstukNavigatie {
	text-align: center;
	position: absolute;
	margin-top: 25px;
	margin-left: 51px;
	height: 110px;
	width: 818px;
}

#navigatieLinks {
padding-top: 40px;
float: left;
}

#navigatieRechts {
padding-top: 40px;
float: right;
}


a {
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: black;
	text-decoration: none;
}

.hoofdstukNavigatie a{
	margin-right: 6px;
	margin-left: 6px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f30034;
}

.hoofdstukNavigatie a:hover{color: #f7a707;}

.beeld_voorpagina {
	background-image: url(bardSong_images/achtergrondbeeld_voorpagina.jpg);
}

.beeld_synopsispagina {
	background-image: url(bardSong_images/achtergrondbeeld_synopsispagina.jpg);
}

.beeld_crewpagina {
	background-image: url(bardSong_images/achtergrondbeeld_crewpagina.jpg);
}

.beeld_stillspagina {
	background-image: url(bardSong_images/achtergrondbeeld_stills.jpg);
}

.beeld_perspagina {
	background-image: url(bardSong_images/achtergrondbeeld_perspagina.jpg);
}

.beeld_contactpagina {
	background-image: url(bardSong_images/achtergrondbeeld_contactpagina.jpg);
}

#hoofdstukInhoud {
	width: 818px;
	margin-left: 51px;
	margin-top: 140px;
	position: absolute;
}

.basisInfo {
	color: #ff2000;
	text-shadow: 0px 0px;
	line-height: 25px;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

.dikKopje {
	font-variant: small-caps;
	font-weight: bold;
}

.smalKopje {
	font-variant: small-caps;
}

.castCrew {
	font-style: bold;
	color: #ff2000;
	text-shadow: 0px 0px;
	line-height: 25px;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

#stillsvlak {
	height: 280px;
	margin-left: 96px;
	width: 625px;
}

#synopsisVeld {
	position: absolute;
	margin-left: 240px;
	height: 400px;
	width: 600px;
	overflow: auto;
}

#persLinks {
	position: absolute;
	margin-left: 54px;
	width: 200px;
}

#persMidden {
	position: absolute;
	margin-left: 308px;
	width: 200px;
}

#persRechts {
	position: absolute;
	margin-left: 562px;
	width: 220px;
}

#contactLinks {
	position: absolute;
	margin-left: 288px;
	width: 200px;
}

#contactRechts {
	position: absolute;
	margin-left: 520px;
	width: 280px;
}

#footer {
	text-align: center;
	font-size: 13px;
	margin-top: 460px;
	float: none;
	clear: both;
}


