/* ALGEMEEN */

body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: arial, sans-serif;
	background-color: #999999;
	background-image: url(../images/backgroundtop.gif);
	background-repeat: repeat-x;
}

a {
text-decoration:  none;
border: none;
color: #ffffff;
}

a:hover {
text-decoration:  underline; 
border: none;
color: #ffffff;
}

.style1 {
	color: #ec2933;
	font-weight: bold;
	font-size: 24px;
}

div.top {
text-align: left;
}

.clr {
	clear: both;
}

/* Webgedeelte */

#deel1 {
width:1015px;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-bottom: 0px;
}

	#deel1_header {
		height: 120px;
		width: 1015px;
		background-image: url(../images/header.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding-top: 37px;
	}
	
	#deel1_adres, #deel1_telefoon, #deel1_internet {
		width: 230px;
		height: 50px;
		font-size: 12px;
		font-style: italic;
		position: absolute;
		display: block;
		float: left;
		color: #ffffff;
		margin-top: 106px;	
	}
	
	#deel1_adres {
		margin-left: 370px;	
	}
	
	#deel1_telefoon {
		margin-left: 570px;	
	}
	
	#deel1_internet {
		margin-left: 770px;	
	}
	

#deel2 {
width:1015px;
font-family: arial, sans-serif;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-bottom: 0px;
background-color: #999999;
}
	
		#deel2 a {
			text-decoration: underline;
			font-weight: normal;
			border: none;
			color: #ec2933;
			}
			
		#deel2 a:hover {
			text-decoration: none; 
			border: none;
			color: #ec2933;
			}
	
		#deel2_left {
			width: 325px;
			position: relative;
			display: block;
			float: left;
			font-size: 12px;
			color: #000000;
			background-color: #999999;
		}
		
		#deel2_right {
			width: 690px;
			min-height: 325px;
			position: relative;
			display: block;
			float: left;
			font-size: 14px;
			background-color: #ffffff;
			background-image: url(../images/content_bg_bottom.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
		}
		#deel2_right_content {
			width: 615px;
			font-size: 14px;
			padding-left: 45px;
			padding-right: 30px;
		}

#deel3 { 
text-align:center;
font-size: 10px;
color: #000000;
background-image: url(../images/bottom_bg.gif);
background-repeat: repeat-x;
}

	#deel3_bottom {
	width: 1015px;
	height: 106px; 
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	color: #606060;
	background-image: url(../images/bottom_bg_content.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
	}
	
		#deel3_bottom_left {
			width: 400px;
			position: relative;
			display: block;
			float: left;
			margin-left: 330px;
			text-align: left;
		}
		
		#deel3_bottom_right {
			width: 277px;
			position: relative;
			display: block;
			float: left;
			text-align: right;
		}
		
		#deel3 a {
		text-decoration: underline;
		font-weight: normal;
		border: none;
		color: #606060;
		}
		
		#deel3 a:hover {
		text-decoration: none; 
		border: none;
		color: #757575;
		}
