body {
/*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
background-color: #FFFFFF;
line-height: 18px;
text-align: center; 
}

/* Hiermee zorg je voor de verticale centrering. 
Zet de breedte van de pagina op 99% : 100% geeft een 
horizontale scrollbalk in sommige browsers */
#center { 
position: relative;
margin: 0 auto;
width: 917px;
text-align: left;

}

#hoofdmenu { 
postion: relative;
border: 0px solid #000;
width: 917px;
height: 30px;
}

	#hoofdmenu_knoppen {
	position:absolute;
	left: 290px;
	}

	#addthis {
	position:absolute;
	right: 0;
	top: 8px;
	}

#header {
position:relative;
width: 917px;
height: 182px;
}

	#header_links {
	position:absolute;
	left: 0; 
	top: 0; 
	}
	
	#header_rechts {
	position:absolute;
	left: 291px; 
	top: 0;
	
	}

#stippellijn {
position:relative;
width: 917px;
height: 30px;
clear:both;
}

	#stippellijn_horizontaal {
	position:absolute;
	left: 0; 
	top: 15px;
	width: 917px;
	height: 1px;
	background-image:url(afb/stippellijn_horizontaal.gif);
	background-repeat:repeat-x;
	}

#content {
position:relative;
float:left;
width: 917px;
border: 0px solid #000;
font-family:Times New Roman, Arial, Helvetica, sans-serif;
font-size:14px;
}
	
	#content_links { 
		float: left;
		width: 288px;
		height: 350px;
		border: 0px solid #000;
	}
	
	#content_streep {
		float:left;
		width: 1px;
		height: 100px;
		background-image:url(afb/stippellijn_verticaal.gif);
		background-repeat:repeat-y;
		border: 0px solid #000;
	}

	#content_rechts { 
		float:left;
		width: 612px;
		padding-left: 13px;
		border: 0px solid #000;
	}

#footer {
clear:both;
font-family:Times New Roman, Arial, Helvetica, sans-serif;
font-size:10px;
}

form{
margin-bottom:0;
}

.err {
color:#FF0000;
}

.floatleft_Hollywood {
	float:left;
	margin-right: 20px;
}

.floatleft_BD {
	float:left;
	margin-left: 0px;
	margin-right: 20px;
	
}

.floatright_LN {
	float:right;
	margin-left: 10px;
	margin-right: 20px;
	
}

.floatright_IS {
	float:right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}

/*Gewone links*/
a:link{
	color: #d4004b;
}

a:visited {
	color: #d4004b;
}

a:hover{
	color: #b20547;
}

a:active {
	color: #d4004b;
}

/*Teaser links*/
.teaser_resttekst a:link{
	color: #fff;
}

.teaser_resttekst a:visited {
	color: #fff;
}

.teaser_resttekst a:hover{
	color: #8cc63f;
}

.teaser_resttekst a:active {
	color: #fff;
}

.eerste {
	margin-top: 0;
	font-size:20px;
	color: #d4004b;
}

h1 {
	font-size:20px;
	color: #d4004b;
}

.sterretje{
font-family:Times New Roman, Arial, Helvetica, sans-serif;
font-size:10px;
}
