@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0px;
	background: url(/site_files/img/bg_body.gif) repeat;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

.printOnly{
	display: none;
}

#container{
	position: relative;
	width: 990px;
	margin: 0px auto 26px auto;
	text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.cleaner {
    clear: both;
}

a img{
	border:0 !important;
}

/*******************************************************
 *   TEKST GROOTTES / STANDAARD TEXT ELEMENTEN
 *******************************************************/
.smallText{
	font-size: 10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 13px 0px;
	color: #0f6ab4;
	font-size: 14pt;
}

h2{
	font-size: 13px;
	color: #0F6AB4;
	font-weight: bold;
}

a{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #0f6ab4
}

/*******************************************************
 *   HEADER
 *******************************************************/
#header{
	height: 113px;
}

#header #logo{
	float: left;
	width: 228px;
}

#header #logo img{
	margin: 44px 0px 0px 21px;
}

#header .productBlockSmall{
	width: 168px;
	height: 100%;
	float: left;
	border-left: 1px solid #e3e3e3;
}

#header .productBlockBig{
	width: 506px;
	height: 100%;
	float: left;
	border-left: 1px solid #e3e3e3;
}

#header .employeeBlock{
	height: 100%;
	width: 254px;
	overflow: hidden;
	float: left;
	border-left: 1px solid #e3e3e3;
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

#header #employeeFade{
	margin: 0px;
	padding: 0px;
}

#header #employeeFade li{
	overflow: hidden;
	width: 254px;
}

/*******************************************************
 *  MENU
 *******************************************************/
#menuHolder{
	height: 34px;
	background: url(/site_files/img/bg_menu.gif) repeat-x;
	margin-bottom: 16px;
	padding-left: 15px;
}

#menuHolder .right{
	position: absolute;
	right: 0px;
	width: 8px;
	height: 34px;
	/*background: url(/site_files/img/bg_menu_right.gif);*/
}

#topMenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topMenu li{
	float: left;
	color: #FFFFFF;
	padding: 8px 13px 0px 0px;
	margin-right: 42px;
}

#topMenu li a{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

#topMenu li.active{
	background: url(/site_files/img/topMenu_active.gif) no-repeat right 13px;
}

/*******************************************************
 *   LINKER KOLOM IN MAIN CONTENT
 *******************************************************/

#leftColumn{
	float: left;
	width: 228px;
}

#leftColumn .blockTop{
	width: 199px;
	height: 4px;
	margin-left: 17px;
	background:url(/site_files/img/bg_block_left_top.gif) repeat-y;
}

#leftColumn .block{
	width: 199px;
	margin-left: 17px;
	background:url(/site_files/img/bg_block_left_middle.gif) repeat-y;
}

#leftColumn .blockBottom{
	width: 199px;
	height: 5px;
	margin-left: 17px;
	background:url(/site_files/img/bg_block_left_bottom.gif) repeat-y;
}

#leftColumn h2 {
	padding: 0 10px 3px 10px;
}



/******************************** 1e niveau *****************************************/
#leftColumn #leftMenu{
	margin: -3px 0px 0px 1px;
	padding: 0px 0px 10px 0px;
	width: 191px;
	list-style: none;
	overflow: hidden;
}

#leftColumn #leftMenu li{
	padding: 8px 0px 6px 13px;
	background: url(/site_files/img/leftMenu_grey_line.gif) bottom center no-repeat;
	display: block;
}

#leftColumn #leftMenu li a{
	color: #333333;
	text-decoration:none;
	width: 16px;
	padding-right: 13px;
	display: block;
	width: 150px;
}

#leftColumn #leftMenu li a:hover {
	color: #0f6ab4;
	font-weight: bold;
	background: url(/site_files/img/leftMenu_active_white.gif) no-repeat right center;
}

#leftColumn #leftMenu li.active a,
#leftColumn #leftMenu li.active a:hover {
    color: #0f6ab4;
    font-weight: bold;
	background: url(/site_files/img/leftMenu_active_darkblue.gif) no-repeat right center;
}

