html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	_height:99%;
}

body{
	position:relative;
	height:100%;
	width:960px;
	margin:0px auto;
	padding:0px;
	border:0px;
}

#copydisc{
position:absolute;
top:20px;
right:0px;
}

#logo{
	position:absolute;
	top:9px;
	left:85px;
	width:165px;
	height:111px;
	background: url(../images/logo.jpg) no-repeat;
	cursor:pointer;
}

#menu{
	position:absolute;
	top:133px;
	width:100%;
	height:35px;
	background: url(../images/menu_background.jpg) repeat-x;
	text-align:center;
/*z-index: 10;*/
}

#menu_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
/*z-index: 10;*/
}

#content{
	position:relative;
	top:168px;
	bottom:0px;
	width:100%;
}

		#content_image{
			float:left;
			width:480px;
			height: 500px;
			margin-top:-150px;
		}
		
		#content_text{
			float:right;
			width:427px;
			padding:0px 10px 20px 33px;
			overflow:auto;
			display:none;
		}
		
		#content_blocks{
			position:relative;
			height:150px;
			width:100%;
			z-index:3;
		}

				.block{
				margin:17px 0px 0px 26px;
				float:right;
				width:134px;
				height:104px;
				z-index:4;
				}

				
				.block_overlay{
					position:relative;
					height:100%;
					width:100%;
				}

/* ______________VACATURE OPMAAK__________________ */

.vacature_rij{
width:400px;
clear:both;
}

.vacature_optie{
width:150px;
font-weight:bold;
float:left;
}

.vacature_omschr{
width:250px;
font-weight:normal;
float:left;
}

