@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>body, html>body .container_ov {
	height: auto;
} 
body {
	margin: 0;
	width:100%;
	font-family : 'Tahoma', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727272;
	background-image:url(/_templates/roottemplate/styles/../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
td {
	vertical-align:top;
}

ul {
	margin:0 0 0 20px;
}

.clear {
	clear:both;
}

a:active, a:link, a:visited, a:hover {
	font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
/*	font-size:11px;*/
	text-decoration : none;
	color : #00a850;
	outline:none;
}
a:hover {
	color : #00a850;
}
.container_ov {
	position:relative;
	margin:0 auto;
} 
.main { 
	width:100%;
	margin-bottom:100px;
	height: auto;
	margin:0 auto;
} 
.main_header {
	width:984px;
	height:121px;
}
.main_content {
	width:984px;
	/**/
}
.table_main {
}
.main_footer { 
	width:100%;
	height:100px;
	margin:0 auto;
} 
.footer { 
	width:100%;
	height:61px;
	position:absolute;
	bottom:0px;
	margin:0 auto;
}
.footer_content[class] { 
	width:984px;
	height:61px;
	background-image:url(/_templates/roottemplate/styles/../images/footer_bg.png);
}
.footer_content { 
	width:984px;
	height:61px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/footer_bg.png');
}
.menu_ov {
	height:31px;
	width:676px;
	position:absolute;
	margin:48px 0 0 308px;
	background-image:url(/_templates/roottemplate/styles/../images/menu_bg.gif);
	background-repeat:repeat-x;
}

.menu_ov ul {
	position:absolute;
	padding:0px;
	margin:0px 0px 0px -28px;
}

.menu_ov li {
	float:left;
	padding-left:16px;
	margin-top:9px;
	margin-left:12px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_listitem.gif);
	list-style:none;
	list-style-image:none;
	background-position:top left;
	background-repeat:no-repeat;
}

.menu_ov_hider {
	width:5px;
	height:5px;
	background-color:#ffffff;
	position:absolute;
	margin-top:15px;
	margin-left:-16px;
	z-index:500;
}

.home_content_vlak {
	position:absolute;
	height:30px;
	width:400px;
	background-color:#FFFFFF;
	text-align:right;
	margin: 17px 0 0 584px;
}
.logo_div[class] {
	background-image:url(/_templates/roottemplate/styles/../images/logo.png);
}
.logo_div {
	position:absolute;
	height:144px;	
	width:144px;
	margin: 14px 0 0 89px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/logo.png');
}
.content_td_left {
	width:204px;
}
.content_td_middle {
	width:499px;
}
.content_td_right {
	width:281px;
}
.footer_content_1 {
	position:absolute;
	margin:19px 0 0 43px;
	color:#FFFFFF;
}
.footer_content_2 {
	position:absolute;
	margin:19px 0 0 225px;
	color:#FFFFFF;
}

.footer_content_2 a {
	color:#FFFFFF;
}

.footer_content_2 a:hover {
	color:#75c043;
	text-decoration:none;
}
.footer_content_3 {
	position:absolute;
	margin:12px 0 0 900px;
}
.title_footer {
	color:#75c043;
	font-size:14px;
}
.menu_left_top[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_left_top.png);
}
.menu_left_top {
	margin-top:47px;
	width:182px;
	height:17px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_menu_left_top.png');
}
.menu_left_middle[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_left_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
}
.menu_left_middle {
	width:148px;
	min-height:116px;
	_height:116px;
	padding:0 17px 0 17px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_menu_left_middle.png');
}

.menu_left_middle ul {
	margin:0px;
	padding:0px;
}

.menu_left_middle li {
	list-style:none;
	list-style-image:none;
	#margin-top:5px;
	#margin-bottom:5px;
}

.menu_left_middle a:active, .menu_left_middle a:link, .menu_left_middle a:visited, .menu_left_middle a:hover {
	font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration : none;
	color : #598d13;
}

.menu_left_middle a.sub_lnk_true {
	color:#264300;
}

a.subsub_lnk_false, a.subsub_lnk_true {
	padding-left:10px;
}

a.subsub_lnk_true {
	color:#264300;
}

ul.subsub_false {
	display:none;
}

ul.subsub_true {
	display:block;
}