#leftColumn #leftMenu li.active{
	margin-top: -1px;
	padding: 8px 0px 6px 13px;
	background: #a2c8eb;
	_height: 1px;
}
/**************************** einde 1e niveau ***************************************/

/******************************** 2e niveau *****************************************/
#leftColumn #leftMenu li ul{
	margin: 6px 0px -6px -13px;
	padding: 0px;
	list-style: none;
	background: #e7f0f7;
    background-image: none;
	font-weight: normal;
}

#leftColumn #leftMenu li ul li{
	margin-left: 12px;
	background: #e7f0f7 url(/site_files/img/leftMenu_blue_line.gif) center top  no-repeat;
}

#leftColumn #leftMenu li ul li.no-line{
	background-image: none;
}

#leftColumn #leftMenu li ul li.active{
    background: url(/site_files/img/leftMenu_blue_line.gif) center top  no-repeat;
}

#leftColumn #leftMenu li ul li.active.no-line{
    background: none;
}

#leftColumn #leftMenu li ul li a{
	font-weight: normal;
	color: #000000!important;
    font-weight: normal!important;
	background-image: none!important;
}

#leftColumn #leftMenu li ul li.active a,
#leftColumn #leftMenu li ul li a:hover{
	color: #0f6ab4!important;
	text-decoration: underline;
	font-weight: normal;
}


/**************************** einde 2e niveau ***************************************/



/*******************************************************
 *   BREADCRUMB
 *******************************************************/
#breadcrumb .current{
	color: #0061AF;
}

#breadcrumb a{
	text-decoration: none;
	color: #666666;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

/*******************************************************
 *   RECHTER KOLOM IN MAIN CONTENT
 *******************************************************/


#rightColumn{
	float: left;
	width: 238px;
}

#rightColumn #quickLinks{
	margin-left: 13px;
	color: #0061af;
}

#rightColumn #quickLinks a{
	color: #0061af;
	text-decoration: none;
}

 #searchForm{
	margin: 5px 0px 15px 0px;
}

#searchForm .inputField{
	width: 172px;
	height: 17px;
	border: 1px solid #c6c7d1;
	margin: 0px;
	font-size: 12px;
	color: #0062b0;
	font-size: 11px;
	padding: 2px 0px 0px 12px;

}

#searchForm .button{
	position: relative;
	top: 4px;
	left: 6px;
}

#rightColumn .blockTop{
	width: 228px;
	height: 4px;
	background:url(/site_files/img/bg_block_right_top.png) repeat-y;
}

#rightColumn .block{
	width: 198px;
	padding: 5px 15px 5px 15px ;
	background:url(/site_files/img/bg_block_right_middle.png) repeat-y;
}

#rightColumn .blockBottom{
	width: 228px;
	height: 5px;
	background:url(/site_files/img/bg_block_right_bottom.png) repeat-y;
}

#rightColumn .block ul li{
	list-style-position: outside;
	margin-left: -25px;
}



/*******************************************************
 *   MIDDEN KOLOM IN MAIN CONTENT
 *******************************************************/

#centerColumn{
	float: left;
	width: 523px;
	overflow: hidden;
}

#centerColumn .blockTop{
	width: 511px;
	height: 4px;
	background:url(/site_files/img/bg_block_center_top.gif) repeat-y;
}

#centerColumn .block{
	width: 470px;
	padding: 9px 26px 15px 16px ;
	background:url(/site_files/img/bg_block_center_middle.gif) repeat-y;
}

#centerColumn .blockBottom{
	width: 511px;
	height: 5px;
	background:url(/site_files/img/bg_block_center_bottom.gif) repeat-y;
}

#centerColumn .block ul{
	margin-left: -25px;
	.margin-left: 15px;
	_margin-left: 15px;
	list-style-position: outside;


}

/*******************************************************
 *  FOOTERS
 *******************************************************/


