/******************************************/
/** 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
{
	color:#000000;
	font-size:2.5em;
	width:949px;
}

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;
}

img
{
	visibility:hidden;
}

/******************************************/
/** Structural elements
******************************************/
body
{
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica;
}

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

#box_left
{
	float:left;
	width:949px;
	height:20px;
}

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

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

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


#partners
{
	clear:both;
	width:0;
	height:0;
	margin:0 auto;
	visibility:hidden;
}

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

#footer
{
	color:#000000;
	height:25px;
	width:100%;
	clear:both;
}

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

#box_menu
{
	width:0;
	height:0;
	font-size:1.2em;
	visibility:hidden;
}

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

#mainmenu li
{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	margin-bottom: 2px;
	width:200px;
	list-style:none;
}

#mainmenu li a
{
	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
{
	width:175px;
	height:20px;
	line-height:20px;
	vertical-align:middle;	
	margin-bottom:0;
}

#mainmenu #submenu li a
{
	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;
}


/* MAIN */
.breadcrumb
{
	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;
}


/* Texteditor */
.text
{
	font-size:1.2em;
}

.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
{
	margin: 10px 0 10px 0;
	background-color:#eaeaea;
	padding:5px;
	width:100%;
}

#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;
}



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

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

/* Medewerkers */
.medewerker
{
	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:100%;	
}

.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;
}

.aanbieder .logo
{
	float:right;
}

.aanbieder dl
{
	width:100%;
	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;
}

#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 .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.gif") no-repeat;
	width: 27px;
	height: 32px;
}

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