.subsub_top {
	height:0px;
	margin-top:5px;
	border-top:1px #ACC689 solid;
	padding-bottom:5px;
}

.menu_left_middle li ul li a.selected {
	color : #264300;
}

.subsubmenu_divider {
	position:absolute;
	width:174px;
	height:1px;
	background-color:#acc689;
	margin-left:-13px;
	/*#margin-left:-34px;*/
	margin-top:2px;
}
.menu_left_bottom[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_left_bottom.png);
}
.menu_left_bottom {
	width:182px;
	height:16px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_menu_left_bottom.png');
}
.menu_left_search {
	width:182px;
	margin-top:20px;
}
.menu_left_route[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_route.png);
}
.menu_left_route {
	width:182px;
	height:92px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_route.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:20px;
}
.content_top[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_content_top.png);
	background-repeat:no-repeat;
}
.content_top {
	width:473px;
	height:20px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_content_top.png');
	background-repeat:no-repeat;
}
.content_middle {
 width:439px;
 padding: 0 17px 0 17px;
 background-image:url(/_templates/roottemplate/styles/../images/bg_content_middle.gif);
 background-repeat:repeat-y;
}
.content_bottom[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_content_bottom.png);
	background-repeat:no-repeat;
}
.content_bottom {
	width:473px;
	height:59px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_content_bottom.png');
	background-repeat:no-repeat;
}
.menu_right_top[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_right_top.png);
	background-repeat:no-repeat;
}
.menu_right_top {
	width:280px;
	height:20px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_menu_right_top.png');
	background-repeat:no-repeat;
}
.menu_right_middle {
	width:246px;
	padding:0 17px 0 17px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_right_middle.gif);
	background-repeat:repeat-y;
}
.menu_right_bottom[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_menu_right_bottom.png);
	background-repeat:no-repeat;
}
.menu_right_bottom {
	width:280px;
	height:22px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_menu_right_bottom.png');
	background-repeat:no-repeat;
}
.field_pas[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.field_pas {
	border: 0px;
	width:152px;
	height:16px;
	padding:4px 4px 2px 4px;
	border:0px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_searchveld.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.field_act[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.field_act {
	border:0px;
	width:152px;
	height:16px;
	padding:4px 4px 2px 4px;
	border:0px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/bg_searchveld.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.fieldform_pas, .fieldform_act, .fieldform_err,
.fieldform_small_pas, .fieldform_small_act, .fieldform_small_err {
	border: 0px;
	width:182px;
	height:18px;
	padding:4px 4px 2px 4px;
	border:0px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.fieldform_act {
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld.gif);
}
.fieldform_err {
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld_err.gif);
}
.fieldform_small_pas, .fieldform_small_act, .fieldform_small_err {
	width:62px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_input_small.gif);
}
.fieldform_small_err {
	width:62px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_input_small_err.gif);
}

.frm_textarea .fieldform_pas, .frm_textarea .fieldform_act {
	border: 0px;
	width:186px;
	height:90px;
	padding:0px 0px 0px 4px;
	border:0px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld_textarea.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.frm_textarea .fieldform_act {
	background-image:url(/_templates/roottemplate/styles/../images/bg_searchveld_textarea.gif);
}
.frm_select_pas {	
	width:190px;
}
.frm_select_act {
	border:1px #FF0000 solid;
	width:190px;
}
.frm_submit .fieldform_pas {
	width:83px;
	height:16px;
	margin:4px 0 0 2px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_submit.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:#FFFFFF;
}

.frm_submit .fieldform_act {
	width:83px;
	height:16px;
	margin:4px 0 0 2px;
	cursor:pointer;
	background-image:url(/_templates/roottemplate/styles/../images/bg_submit.gif); 
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.button_pas[class] {
	background-image:url(/_templates/roottemplate/styles/../images/submit_search.png); 
	background-position:top left;
	background-repeat:no-repeat;
}
.button_pas {
	width:16px;
	height:16px;
	margin:4px 0 0 2px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/submit_search.png');
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.button_act[class] {
	background-image:url(/_templates/roottemplate/styles/../images/submit_search.png); 
	background-position:top left;
	background-repeat:no-repeat;
}
.button_act {
	width:16px;
	height:16px;
	margin:4px 0 0 2px;
	cursor:pointer;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/submit_search.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.fieldform_pas1 {
	border: 0px;
	width:132px;
	height:18px;
	padding:2px 4px 2px 4px;
	font-size:12px;
	border:0px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_input.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.fieldform_act1 {
	border:0px;
	width:132px;
	height:18px;
	padding:2px 4px 2px 4px;
	font-size:12px;
	border:0px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_input.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.button_pas1 {
	width:20px;
	height:20px;
	margin:0 0 0 2px;
	background-image:url(/_templates/roottemplate/styles/../images/submit.gif); 
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.button_act1 {
	width:20px;
	height:20px;
	margin:0 0 0 2px;
	cursor:pointer;
	background-image:url(/_templates/roottemplate/styles/../images/submit.gif); 
	background-position:top left;
	background-repeat:no-repeat;
}
.table_route {
	margin:10px 0 0 10px;
}
.table_route_tr {
	height:25px;
}
.route_title {
	color:#FFFFFF;
	font-size:14px;
}

.menu_top_rep {
	float:right;
}

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

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

.menu_item_rep {
	float:left;
	background-color:#FF0000;
}
.logo_eko[class] {
	background-image:url(/_templates/roottemplate/styles/../images/logo_eko.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.logo_eko {
	margin: 5px 0 0 0;
	float:left;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/logo_eko.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.logo_udea[class] {
	background-image:url(/_templates/roottemplate/styles/../images/logo_udea.png); 
	background-position:top left;
	background-repeat:no-repeat;
}
.logo_udea {
	margin-left:8px;
	float:left;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/www.proef.nu/_templates/roottemplate/images/logo_udea.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.rss {
	margin-left:4px;
	position:absolute;
}
h1 {
	margin:0px;
	padding:0 0 14px;
	font-size:24px;
	color:#8ec043;
}

h2 {
	margin:0px;
	padding:0 0 4px;
	font-size:14px;
	color:#aec626;
}

h3 {
	width:240px;
	margin:0px;
	padding:0px 0px 11px 0px;
	overflow:hidden;
	font-size:23px;
	color:#8ec043;
}

h4 {
	width:240px;
	margin:0px;
	padding:0px 0px 8px 0px;
	overflow:hidden;
	font-size:14px;
	color:#adc525;
}

h6 {
	font-size:11px;
	color:#adc525;
	margin:0px;
	padding:0px 0px 5px 0px;
}

p {
	margin:0px;
	padding:0 0 15px 0;
}

hr { 
	height: 0px;
	border: 0; 
	border-top: 1px solid #d0d0d0;
	margin-top:6px;
	margin-bottom:10px;
	clear:both;
	float:none;
}

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

.media {
	padding-bottom:15px;
}

/* Begin Youtube Filmstrip */
.youtube {
	width:270px;
	min-height:132px;
	padding:0 10px;
	margin:0 0 15px 0;
/*	float:left;*/
	background-image:url(/_templates/roottemplate/styles/../images/bg_film.gif);
}

.yt_player_yt {
	width:153px;
	height:115px;
}

.yt_player, .yt_player_yt {
	padding:0 10px;
	margin:0 0 15px 0;
	float:left;
	background-image:url(/_templates/roottemplate/styles/../images/bg_film.gif);
}

.yt_player {
	display:none;
}

.yt_header_text {
	margin-left:17px;
	float:left;
}

.media_right .yt_player_yt, .media_right .yt_header_text {
	margin-left:5px;
}
/* End Youtube Filmstrip */

.ul_bullets {
	margin:0 0 15px 0;
	padding:0px;
	list-style:none;
}

.ul_bullets li {
	margin:0px;
	padding:0 0 0 15px;
	background:url('/_templates/roottemplate/styles/../images/bg_listitem.gif') top left no-repeat;
}

.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-bottom:1px;
	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 {
	min-height:14px;
	padding:0 0 14px 0;
	clear:both; /* FF */
}
.foto_left {
	min-width:80px;
	min-height:40px;
	margin: 0 20px 20px 0;
	float:left;
}
.foto_right {
	min-width:80px;
	min-height:80px;
	margin: 0 0 20px 20px;
	float:right;
}

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

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

/* Begin Media Right */
.media_right {
	width:280px;
	min-height:20px;
	height:auto;
	margin-bottom:10px;
}

.media_right_top {
	width:280px;
	height:17px;
	background-image:url(/_templates/roottemplate/styles/../images/bg_media_right_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.media_right_middle {
	width:270px;
	min-height:40px;
	/*border-right:18px #75c043 solid;*/
	/*border-left:18px #75c043 solid;*/
	border-right:4px #75c043 solid;
	border-left:5px #75c043 solid;
	background:#FFF;
	text-align:center;
}

.media_right_middle img {
	border:1px #FFFFFF solid;
	max-width:242px;
}
.media_right_bottom {
	width:280px;
	height:21px;	
	background-image:url(/_templates/roottemplate/styles/../images/bg_media_right_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}
/* Einde Media Right */
/* Begin Link Right */
.link_right_pas {	
	width:266px;
	height:35px;
	padding-top:7px;
	padding-left:14px;
	margin-bottom:10px;
	cursor:pointer;
	font-size:20px;
	color:#FFFFFF;
	background-image:url(/_templates/roottemplate/styles/../images/bg_link_right_pas.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.link_right_act {	
	width:266px;
	height:35px;
	padding-top:7px;
	padding-left:14px;
	margin-bottom:10px;
	cursor:pointer;
	font-size:20px;
	color:#FFFFFF;
	background-image:url(/_templates/roottemplate/styles/../images/bg_link_right_act.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.link_right_pas a:active, .link_right_pas a:link, .link_right_pas a:visited, .link_right_pas a:hover, 
.link_right_act a:active, .link_right_act a:link, .link_right_act a:visited, .link_right_act a:hover {
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
}
/* End Link Right */

/* BEGIN WEEKACTIE */
.wa_ov {
	width:439px;
	height:auto;
	float:none;
	clear:both;
	display:table;
}

.wa_ov_left {
	width:110px;
	min-height:50px;
	height:auto;
	float:left;
}

.wa_ov_left img {
	max-width:100px;
}

.wa_ov_right {
	width:325px;
	height:auto;
	float:left;
}

.wa_ov_rt, .wa_ov_rm, .wa_ov_rb {
	width:325px;
	height:auto;
	margin-bottom:10px;
}

.wa_ov_rt {
	font-size:14px;
	color:#aec626;
	font-weight:bold;
}

.wa_ov_rm {
}

.wa_ov_rb {
	font-size:14px;
	color:#aec626;
	text-align:right;
}

.wa_ov_rml {
	width:118px;
	padding-right:26px;
	float:left;
}

.wa_ov_rmm {
	width:150px;
	float:left;
	margin-right:6px;
}

.wa_ov_rmm img {
	max-width:150px;
}

.wa_ov_rmr {
	width:25px;
	min-height:10px;
	float:left;
}

.wa_ov_rmr img {
	max-width:25px;
}
/* EINDE WEEKACTIE */

/* BEGIN readmore */
.readmore, .readmore_act {
	width:auto;
	min-width:16px;
	height:16px;
	padding-left:25px;
	background-image:url(/_templates/roottemplate/styles/../images/leesmeer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.readmore_act {
	background-image:url(/_templates/roottemplate/styles/../images/leesmeer_act.gif);
}
/* End readmore */


.right_rep {
	margin-bottom:10px;
}



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

.tt_row template {
	float:left;
}

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

.tt_row .media img {
	max-width:32px;
	max-height:32px;
	border:none;
}

.align_left {
	width:250px;
	padding:0 10px;
	text-align:left;
}
/* BEGIN TT */
form {
	display:inline;
}

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

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #727272;
	display:inline;
}

.tbl_frm td {
	vertical-align:top;
}

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

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

.input_right {
	width:230px;
}

.select_right {
	height:auto;
	width:240px;
	padding:0px;
}

.input_right, .select_right, .check_right {
	margin-bottom:14px;
}
.news_ov {
	margin-top:10px;
	/*display:table;*/
}

.news_ov_rep {}

.news_ov_top {}

.news_ov_date {
	width:60px;
	height:10px;
	position:absolute;
	margin-top:2px;
	margin-left:377px;
	color:#598d13;
	font-size:11px;
	text-align:right;
}

.news_detail_date {
	width:60px;
	height:10px;
	position:absolute;
	margin-top:15px;
	margin-left:377px;
	color:#598d13;
	font-size:11px;
	text-align:right;
}

.menu_right_middle ul {
	margin:0 0 10px 14px;
	padding:0px;	
}

.menu_right_middle li {
	list-style-image:url(/_templates/roottemplate/styles/../images/bg_listitem.gif);
}
.frm_search_ov {
	width:212px;
	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:182px;
	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;
}

.choose_language, .choose_language_inp {
	width:158px;
	height:20px;
	cursor:pointer;
	padding-top:2px;
	padding-left:2px;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#a5a5a5;
}

.choose_language_inp {
	height:22px;
	padding-top:1px;
	#padding-top:0px;
}

.choose_language_inp_inp {
	width:175px;
	height:16px;
	padding-top:3px;
	border:0px;
}

.languages_ov {
	width:180px;
	border:1px #c1d82f solid;
	border-top:none;
/*	height:44px;*/
	position:absolute;
	background-color:#FFFFFF;
	#height:200px;
	max-height:200px;
	overflow-y:scroll;
}

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

.language:hover {
	background-color:#d0ff91;
}

.recepten_button {
	background-image:url(/_templates/roottemplate/styles/../images/arrow_right_donkergroen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#adc525;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.clear {
	margin-top:10px;
	clear:both;
	display:table;
}

.checkbox_ov {
	width:auto;
	height:22px;
	margin-bottom:10px;
	cursor:pointer;
}

.checkbox_pas, .checkbox_act {
	width:22px;
	height:22px;
	margin-right:7px;
	float:left;
	background-image:url(/_templates/roottemplate/styles/../images/checkbox_pas.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.checkbox_act {
	background-image:url(/_templates/roottemplate/styles/../images/checkbox_act.gif);
}

.checkbox_text {
	width:100px;
	height:19px;
	padding-top:3px;
	float:left;
}

.recepten_ov {
	width:431px;
	height:auto;
	vertical-align:top;
	padding-bottom:14px;
	cursor:pointer;
	display:table;
}

.recepten_top {
	width:431px;
	height:6px;
	background-image:url(/_templates/roottemplate/styles/../images/recepten_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
.recepten_middle {
	width:431px;
	height:auto;
	display:table;
	background-image:url(/_templates/roottemplate/styles/../images/recepten_middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.recepten_bottom {
	width:431px;
	height:6px;
	background-image:url(/_templates/roottemplate/styles/../images/recepten_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.recepten_title {
	width:165px;
	height:auto;
	padding-right:10px;
	padding-left:9px;
	float:left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#598d13;
}

.recepten_bijgerecht {
	width:230px;
	height:auto;
	float:left;
	padding-top:1px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#598d13;
}

.recepten_link {
	width:auto;
	height:16px;
	margin-top:5px;
	margin-right:5px;
	padding-left:21px;
	float:right;
	background-image:url(/_templates/roottemplate/styles/../images/arrow_right_donkergroen.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.recepten_overlay[class] {
	background-image:url(/_templates/roottemplate/styles/../images/bg_overlay.png);
	background-position:top left;
	background-repeat:repeat;
}
.recepten_overlay {
	width:100%;
	height:100%;
	position:absolute;
	z-index:50;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http:/projects.mrxt.nl/Practicom/DoBriDo/Proef/Website/Project/_pgTemplates/roottemplate/images/bg_overlay.png');
	background-position:top left;
	background-repeat:repeat;
}

.recepten_overlay_center {
	width:474px;
	height:385px;
	position:absolute;
	top:50%;
	margin-top:-193px;
	left:50%;
	margin-left:-237px;
}

.recepten_overlay_center_loading {
	width:56px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:50%;
	margin-left:-28px;
	font-size:16px;
}

.rec_over_close {
	width:16px;
	height:16px;
	position:absolute;
	margin-left:423px;
	margin-top:-6px;
	background-image:url(/_templates/roottemplate/styles/../images/close.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.rec_over_top {
	width:auto;
	height:auto;
	display:block;
	clear:both;
	float:none;
}

.rec_over_title {
	min-width:100px;
	max-width:200px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:24px;
	max-width:200px;
	color:#598d13;
	float:left;
}

.rec_over_pers {
	min-width:100px;
	max-width:200px;
	margin-top:9px;
	margin-left:10px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	max-width:200px;
	color:#727272;
	float:left;
}

.rec_over_links {
	width:auto;
	height:16px;
	display:block;
}

.rec_over_taf_link {
	width:75px;
	height:16px;
	padding-left:21px;
	float:right;
	background-image:url(/_templates/roottemplate/styles/../images/arrow_right_donkergroen.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.rec_over_print_link {
	width:95px;
	height:16px;
	padding-left:21px;
	float:right;
	background-image:url(/_templates/roottemplate/styles/../images/arrow_right_donkergroen.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.pr_counter_si {
	font-weight:bold;
	color:#00a850;
}
.googlemaps {}

.verkoop_gm {
	width:425px;
	height:425px;
	border:5px #75c043 solid;
}

.div_tekst_verkooppunten {
	margin:0px;
}

.divider_verkooppunten {
	width:auto;
	height:12px;
}
.products_ov {}

.products_3_cols {
	width:440px;
	height:auto;
}

.products_col_left {
	width:129px;
	padding-right:5px;
	border-right:1px #d0d0d0 solid;
}

.products_col_middle {
	width:124px;
	padding-right:5px;
	padding-left:5px;
	border-right:1px #d0d0d0 solid;
}

.products_col_right {
	width:170px;
}

.products_col_right img {
	max-width:170px;
}

.products_text {
	margin-bottom:5px;
}

.products_text ul {
	margin:0 0 0 20px;
	padding:0px;
}

.products_right {}

.product_a {
	min-height:19px;
	_height:19px;
	padding-top:3px;
	padding-bottom:8px;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:27px;
	display:block;
}
.pg_ov {
	width:437px;
	height:295px;
}

.pg_select {
	width:215px;
	border:1px #c1d82f solid;
}

.pg_top {
	width:437px;
	height:40px;
}

.pg_bot {
	width:437px;
	height:333px;
}

.pg_top_left {
	width:270px;
	float:left;
}

.pg_top_right {
	width:162px;
	float:left;
	text-align:right;
	padding-right:5px;
}

.pg_top_right span {
	color:#74c043;
}

.pg_top_right a {
	font-size:14px;
}

.pg_rep {
	width:102px;
	height:102px;
	float:left;
	margin:0 7px 7px 0;
}

.pg_rep img {
	max-width:92px;
	max-height:92px;
	border:4px #ebebeb solid;
	margin:auto;
}

.pg_border {
}
.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;
}
.dd_ov {
	width:212px;
	height:22px;
	margin:10px 0 10px 0;
	float:none;
	clear:both;
}

.dd_top {
	width:212px;
	height:22px;
	cursor:pointer;
	background:url(/_templates/roottemplate/styles/../../roottemplate/images/dropdown.gif) no-repeat top left;
}

/*.dd_left {
	width:186px;
	height:22px;
	float:left;
	background:url(/_templates/roottemplate/styles/../../roottemplate/images/frm_search_bg_mid.gif) repeat-x top left;
}

.dd_right {
	width:25px;
	height:22px;
	float:left;
	background:url(/_templates/roottemplate/styles/../../roottemplate/images/frm_search_bg_right.gif) no-repeat top left #f00;
}*/

.dd_left_inp {
	/*width:270px;*/
	width:100%;
	height:16px;
	padding:4px 0 2px 6px;
	border:0px;
	background:url('/_templates/roottemplate/styles/../../../roottemplate/images/sprite.gif') 0px -350px no-repeat;
}

.ul_dd_select {
	width:182px;
	#height:200px;
	max-height:200px;
	margin:-1px 0 0 3px !important;
	border:#c1d82f 1px solid;
	background:#FFF;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	z-index:10;
}

.li_dd_select {
	border-bottom:1px #ccc solid;
}

a.dd_select_lnk:link, a.dd_select_lnk:active, a.dd_select_lnk:visited, a.dd_select_lnk:hover {
	display:block;
	padding:3px 2px;
	color:#a5a5a5;
	font-style:italic;
	font-size:11px;
	text-decoration:none;
}

a.dd_select_lnk:hover {
	background-color:#d0ff91;
}




