@charset "UTF-8";

/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

@charset "utf-8";
html, body, .container_ov {
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
	width: 100%;
	height: 100%;
} 

/*************************************************************************** 

* The "height" above is a hack for IE5+/Win. Below it's adjusted using 

* the child selector to hide from IE5+/Win. 

* Without this, Moz1.0 adds a vertical scrollbar, & Firefox1.0/Opera7.54 

* cover everything with the footer when the viewport gets too small. 

***************************************************************************/ 

html {
	background-color:#333333;
	background-image: url(/_templates/roottemplate/styles/../images/main_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

html>body, html>body .container_ov {
	height: auto;
} 

body {
	margin: 0;
	width:100%;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b4b4b;
}

td {
	vertical-align:top;
}


a:active, a:link, a:visited, a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size:11px;*/
	text-decoration : none;
	color : #a2b62f;
	outline:none;
}

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

.clear {
	float:none;
	clear:both;
}

.container_ov {
	position:relative;
	margin:0 auto;
	background-image:url(/_templates/roottemplate/styles/../images/main/bg_fade_top_vervolg.jpg); background-repeat:repeat-x; background-position:top left;
} 

.main { 
	width:100%;
	margin-bottom:100px;
	height: auto;
	margin:0 auto;
} 

.main_header {
	width:984px;
	height:231px;
}
.header_ov {
	width:960px;
	height:231px;
	margin:0 0 0 12px;
	#margin:0 0 0 13px; /* IE 1 extra fx ivm resizing window */
	background-image:url(/_templates/roottemplate/styles/../images/header_line_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.main_content {
	width:984px;
	margin-top:30px;
	/*
	background-color:#FFFFCC;
	*/
}

.main_footer { 
	width:100%;
	height:100px;
	margin:0 auto;
} 

.footer { 
	width:100%;
	height:61px;
	position:absolute;
	bottom:0px;
	margin:0 auto;
}

.footer_content { 
	width:984px;
	height:61px;
}
.footer_ov {
	width:962px;
	height:61px;
	background-image:url(/_templates/roottemplate/styles/../images/footer_bg.gif);
	background-repeat:no-repeat; background-position:top left;
	margin:0 0 0 12px;
}

.table_main {
	margin:0 0 0 13px;
}
.content_td_left {
	width:260px;
}
.content_td_right {
	width:604px;
}

.left_content_ov {
	width:180px;
	display:table;
	margin:0 0 0 20px;
}



.sfeerfoto {
	height:230px;
	width:570px;
	/*
	overflow:hidden;
	*/
}

.footer_tekstblok1 {
	position:absolute;
	margin:20px 0 0 30px;
	color:#FFFFFF;
	width:200px;
	float:left;
}

.footer_tekstblok2 {
	position:absolute;
	margin:20px 0 0 380px;
	color:#FFFFFF;
	float:left;
	text-align:center;
}

.logo {
	position:absolute;
	margin:	48px 0 0 675px;
	width:240px;
	height:104px;
}
.product_overzicht_top {
	width:100%;
}

.submenu_item {
	width:180px;
	height:18px;
	clear:both;
	margin:0 0 6px 0;
}

.menu_hider {
	width:6px;
	height:5px;
	position:absolute;
	background-color:#fbfcf3;
	margin-left:2px;
	margin-top:13px;
}

.choose_language {
	width:160px;
	height:22px;
	background-image:url(/_templates/roottemplate/styles/../images/choose_language.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.languages_ov {
	width:150px;
	border:1px #c1d82f solid;
	border-top:none;
	height:44px;
	position:absolute;
	background-color:#FFFFFF;
}

.language {
	width:143px;
	height:14px;
	padding-top:5px;
	padding-left:5px;
	color:#a5a5a5;
	font-style:italic;
	cursor:pointer;
}

.language a:active, .language a:link, .language a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration : none;
	color : #a5a5a5;
}

.language a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration : underline;
	color : #a5a5a5;
}

.spacer {
	width:auto;
	height:4px;
	overflow:hidden;
}

h1 {
	padding:0px;
	margin:0 0 14px;
	font-size:26px;
	color:#00573d;
}

h2 {
	padding:0px;
	margin:0 0 4px;
	font-size:16px;
	color:#ADC525;
}

h3 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#00573d;
}

h4 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#adc525;
}

p {
	margin:0 0 15px;
}

hr { 
	height: 0px;
	border: 0; 
	border-top: 1px solid #c1d82f;
	margin-top:6px;
	margin-bottom:15px;
	clear:both;
}

.left_content_ov hr {
	margin-bottom:10px;
}

.media {
	margin:0 0 15px 0;
}

.youtube {
	width:220px;
	min-height:132px;
	margin:0 0 15px 0;
}

.div_sfeerimage {
	width:570px;
	height:230px;
	overflow:hidden;
	margin:0 0 0 0;
}

.sfeerimage_overlay {	
	background:url('/_templates/roottemplate/styles/../images/header_mask.png') no-repeat top left;
	position:absolute;
	width:251px;
	height:230px;
}

.cmsContentTemplate .sfeerimage_overlay {
	display:none;
}

.div_tekst {
	margin:0 0 15px 0;
}

.ul_bullets {
	margin:0 0 15px 0;
}

.titel_div {
	min-height:20px;
	margin:0 0 14px 0;
}

.header_right {
	width:480px;
	float:left;
}

.header_div {
	width:auto;
	height:auto;
	min-height:14px;
	margin:0 0 4px 0;
}

.lnk, .lnk_back {
	padding-bottom:14px;
}
a.back_lnk:link, a.back_lnk:active, a.back_lnk:visited, a.back_lnk:hover,
.lnk a:link, .lnk a:active, .lnk a:visited, .lnk a:hover {
	height:22px;
	padding-top:2px;
	padding-left:24px;
	text-decoration:none;
	background:url('/_templates/roottemplate/styles/../images/arrow_left.gif') top left no-repeat;
}
.lnk a:link, .lnk a:active, .lnk a:visited, .lnk a:hover {
	background:url('/_templates/roottemplate/styles/../images/arrow_right.gif') top left no-repeat;
}
a.back_lnk:hover, .lnk a:hover {
	text-decoration:underline;
}


.media_header_text {
	width:100%;
	min-height:14px;
	margin:0 0 14px 0;
	clear:both; /* FF */
}
.foto_left{
	margin: 0 20px 20px 0;
	float:left;
}
.foto_right{
	margin: 0 0 20px 20px;
	float:right;
}

.image_tr_tl {
	background-image:url(/_templates/roottemplate/styles/../images/bg_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.image_tr_tm {
	background-image:url(/_templates/roottemplate/styles/../images/bg_tm.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.image_tr_tr {
	background-image:url(/_templates/roottemplate/styles/../images/bg_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.image_tr_ml {
	background-image:url(/_templates/roottemplate/styles/../images/bg_ml.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.image_tr_mm {
	min-width:45px;
}
.image_tr_mm img {
	min-width:146px;
}
.media_header_text .image_tr_mm img {
	min-width:none;
	min-width:45px;
}

.image_tr_mr {
	background-image:url(/_templates/roottemplate/styles/../images/bg_mr.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.image_tr_bl {
	background-image:url(/_templates/roottemplate/styles/../images/bg_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.image_tr_bm {
	background-image:url(/_templates/roottemplate/styles/../images/bg_bm.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.image_tr_br {
	background-image:url(/_templates/roottemplate/styles/../images/bg_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.image_tl_px {
	width:1px;
	height:1px;
	background-color:#FFFFFF;
	margin:2px 0 0 2px;
	_margin:-10px 0 0 2px;
	position:absolute;
}

.image_tr_px {
	width:1px;
	height:1px;
	background-color:#FFFFFF;
	margin:2px 0 0 -1px;
	_margin:-10px 0 0 -1px;
	position:absolute;
}

.image_bl_px {
	width:1px;
	height:1px;
	background-color:#FFFFFF;
	margin:-1px 0 0 2px;
	_margin:-1px 0 0 1px;
	position:absolute;
}

.image_br_px {
	width:1px;
	height:1px;
	background-color:#FFFFFF;
	margin:-1px 0px 0px -1px;
	position:absolute;
}

.text_text_left {
	width:180px;
	padding:0 15px 0 0;
	float:left;
}

.text_text_right {
	width:180px;
	float:left;
}

/* BEGIN TT */
.tt_row {
	min-height:24px;
}

.tt_row template {
	float:left;
}

.tt_row .media {
	/*width:24px;
	height:24px;*/
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.tt_row .media img {
	max-width:32px;
	max-height:32px;
	border:none;
}
/* BEGIN TT */
form {
	display:inline;
}

input, option, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #616161;
	outline:none;
}

.fieldform_pas {
	width:180px;/*190*/
	height:16px;/*22*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_input_bg_pas.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}
.fieldform_act {
	width:180px;/*190*/
	height:16px;/*22*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_input_bg_act.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}
.fieldform_pas_err {
	width:180px;/*190*/
	height:16px;/*22*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_input_bg_err.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}

.frm_textarea .fieldform_pas {
	width:180px;/*190*/
	height:84px;/*90*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_textarea_bg_pas.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}
.frm_textarea .fieldform_act {
	width:180px;/*190*/
	height:84px;/*90*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_textarea_bg_act.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}
.frm_textarea .fieldform_pass_err {
	width:180px;/*190*/
	height:84px;/*90*/
	padding:4px 5px 2px 5px;
	background-image:url(/_templates/roottemplate/styles/../images/frm_textarea_bg_err.gif);
	background-repeat:repeat-x; background-position:top left;
	border:0px;
}


.frm_submit .fieldform_pas  {
	width:125px;
	height:20px;
	background-color:#ffffff;
	border:1px #c1d82f solid;
	background-image:url(/_templates/roottemplate/styles/../images/blank.gif);
	padding:2px 0 4px 0;
	font-weight:bold;
	text-align:center;
	color:#666666;
	cursor:pointer;
}
.frm_submit .fieldform_act  {	
	width:125px;
	height:20px;
	background-color:#c1d82f;
	border:1px #007955 solid;
	background-image:url(/_templates/roottemplate/styles/../images/blank.gif);
	padding:2px 0 4px 0;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
}


.tbl_frm td {
	vertical-align:top;
}

.formtd {
	width:195px;
	padding:3px 0 4px 0;
}

.formtd_right {
	width:230px;
	padding:0 0 4px 0;
}

.form_error_tekst {
	color:#007955;
	font-weight:bold;
	font-size:12px;
}

.required_field {
	color:#f49914;
}

.submitbutton .fieldform_pas {
	margin:4px 0 0 0;
	float:left;
	width:140px;
}
.submitbutton .fieldform_act {
	margin:4px 0 0 0;
	float:left;
	width:140px;
}
.frm_search_ov {
	width:180px;
	height:22px;
	margin:10px 0 10px 0;
}
.frm_search_input_left {
	float:left;
	width:4px;
	height:22px;
	background-image: url(/_templates/roottemplate/styles/../../roottemplate/images/frm_search_bg_left.gif);
	background-repeat:no-repeat; background-position:top left;
}
.frm_search_input_mid {
	float:left;
	width:151px;
	height:22px;
	background-image: url(/_templates/roottemplate/styles/../../roottemplate/images/frm_search_bg_mid.gif);
	background-repeat:repeat-x; background-position:top left;
}
.frm_search_input_right {
	float:left;
	width:4px;
	height:22px;
	background-image: url(/_templates/roottemplate/styles/../../roottemplate/images/frm_search_bg_right.gif);
	background-repeat:no-repeat; background-position:top left;
}

.frm_search_button {
	float:left;
	width:16px;
	height:16px;
	overflow:hidden;
	margin:3px 0 0 5px;
}

.fieldzoeken_pas {
	border:0px;
	width:149px;
	height:16px;
	padding:3px 0 0 0;
	margin:1px 0 0 0;
	background-color:#FFFFFF;
	color:#a5a5a5;
	font-style:italic;
}

.div_zoekresult_item {
	border-bottom:1px #c1d82f solid;
	padding-bottom:10px;
	margin:0 0 8px 0;
}

.div_zoekresult_item h2 {
	margin:0 0 3px 0;
}





.cms_ov {	
	width:auto;
	height:auto;
	padding:0px 5px;
	color:#FFFFFF;
}

.cms_table {
	width:95%;
}

.cms_blue {
	background-color:#4c98cd;
	color:#FFFFFF;
}

.cms_left_top {
	width:5px;
	height:5px;
	background-image:url(/_templates/roottemplate/styles/../images/cms/left_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.cms_right_top {
	width:5px;
	height:5px;
	background-image:url(/_templates/roottemplate/styles/../images/cms/right_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.cms_left_bottom {
	width:5px;
	height:5px;
	background-image:url(/_templates/roottemplate/styles/../images/cms/left_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.cms_right_bottom {
	width:5px;
	height:5px;
	background-image:url(/_templates/roottemplate/styles/../images/cms/right_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.cms_row {
	min-height:20px;
	float:none;
	clear:both;
	margin-bottom:5px;
	color:#FFFFFF;
}

.cms_left {
	width:120px;
	float:left;	
	background-color:#4c98cd;
	padding-top:0px;
	color:#FFFFFF;
	font-weight:bold;
}

.cms_right {
	width:auto;
	float:left;
	background-color:#7cb7e0;
	color:#FFFFFF;
}

.menu_ov {
	position:absolute;
	width:695px;
	height:30px;
	margin:200px 0 0 226px;
	z-index:2;
	background-image: url(/_templates/menu/styles/../../roottemplate/images/menu_top_bg_1.png);
	_background-image: url(/_templates/menu/styles/../../roottemplate/images/menu_ov_bg.gif);
	background-repeat:no-repeat;
}

.menu_item {
	float:left;
	width:100px;
	height:29px;
	overflow:hidden;
	text-align:center;
}
.menu_item_divider {
	float:left;
	width:10px;
	height:29px;
	overflow:hidden;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 0 0 0;
	color:#727272;
	font-weight:bold;
}




