@charset "UTF-8";
/* CSS Document */

body	{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#E8E8E8;
}

h1	{
	font-size:18px;
	font-weight:100;
	color:#007486;
	margin-bottom:20px;
}

p	{
	margin:0;
	padding-bottom:15px;
}

a img	{
	border:0px;
}


ul	{
	list-style-image:url(images/listitem.png);
}

#header	{
	height:181px;
	background-image:url(images/bg_header_181.png);
	background-repeat:repeat-x;
	padding-left:35%;
}

#header img	{
	margin-left:-300px;
	cursor:pointer;
	border:0px;
	outline:none;
}

#wrapper	{
	min-width:950px;
	position:relative;
}

#menu	{
	background-color:#000;
	height:32px;
	margin:0;
	padding:0;
	padding:12px 0 0 20px;
}

#menu a	{
	text-decoration:none;
	color:#FFF;
}

#menu li#werkgevers	{
	background-image:url(images/werkgevers.png);
}

#menu li#werknemers {
	background-image:url(images/werknemers.png);
}

#menu li#voordelen {
	background-image:url(images/voordelen.png);
}

#menu li#werving {
	background-image:url(images/werving.png);
}

#menu li#contact {
	background-image:url(images/contact.png);
}

#menu li	{
	display:inline;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background-repeat:no-repeat;
	padding:12px 12px 40px 40px;
}

#contactboard	{
	background-image:url(images/contactboard_295_172.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:260px;
	height:98px;
	position:absolute;
	top:70px;
	right:20%;
	margin-right:-172px;
	padding:75px 20px 0px 20px;
	text-align:center;
	z-index:99;
}

#contentwrapper	{
	padding:50px 0px 0px 100px;
	background-color:#FFF;
	background-image:url(images/bg_body.png);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	word-spacing:0.3em;
	line-height:1.5;
}

#contentwrapper a	{
	text-decoration:none;
	color:#39ABB3;
}

#contentwrapper a:hover	{
	color:#006171;
	text-decoration:underline;
}

#contentwrapper table	{
	border-collapse:collapse;
}

#contentwrapper table th	{
	color:#FFF;
	background-color:#4994AA;
	border:0px solid #333;
	text-align:right;
	padding:2px 10px 2px 10px;
	width:120px;
}

#contentwrapper table td	{
	padding-left:7px;
}

.vacature	{
	display:block;
	margin-bottom:15px;
}

#content1	{
	width:42%;
	float:left;
	margin-right:5%;
	margin-left:5%;
}

#content2	{
	width:42%;
	float:left;
	margin-top:59px;
	margin-right:5%;
}

#pageimage	{
	position:absolute;
	left:0px;
	top:350px;
	z-index:100;
}

.input_contactboard	{
	background-image:url(images/input_244_25.png);
	width:215px;
	height:16px;
	outline:none;
	border:none;
	background-color:transparent;
	padding:5px 15px 5px 15px;
	margin-bottom:3px;
	text-align:center;
	color:#999;
}

.submit_contactboard	{
	background-image:url(images/contactboard_button_295_38.png);
	width:301px;
	height:39px;
	outline:none;
	border:none;
	background-color:transparent;
	position:absolute;
	top:173px;
	left:-1px;
	font-size:11px;
	color:#666;
	cursor:pointer;
}

.submit_contactboard:hover	{
	background-image:url(images/contactboard_button_295_38_ovr.png);
	color:#000;
}

#footer	{
	border-top:1px solid #999;
	margin:30px 50px 15px 135px;
	padding:10px 5px 5px 0;
	font-size:10px;
	color:#999;
}

#footer a	{
	font-size:10px;
	color:#999;
	text-decoration:none;
}

#footer a:hover	{
	color:#666;
	text-decoration:underline;
}

