/******************
**** STANDAARD ****
******************/
.margin-top{margin-top: 10px;}
.margin-bottom{margin-bottom: 10px;}
.no-margin{margin: 0;}
.no-padding{padding: 0;}
td{padding:0;}


.float-left{float:left;}
.float-right{float:right;}
.right{text-align: right;}
.center{text-align: center;}


/***************
**** BODY ****
****************/

body
{
	background: #C3C3C3;
	color: #000000;
	font-family: arial, verdana, tahoma;
}

/***************
**** pagina ****
****************/

.hoofdtabel
{
	width: 980px;
	position: relative;
	background: #fff;
	border: 1px solid #FF0000;
	overflow: hidden;
	
}

/***************
**** HEADER ****
****************/
.hoofdtabel .header{
	width: 950px;
	position: relative;
}

.hoofdtabel .header h1{
	font-size: 36px;
	font-weight: bold;
	font-family: arial, verdana, tahoma;
	text-align: center;
	color: #FF0000;
	margin: 0px 0 0px 0;
	padding: 0;
}

.hoofdtabel .header p{
		color: #4B4B4B;
		font-size: 16px;
		font-weight: bolder;
		font-family: arial, verdana, tahoma;
		text-align: center;
}

.hoofdtabel .menu{
	width: 980px;
	height:34px;
	background:url("../images/bg_menuheader.png") bottom no-repeat #ffffff;
}

.hoofdtabel .menu .top{
	float: left;
	width: 150px;
	height:24px;
	font-size: 16px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	line-height: 24px;
	vertical-align: middle;

}

.hoofdtabel .menu .top a{
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	height:24px;
	font-size: 16px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	color: #FF0000;
	background-color: #FFFFFF;
	line-height: 24px;
	vertical-align: middle;

}

.hoofdtabel .menu .top a:hover{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	height:24px;
	font-size: 16px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	color: #2A00FF;
	background-color: #FF0000;
	line-height: 24px;

}

.hoofdtabel .cams {
	float: left;
	width: 980px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.hoofdtabel .cams .cam{
	float: left;
	width: 150px;
	margin-left: 1.9px;
	border: 1px;
	border-style: solid;
	border-color: #FF0000;
	font-size: 15px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	text-align: center;
}

.hoofdtabel .links{	
	float: left;
	width: 770px;
}
.hoofdtabel .links h2{	
	width: 770px;
	height: 15px;
	font-size: 15px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	text-align: center;
margin: 2px 0 2px 0;

}

.hoofdtabel .links .films{	
	float: left;
	width: 175px;
	margin-left: 3px;
	margin-right: 2px;
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;

}

.hoofdtabel .links img
{
	width: 150px;
	height: 150px;
	border: 1px solid;
	border-color: #FF0000;
	vertical-align: middle;
}

.hoofdtabel .links:hover img
{
	border: 1px solid;
	border-color: #2A00FF;
}

.hoofdtabel .links a{	
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #FF0000;

}

.hoofdtabel .links a:hover{	
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #2A00FF;

}


.hoofdtabel .rechts{
	float: left;	
	width: 200px;

}

.hoofdtabel .rechts .partners{
	float: left;	
	width: 200px;
	border: 1px;
	border-style: solid;
	border-color: #FF0000;

}

.hoofdtabel .rechts .partners h3{
	float: left;	
	width: 200px;
	height: 15px;
	font-size: 15px;
	font-weight: bolder;
	font-family: arial, verdana, tahoma;
	text-align: center;
    margin: 2px 0 2px 0;

}

.hoofdtabel .rechts .partners a{	
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #FF0000;

}

.hoofdtabel .rechts .partners a:hover{	
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #2A00FF;

}