#valueFooter{
	margin-top: 34px;
	clear: both;
	height: 46px;
	background-color: #010101;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	padding: 28px 0px 0px 0px;
}

#valueFooter div{
	right: 16px;
	top: 14px;
}

#linkFooter{
	height: 19px;
	margin-left: 15px;
	margin-top: 3px;
	height: 23px;
	color: #000000;
}

#linkFooter a{
	text-decoration: none;
	color: #000000;

}

#linkFooter a:hover{
	text-decoration: underline;
}

/*******************************************************
 *  IE7 / IE6 FIXES
 *******************************************************/
.blockTop, .blockBottom{
	font-size: 0px;
}

#rightColumn #searchForm .button{
	.top: 2px;
	.left: 6px;
}

#leftColumn #leftMenu li.active{
	_height: 1px;
}

/*******************************************************
 *  SITEMAP
 *******************************************************/
.XSLsitemap_site {
 	font-weight: bold;
	color: #0f6ab4;
	text-decoration: none;
}

.XSLsitemap_site_sub {
 	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.XSLsitemap_site_subsub{
 	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}


/*********************************************************
* FORMULIEREN
**********************************************************/
.formRow {
    display: block;
    width: 100%;
    clear: both;
}
.formRow label {
    display: block;
    width: 200px;
    floaT: left;
}
.formRow input, .formRow select, .formRow textarea {
    display: block;
    width: 240px;
    floaT: left;
}


/*********************************************************
* Google Customsearch
**********************************************************/
.searchResult .title{
	font-weight: bold;
	text-decoration: none;
}

.searchResult .readMore{
	color: #0f6ab4;
}

#GSE_pagnation .active{
	font-weight: bold;
}

/*****************************************************
 * STANDAARD ALINEATYPES
 *****************************************************/
 /* speciaal voor contactform alineatype */
label{
	float: left;
	width: 200px;
}

.select{
	width: 218px;
}

 /* einde speciaal voor contactform alineatype */

a img{
	border: 0;
}

.cms_3kolommen{
    width: 100%;
}

.cms_3kolommen div{
    width: 30%;
    float: left;
    text-align:justify;
}

.cms_3kolommen_last_row{
    padding-right:0px;
}

.cms_3kolommen_row{
    padding-right:20px;
}

.cms_2kolommen{
    width: 100%;
    clear : both;
}

.cms_2kolommen div{
    width: 49%;
    float: left;
}

.cms_afbeeldingrechts{
    padding: 0px 0px 10px 10px;
    float : right;

}

.cms_afbeeldinglinks{
    padding: 0px 10px 10px 0px;
    float : left;

}

.cms_cleaner{
    height : 1px;
    width : 100%;
    float : left;
    display:inline;
}
.cleaner {
    clear: both;
}
.devider {
  background-color: #0F6AB4;
  width: 100%;
}

.paragraph {
  width: 100%;
  padding-bottom: 15px;
  float:left;
  clear: both;
  /* weggehaald ivm borders van tabellen die wonderbaarlijk verdwenen... */
  /*overflow: hidden;*/
}

.errormessage {
    background-color: #FFDFDF;
    border: 1px solid #CC0000;
    color: #CC0000;
    padding: 16px;
}
.errormessage ul {
    margin: 0px 0px 0px 16px;
    margin: 0px;
}

label.error {
    color: #CC0000;
}
.lb_textfield {
    padding: 0px 18px 0px 12px;
}

.noBorder {
    border: 0px;
}
.noBorder td {
    border: 0px;
}

.eenpxborder {
	border-collapse: collapse;
}
.eenpxborder td {
    border: 1px solid #0F6AB4 !important; 
}

.tweepxborder {
    border-collapse: collapse;
}
.tweepxborder td {
    border: 2px solid #0F6AB4; 
}

.driepxborder {
    border-collapse: collapse;
}
.driepxborder td {
    border: 3px solid #0F6AB4; 
}