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

BODY{
	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ededed; 
	}

#header{
	background: #FFF url(../images/bg_body.gif) repeat-x top left; 
	height: 130px;
	margin-bottom: 0 0 10px 0;
	}
#voorbeeld{
	position: absolute;
	top: 48px;
	right: 30px;
	}
#headerwrapper{
	background: #FFF url(../images/bg_header.gif) repeat-x top left;
	width: 960px;
	height: 130px;
	margin: auto;
	position: relative;
	}

/* NAVIGATIE */

#nav{
	background: #FFF url(../images/bg_nav.gif) no-repeat top left; 
	width: 960px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	font-size: 14px;
	font-family: Myriad Pro, Arial;
	}
#nav li{
	background: url(../images/bg_nav_li_test.gif)  no-repeat top left;
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
	}
#nav li a{
	background: url(../images/bg_nav_li_a_test.gif) no-repeat top right;
	color: #FFF;
	text-decoration: none;
	padding: 14px 17px 12px 15px;
	display: block;
	}
#nav li a:hover{
	background: url(../images/bg_nav_li_a_hover_test.gif) no-repeat top right;
	}
	
/* QUICKNAV */

#quiknav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0px;
	color: #231f20;
	font-size: 11px;
	}
#quiknav a{
	color: #231f20;
	text-decoration: none;
	}
#quiknav a:hover{
	text-decoration: underline;
	} 
#quiknav li{
	float: left;
	}
#quiknav li.link{
	padding: 0 10px 0 10px;
	}
	
/* LOGO + PAYOFF */

#logo{
	position: absolute;
	top: 20px;
	left: 15px;
	}

#content{ 
background: #FFF; 
height: 100%;	
}

/* BREADCRUMS */

#breadcrums{
	background: #FFF;
	width: 960px;
	height: 30px;
	border-bottom: #dedede 1px solid;
	list-style: none;
	margin: auto;
	padding: 0;
	font-size: 11px;
	color: #a7a7a7;
	}
#breadcrums li{
	background:  url(../images/bg_breadcrums_a.gif) no-repeat bottom right;
	float: left;
	padding: 8px 15px 0 15px;
	height: 21px;
	}
#breadcrums li a {
	color: #a7a7a7;
	}
#breadcrums li a:hover{
	text-decoration: none;
	}
	
/* MAIN */

#main_home{ 
background: #FFF;
width: 960px; 
margin: auto;
border-top: #FFF 10px solid;
border-bottom: #FFF 10px solid;
}

#main{ 
background: url(../images/bg_main.gif) repeat-y top left;
width: 960px; 
margin: auto;
border-top: #FFF 10px solid;
border-bottom: #FFF 10px solid;
}


/* EYECATCHER */

#eyecatcher{
	background: url(../images/bg_eyecatcher_small.gif) repeat-x bottom left;
	height: 234px;
	border-bottom: #DEDEDE 1px solid;
	position: relative; 
	}
#eyecatcher img{
	border: none;
	}
	
#highlight{
	width: 680px;
	position: absolute; 
	top: 15px;
	left: 15px;
	color: #FFF;
	font-family: Myriad pro, Arial;
	font-size: 14px;
	}
#highlight h1{ font-size: 36px; margin: 0 0 20px 0; padding: 0;}

#recent{
	position: absolute;
	top : 15px;
	left: 730px;
	width: 215px;
	color: #FFF;
	}
#recent h2{ font-size: 24px; margin: 0 0 20px 0; padding : 0;}
	
/* BLOKKEN */

#blokken{ background: url(../images/bg_blokken.gif) repeat-x bottom left; height: 180px; position: relative; margin: 0 0 5px 0; color: #6e6e6e; text-align: justify; }
#blokken h1{ color: #008dcf; font-size: 22px; font-weight: normal; padding: 0 0 20px 0; margin: 0px; font-family: Myriad Pro, Arial;}
#blokken .blok1{ position: absolute; position: relative; top : 15px; left: 15px; width: 210px;}
#blokken .blok2{ position: absolute; top : 15px; left: 258px; width: 210px;}
#blokken .blok3{ position: absolute; top : 15px; left: 495px; width: 210px;}
#blokken .blok4{ position: absolute; top : 15px; left: 735px; width: 210px;}

#blokken .meer_info{ position: absolute; top: 125px; left: 0px; cursor: pointer; border: none;}
#blokken .contact{
	position: absolute;
	top: 125px;
	right: 0px;
	cursor: pointer;
	border: none;
	background-image: url(Contact);
}


/* SUB FOOTER */

#subfooter{
	height: 120px;
	position: relative;
	}
#vacatures{
	background: url(../images/bg_werken_bij.gif) no-repeat top left;	
	position: absolute;
	height: 90px;
	width: 447px;
	padding: 15px;
	font-family: Myriad Pro, Arial;
	color: #7b7b7b;
	font-size: 16px;
	}
#vacatures a{ color: #008dcf; }
#vacatures a:hover{ text-decoration: none;}
#vacatures h3{ font-size: 24px; font-weight: bold; color: #505050; padding: 0 ; margin: 0 0 10px 0; font-family: Myriad Pro, Arial;}

#partners{
	background: url(../images/bg_partners.gif) no-repeat top left;
	position: absolute;
	left: 483px;
	height: 90px;
	width: 447px;
	padding: 15px;
	font-family: Myriad Pro, Arial;
	color: #7b7b7b;
	font-size: 16px;
	}
#partners a{ color: #008dcf; }
#partners a:hover{ text-decoration: none;}
#partners h3{ font-size: 24px; font-weight: bold; color: #505050; padding: 0 ; margin: 0 0 10px 0; font-family: Myriad Pro, Arial;}

#left{ 
width: 240px; 
float: left; 
}

#subnav{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
#subnav li{
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: #dedede 1px solid;
	}
#subnav li a{
	background: url(../images/bg_subnav_li_a.gif) no-repeat bottom left;
	color: #505050;
	text-decoration: none;
	padding: 9px 10px 9px 30px;
	display: block;
	}
#subnav li a:hover{
	background: #eeeeee url(../images/bg_subnav_li_a_hover.gif) no-repeat bottom left;
	color: #0093d0;
	}

#right{	
color : #505050; 
line-height: 18px; 
width: 695px; 
float: right;
text-align: justify; 
}
#right a{ color: #505050;}
#right a:hover{ color:#0093d0; text-decoration: none;}

#right h1{
	font-size: 36px;
	line-height: 40px;
	color: #505050;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: Myriad Pro, Arial;
	}
#right h2{
	color: #0093d0;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 10px 0;
	padding: 0;
	font-family: Myriad Pro, Arial;
	}
#right ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#right li{
	background: url(../images/bullits.gif) no-repeat bottom left;
	padding: 0 0 0 15px;
	}

#footer{ 
background: url(../images/bg_footer.gif) repeat-x top left;
color: #989898; 
line-height: 18px;
clear: both;
}
#footer a{
	color: #989898;
	text-decoration: none;
	}
#footer a:hover{
	text-decoration: underline;
	}
#footerwrapper{
	width: 960px;
	margin: auto;
	text-align: center;
	padding: 10px 0 10px 0;
	}

/* FORMULIER */

label {
	position: absolute; 
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px 3px 3px 110px;
	border: 1px solid #999999;
	font-size: 11px;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}