body
	{
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
}

body, p, td{
	font: 12px arial;
	line-height: 16px;
	color: #000;
}

p{
	margin-top: 10px;
	margin-bottom: 13px;
}
	
a{
	color: #0e63aa;
	text-decoration: underline;
}
	
a:visited{
	color: #0e63aa;
	text-decoration: underline;
}
	
a:hover{
	color: #0e63aa;
	text-decoration: none;
}
	
a.info{
	color: #0064c4;
	text-decoration: underline;
}
	
a.info:visited{
	color: #0064c4;
	text-decoration: underline;
}
	
a.info:hover{
	color: #0064c4;
	text-decoration: none;
}

a.footer{
	color: #6b5c59;
	font: 9px Verdana;
	text-decoration: underline;
}
	
a.footer:visited{
	color: #6b5c59;
	font: 9px Verdana;
	text-decoration: underline;
}
	
a.footer:hover{
	color: #6b5c59;
	font: 9px Verdana;
	text-decoration: none;
}
	
a.mainmenu{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.mainmenu:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.mainmenu:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.submenu{
	color: #fff;
	text-decoration: none;
}
	
a.submenu:visited{
	color: #fff;
	text-decoration: none;
}
	
a.submenu:hover{
	color: #fff;
	text-decoration: none;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}
	
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

/* ________________ containers ________________ */

#vhd{
	text-align: center;
	background: #fff url('../images/background_gradient.gif') repeat-x;
}

#container{
	position: absolute;
	text-align: left;
	left: 50%;
	top: 0px;
	width: 916px;
	height: 1010px;
	margin-left: -458px; /* half of width */
	background: #fff;
}

#logo{
	position: absolute;
	top: 19px;
	left: 30px;
	width: 233px;
	height: 78px;
	background: transparent url('../images/logo.gif') no-repeat;
	z-index: 3;
}

#zoek{
	position: absolute;
	top: 10px;
	left: 640px;
	width: 260px;
	height: 30px;
	z-index: 3;
	display:none;
}

#campagne_top{
	position: absolute;
	top: 56px;
	left: 512px;
	width: 386px;
	height: 287px;
	z-index: 10;
}

#header{
	position: relative;
	width: 916px;
	height: 343px;
	background: transparent url('../images/header.gif') no-repeat;
	z-index: 2;
}

	#sitemenu{
		position: absolute;
		left: 7px;
		top: 117px;
		width: 525px;
		height: 190px;
	}
		
		#sitemenu ul{
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
			#sitemenu ul li{
				padding-top: 0px;
				height: 25px;
			}
			
		#sitemenu .sitesubmenu{
			position: absolute;
			left: 231px;
			top: 16px;
			width: 304px;
			height: 190px;
		}

			#sitemenu .sitesubmenu ul{
				list-style: none;
				margin: 0;
				padding: 0;
				padding-left: 59px;
			}
		
				#sitemenu .sitesubmenu ul li{
					padding-top: 0px;
					height: 22px;
					padding-bottom: 3px;
				}


	#mainmenu{
		position: absolute;
		left: 20px;
		top: 320px;
		width: 525px;
		height: 23px;
	}
		
		#mainmenu ul{
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
			#mainmenu ul li{
				float: left;
				padding-top: 2px;
				height: 23px;
			}

#content{
	position: relative;
	width: 916px;
	background: transparent url('../images/middle.gif') repeat-y;
	z-index: 2;
}

	#campagne_tekst{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 916px;
		height: 95px;
	}

	#content_padding{
		float: left;
		position: relative;
		padding-left: 34px;
		padding-top: 98px;
		width: 605px;
	}

	#info_blok{
		float: left;
		position: relative;
		padding-left: 30px;
		padding-top: 98px;
		width: 200px;
		background: transparent url('../images/lijn.gif') no-repeat;
	}

#footer{
	position: relative;
	width: 916px;
	height: 35px;
	background: transparent url('../images/footer.gif') no-repeat;
	z-index: 2;
	font: 9px Verdana;
	color: #6b5c59;
	clear:both;
}


.teamlid{
	float:left;
	width: 200px;
	height: 280px;
}