* {	margin : 0;	padding : 0} 

html {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body {
	margin: 18px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	background:url(../images/verloop.jpg) repeat-x;
	text-align: center;
}

td, div {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

img {	border: 0px;}

hr {
	height: 1px;
	color: #000000;
}

select, option, input {
	font-size: 12px;
	font-family: Arial;
}

p {	margin: 0px;}

strong {color: #000000;}

a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
}

ol, ul {
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
}
*html ol, ul {
	margin-left: 0px;
}


*html ol {
	margin-left: 25px;
}

*html ul {
	margin-left: 16px;
}

h1 {
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin-top: 23px;
	margin-bottom: 18px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#website{
	width:982px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
	#top{
		height:114px;
	}
		#logo{
			width:100px;
			height:100px;
			margin:7px 0 7px 50px;
			position:absolute;
		}
		#pagina_titel{
			width:298px;
			height:29px;
			margin:75px 0 0 662px;
			position:absolute;
		}
	#zwarte_balk{
		background-color:#000000;
		margin-bottom:10px;
		height:23px;
	}
		#menu{
			width:700px;
			height:23px;
			position:absolute;
			margin:10px 0 0 10px;
			float:left;
		}
			#menu a, #dropdown a{
				display:block;
				margin-right:3px;
				float:left;
				width:auto;
				height:19px;
				background-color:#a9a9a9;
				padding:4px 10px 0 10px;
				font-weight:bold;
				text-decoration:none;
				color:#FFFFFF;
				font-size:12px;
			}
			*html #menu a, *html #dropdown a{
				height:23px;
			}
			#menu a:hover, #dropdown a:hover {
				background-color:#fff200;
				color:#000000;
			}
			#menu p{
				display:block;
				margin-right:3px;
				float:left;
				width:auto;
				height:19px;
				background-color:#fff200;
				padding:4px 10px 0 10px;
				font-weight:bold;
				color:#000000;
				font-size:12px;
			}
			*html #menu p{
				height:23px;
			}
				#dropdown{
					width:140px;
					height:auto;
					position:absolute;
					margin:33px 0 0 65px;
					z-index:1;
					visibility:hidden;
				}
				#dropdown a{
					width:140px;
					padding-bottom:1px;
				}
	#content{
		width: 982px;
		text-align: left; 
		margin: 0 auto;
		background: #FFFFFF url(../images/lijnen.gif);
		background-position:0 0 0 10px;
	/*	overflow: hidden; */
		border-top : 1px solid #C2C2C2;
		min-height:500px;
	}
	*html #content{
		height:500px;
	}
#content:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

	#content_left{
		float:left;
		width:194px;
		margin-left:1px
	}		

	#content_center{
		float:left;
		width:590px;
		min-height:500px;
	}
	#content_right{
		margin-left:1px;
		float:right;
		width:194px;
		margin-right:1px;
	}
	#footer{
		clear:both;
		width:982px;
		height:50px;
		background-color:#FFFFFF;
		border-top : 1px solid #C2C2C2;
	}

#txt{
width:540px;
margin:20px 20px 20px 0;
font-size:12px;
}
	
/* Popup Filmpje*/
#popup1{
	background: #fff;
	width: 500px;
	margin: 8px 0 0 30px;
	border: #59585b 1px solid;
	position: absolute;
	z-index: 100;
}

	.popupPic {
		width: 480px;
		height: 385px;
		margin: 10px;
	}
	
		.popupPic img {
			border: #59585b 1px solid;
		}
	
	.popupContent {
		width: 405px;
		margin: 10px 10px 10px;
		text-align: left;
		display: inline;
		float: left;
	}