/******************************************/
/** Third Party css
******************************************/

/*** Eric meyer's reset
****************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*** Clearfix
****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/******************************************/
/** Standard elements
******************************************/
h1
{
	background:#FFFFFF url("../images/logo.gif");
	width:200px;
	height:94px;
	text-indent:-9999px;
}

h1 a
{	
	width:200px;
	height:94px;
	display:block;
}

h2
{
	color:#000000;
	font-size:1.8em;
	font-weight:bold;
}

h3
{
	color:#d94c00;
	font-size:1.5em;
}

h4
{
	font-size:1.2em;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

hr
{
	border:0;
	color:#716F63;
	background-color:#716F63;
}

/******************************************/
/** Structural elements
******************************************/
body
{
	background: #FFFFFF url("../images/bg.gif") 0 0 repeat-x;
	font: 62.5% Verdana, Arial, sans-serif;	
}

#container
{
	background-color:#FFFFFF;
	margin: 25px auto;
	width:949px;	
}

#box_left
{
	float:left;
	width:200px;
	height: 100%;
	margin-bottom:20px;
}

#box_main_small
{
	float:left;
	width:535px;
	margin:100px 7px 20px 7px;
	height:100%;
	min-height:100%;
}

#box_main_large
{
	float:left;
	width:735px;
	margin:100px 7px 20px 7px;
	height:100%;
	min-height:100%;
}

#box_right
{
	float:right;
	width:200px;
}


#partners
{
	clear:both;
	width:949px;
	height:38px;
	margin:0 auto;	
}

#partners_cont
{
	background-color:#424242;
	width:198px;
	height:38px;
	float:left;
	padding-left:2px;
}

#footer
{
	color:#FFFFFF;
	background-color:#424242;
	height:25px;
	width:100%;
	clear:both;
}

#footer_text
{
	color:#cccccc;
	background-color:#424242;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	padding: 0 3px 0 3px 0;
	width:949px;
	margin:0 auto;
}

#box_menu
{
	margin:33px 0 0 0;
	font-size:1.2em;
}

/* MENU
*****************************/
#mainmenu
{
	list-style:none;
}

#mainmenu li a
{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	margin-bottom: 2px;
	width:197px;
	list-style:none;
	display:block;	
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0 0 0 3px;
	background-color:#ccc79f;
}

#mainmenu li a:hover
{
	display:block;
	color:#FFFFFF;
	background-color:#807c63;	
}

#mainmenu .huidige
{
	display:block;
	color:#FFFFFF;
	background-color:#807c63;	
}

/* Submenu */

#mainmenu #submenu
{
	list-style:none;
	margin:2px 0 2px 25px;
}

#mainmenu #submenu li a
{
	width:172px;
	height:20px;
	line-height:20px;
	vertical-align:middle;	
	margin-bottom:0;
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0 0 0 3px;
	background-color:#ccc79f;
}

#mainmenu #submenu li a:hover
{
	display:block;
	color:#FFFFFF;
	background-color:#807c63;
}

#mainmenu #submenu .huidige
{
	color:#FFFFFF;
	background-color:#807c63;
}

/* Submenu2 */

#mainmenu #submenu #submenu2
{
	list-style:none;
	margin:2px 0 2px 25px;
}

#mainmenu #submenu #submenu2 li a
{
	width:147px;
	height:20px;
	line-height:20px;
	vertical-align:middle;	
	margin-bottom:0;
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0 0 0 3px;
	background-color:#ccc79f;
}

#mainmenu #submenu #submenu2 li a:hover
{
	display:block;
	color:#FFFFFF;
	background-color:#807c63;
}

#mainmenu #submenu #submenu2 .huidige
{
	color:#FFFFFF;
	background-color:#807c63;
}


/* MAIN */
.info
{
	width:100%;
	height:20px;
}

.breadcrumb
{
	width:80%;
	float:left;
	color:#b3b3b3;
	background: #FFFFFF url("../images/breadcrumb.gif") 0 0.2em no-repeat;
	padding-left:10px;
	margin:3px 0 10px 0;
}

.breadcrumb a
{
	color:#b3b3b3;
	text-decoration:none;
}

.breadcrumb a:hover
{
	color:#b3b3b3;
	text-decoration:underline;
}

.print
{
	width:10%;
	float:right;
	text-align:right;
}

.print a
{
	text-decoration:none;
}

.print a:hover
{
	cursor: pointer;
	cursor: hand;
}


/* Texteditor */
.text
{
	font-size:1.2em;
	width:100%;
	clear:both;
}

.text ul
{
	margin-left: 20px;
}

.text ol
{
	margin-left:25px;
}

.text em
{
	font-style:italic;
}

.text sub
{
	vertical-align:sub;
}

.text sup
{
	vertical-align:super;
}

.text a
{
	color:#d94c00;
	text-decoration:none;
}

.text a:hover
{
	color:#d94c00;
	text-decoration:underline;
}

/* Nieuws */
#news, #vacatures, #newsletter
{
	margin: 0 0 10px 0;
	background-color:#eaeaea;
	padding:5px;
	width:190px;
}

#news p, #vacatures p
{
	margin: 2px 2px 5px 2px;
}

.newslist
{
	list-style:none;
	margin-top:5px;
	padding:0;
}

.newslist li
{
	background: transparent url("../images/breadcrumb.gif") 0 0.2em no-repeat;	
	padding: 0 0 3px 10px;
}

.newslist li a
{
	color:#d94c00;
	text-decoration:none;
}

.newslist li a:hover
{
	color:#d94c00;
	text-decoration:underline;
}

.newsitem
{
	margin-bottom:15px;
}

.newsitem_info
{
	color:#716f63;
	margin-bottom:6px;
}

.meer
{
	background:none;
	text-align:right;

}

.meer a
{
	color:#d94c00;
	text-decoration:none;
}

.meer a:hover
{
	color:#d94c00;
	text-decoration:underline;
}


.news_article
{
	width:100%;
	margin: 10px 0 10px 0;
	padding:10px; 
	background-color:#dedede;
}

.news_article dd
{
	padding:1px 0 1px 0;
}


#box_right h3
{
	background-color:#716f63;
	color:#FFFFFF;
	padding:2px;
	font-size:1.3em;
}

#box_right p
{
	padding:5px 0 10px 0;
}

#vacatures h3
{
	background-color:#d94c00;
}

.nieuwsbrief_article
{
	margin: 10px 0 10px 0;
	padding:10px; 
}



/* Medewerkers */
.medewerker
{
	width:725px;
	height:60px;
	background-color:#eaeaea;
	padding:5px;
	margin: 5px 0 5px 0;
}

.medewerker .foto
{
	float: right;
}

.medewerker .info
{
	float:left;
	width:500px;
}

.grijs
{
	background-color:#eaeaea;
	padding:5px;
	margin: 5px 0 5px 0;
}

/* Input fields */
.input_small
{
	width:50px;
}

.input_medium
{
	width:150px;
}

.input_large
{
	width:250px;
}

/* Form */
.edit_object
{
	background-color:#eaeaea;
	padding:10px;
	margin-top:10px;
}

.edit_object dd
{
	padding-left:10px;
	padding-bottom:5px;
}

.edit_object .button
{
	margin-top:10px;
}


/* Table publicaties */
.tabel
{
	margin:10px 0 0 0;
	width:735px;	
}

.tabel th
{
	color:#ffffff;
	background-color:#424242;
	text-align:left;
	padding:2px;
	font-weight:bold;
}

.tabel td
{
	padding:1px;
}

.tabel .small
{
	width:10%;
}

.tabel .medium
{
	width:20%;
}

.tabel .large
{
	width:50%;
}

.speciaal
{
	background-color:#dedede;
}

/* Aanbieders */
.aanbieder h3
{
	margin-bottom:5px;
	width:735px;
}

.aanbieder .logo
{
	float:right;
}

.aanbieder dl
{
	margin: 0 0 10px 0;
	padding:10px; 
	background-color:#dedede;
}

.aanbieder dd
{
	padding:1px 0 1px 0;
}

.aanbieder iframe
{
	padding:20px 0 20px 20px;
}

.error
{
	color:red;
	margin: 10px 0 5px 0;
}

/** Google Search
********************************************/
#search
{
	float:right;
	width:200px;
	margin-bottom:10px;
}

#search input
{
	width:130px;
}

#search input.submit
{
		width:60px;
}

#cse-search-results iframe
{
	float:left;
	width:735px;
	margin:100px 7px 20px 7px;	
	min-height:100%;
}

/** Footer
********************************************/

#footer_text a
{
	color:#cccccc;
	text-decoration:none;
}

#footer_text a:hover
{
	text-decoration:underline;
}


/** rollover
********************************************/
.rollover
{
	margin-top:2px;
	list-style-type: none;
}

.rollover li
{
	float: left;
	padding: 1px;
	text-indent: -9999px;
}

.rollover li a
{
	display: block;
	border: none;
	text-decoration: none;
}

/** rollover: Buttons
**************************/
.rollover .iris a
{
	background: transparent url("../images/logo_iris.gif") no-repeat;
	width: 32px;
	height: 32px;
}

.rollover .iris a:hover
{
	background: transparent url("../images/logo_iris.gif") 0 -32px no-repeat;
}

.rollover .actiris a
{
	background: transparent url("../images/logo_actiris.gif") no-repeat;
	width: 26px;
	height: 32px;
}

.rollover .actiris a:hover
{
	background: transparent url("../images/logo_actiris.gif") 0 -32px no-repeat;
}

/*
.rollover .vdab a
{
	background: transparent url("../images/logo_vdab.gif") no-repeat;
	width: 56px;
	height: 32px;
}

.rollover .vdab a:hover
{
	background: transparent url("../images/logo_vdab.gif") 0 -32px no-repeat;
}
*/
.rollover .vdab a,
.rollover .vdab a:hover
{
	background: transparent url("../images/logo_vdab.gif") no-repeat;
	width: 56px;
	height: 32px;
}

.rollover .vlaams a
{
	background: transparent url("../images/logo_vlaams.gif") no-repeat;
	width: 41px;
	height: 32px;
}

.rollover .vlaams a:hover
{
	background: transparent url("../images/logo_vlaams.gif") 0 -32px no-repeat;
}

.rollover .vgc a
{
	background: transparent url("../images/logo_vgc_1.gif") no-repeat;
	width: 27px;
	height: 32px;
}

.rollover .vgc a:hover
{
	background: transparent url("../images/logo_vgc_1.gif") 0 -32px no-repeat;
}
