html{
	margin: 0;
	padding: 0;

}
html, body, #wrap{
	height: 100%;
}

	body > #wrap {
	height: auto;
	min-height: 100%;
	}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/page_bg_2.jpg);
	background-repeat: repeat-x;
}

div, p, td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#container{
	padding: 0;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
}

#main {padding-bottom: 110px;}

ul, p, li{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: disc;
	margin-left:15px;
}

a{
	color: #3F1DAD;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*-----------------navigatie boven----------------------*/

#navtop{
	padding-left:7px;
	height: 49px;
	width: 980px;
	position: absolute;
	float: left;
	clear: both;
	text-align: left;
	z-index: 9999;
	top: 175px;
}

#nav{
	position: relative;
	top: 16px;
	left: 24px;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #C1D72E;
}

#nav li a{
	color: #000;
	text-decoration: none;
}

#nav li a:visited{
	color: #000;
	text-decoration: none;
}

#nav li a:hover{
	text-decoration: underline;
}

#nav li a.selected{
	color: #C1D72E;
}

#header{
	margin: 0;
	position: relative;
	float: left;
	clear: both;
	background-image: url(../img/header_temp_2.jpg);
	width: 980px;
	height: 183px;
}

#logo-link {
	padding: 0;
	margin: 0;
	display: block;
	height:75px;
	left:33px;
	position:absolute;
	top:57px;
	width:275px;
}

#breadcrumb{
	position: absolute;
	top: 230px;
	left: 34px;
	z-index: 9998;
}

#breadcrumb a{
	color: #3F1DAD;
	text-decoration: none;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#breadcrumb a.selected{
	color: #000;
}

#flashcontent{
	margin: 0;
	position: relative;
	float: right;
	clear: none;
	width: 665px;
	height: 174px;
	/* background-image: url(../img/moteq-static.jpg); */
}

#rightcol{
	margin: 0;
	width: 630px;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
	padding: 55px 0px 0px 6px;
}

/*-----------standaard rechterkolommen----------------*/

#rightcol h1, #rightcol h3, #leftcol h1, #midcol h1, #rcol h1 {
	color: #9FA615;
	font-size: 16px;
}



#rightcol h1, #midcol h1, #rcol h1{
	margin: 0px;
	padding-bottom: 10px;
}

#rightcol h2,  #midcol h2, #rcol h2{
	color: #8C8C8C;
	font-size: 13px;
	margin: 0;
}

/*
#rightcol p,  #midcol p, #rcol p, #rightcol ul,  #midcol ul, #rcol ul{
	padding-top: 6px;
	padding-bottom: 20px;
}
*/

h2 {
	padding-top: 20px;
}

#midcol{
	margin: 0;
	width: 300px;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
	padding: 55px 0px 0px 6px;
}

#rcol{
	margin: 0;
	width: 300px;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
	padding: 55px 0px 0px 16px;
}

/*-------------- google maps ------------------------------------ */
#map_canvas {
	float:right;
}


/*---------------buttons onderaan op de homepage------------------*/

#buttons{
	background-image: url(../img/box_gradient_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #c1d72e;
	width: 620px;
	height: 160px;
	margin-top:15px;
}

#buttons img{
	border: none;
	/*float: left;*/
	clear: none;
	/*padding-right: 8px;*/
	padding-right:1px;
}

.verwijsbuttons{
	padding: 35px 0px 0px 0px;
}

.omlaag {
	padding-top:105px;
}

/* ------------------linkerkolom----------------------- */

#leftcol{
	margin: 0;
	width: 320px;
	position: relative;
	float: left;
	clear: none;
	padding: 80px 0px 0px 19px;
	text-align: left;
}

/*.leftbox{
	padding-left: 15px;
	height: 173px;
	width: 285px;
	position: relative;
	top: 25px;
	float: left;
	clear: both;
	background-image: url(../img/box_gradient_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #c1d72e;
	line-height: 20px;
}

.leftbox a{
	color: #3C239B;
	text-decoration: none;
	letter-spacing: -1px;
}

.leftbox a:hover{
	text-decoration: underline;
}
/*

/*-----------------linkermenu----------------------*/

.leftmenu{
	padding: 0px 0px 10px 15px;
	position: relative;
	float: left;
	clear: both;
}
.leftmenu ul{
	margin: 0;
	padding:0;
}

.leftmenu li{
	list-style-type: none;
	white-space: nowrap;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 285px;
	height: 21px;
}

.leftmenu li a{
	color: #000;
	text-decoration: none;
}

.leftmenu li a:hover, #leftmenu li a.selected{
	color: #9FA615;
}

.submenu-level2{
	background-image: url(../img/menu_links_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.submenu-level2 a{
	padding-left: 20px;
}

/*-------------------buttons aan de linkerkant-----------------------*/
#tempfiller{
	width: 300px;
	height: 300px;
	background-color: #3F1DAD;
}

#buttons-left{
	position: relative;
	float: left;
	clear: both;
	background-image: url(../img/box_gradient_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #c1d72e;
	width: 300px;
	height: 237px;
	padding: 20px 0px 10px 0px;
}

#buttons-left img{
	border: none;
	float: left;
	clear: none;
}



/* ------------------footer----------------------- */

#footer {
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear: both;
	width: 100%;
	background-color: #F8F8F8;
	background-image: url(../img/footer_bg2.jpg);
	background-repeat: repeat-x;
}

#footercontent{
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 18px;
}

#footercontent ul{
	color: #8c8c8c;
	display: block;
	float: left;
	clear: none;
}

#footercontent ul li{
	list-style-type: none;
	padding-left: 34px;
}

#footercontent ul li a{
	color: #8c8c8c;
	text-decoration: none;
	font-weight: bold;
}

#footercontent ul li a:hover{
	text-decoration: underline;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo-link {
	display:block;
	height:95px;
	left:28px;
	position:absolute;
	top:50px;
	width:289px;
}

.required {
	background-image:url("../img/asterix.gif");
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:15px;
}

div.blok_container {
	background:url("../img/box_gradient_bg.jpg") repeat-x scroll center top #FFFFFF;
	border-top:1px solid #BCD82E;
	padding:15px;
	width:270px;
}

.label-snelzoeken {
	width: 90px;
	display: inline-block;
	height: 23px;
}

a, a:visited, a:link, a:active {
	color:#3C239B;
	font-weight:bold;
	text-decoration:none;
}

.detail_header {
	border-bottom:1px solid #BCD82E;
	border-top:1px solid #BCD82E;
	color:#4C4C4C;
	font-style:italic;
	height:60px;
	line-height:1.8;
	padding:8px 20px 0 0;
}

div.links {
	float:left;
}

div.rechts {
	float:right;
}

.vacaturemodule_detaillabel  {
	font-weight:bold;
	padding:8px 0 0;
}

.detail_text {
	color:black;
	line-height:1.4;
}

.menubalk {
	border-bottom:1px solid #BCD82E;
	border-top:1px solid #BCD82E;
	height:20px;
	line-height:1.2;
	padding:20px 0;
}

.knopje, input.button2 {
	background:url("../img/button1.gif") no-repeat scroll 0 2px transparent;
	color: #fff;
	cursor:pointer;
	display:block;
	font-weight:bold;
	height:23px;
	line-height:20px;
	margin:0;
	padding:2pt 0;
	text-align:center;
	width:89px;
	border: 0;
}

.knopje a {
	color: #fff;
	text-decoration: none;
}

.buttonruimte {
	margin-right:20px;
}

.button_pijl {
	background:url("../img/pijltje-zwart.jpg") no-repeat scroll right center transparent;
	color:black;
	cursor:pointer;
	font-weight:bold;
	height:22px;
	margin:0;
	padding-top:4pt;
	text-align:left;
	width:115px;
}

.button a:visited {
	color:white;
	text-decoration:none;
}

.button a {
	color:white;
	text-decoration:none;
}

h1.bloktitel {
margin-top:0;
}

.latest_title {
padding-left:0;
padding-top:5px;
}

dd {
	margin: 0;
}

dt {
	font-weight: normal;
}

.errors li {
color:#FF0000;
font-weight:bold;
list-style:none outside none;
margin-left:0;
padding:6px;
}

#apply_form {
background-color:#fde7c4;
/*background-image:url("../img/bg_formulier.jpg")*/
background-repeat:repeat-x;
border-bottom:1px solid #fde7c4;
border-top:1px solid #fde7c4;
padding-left: 20px;
}

.adres-blok {
	margin-bottom: 15px;
}

.selecteer-optie {
	color: gray;
}

.form_hint {
	float: right;
	margin-right: 10px;
	color: gray;
}
