/* @import url(/shared/css/default.css); */
@import url(/css/default.css);
@import url(/css/form.css);


/* custom - positioning */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}



.main_left .inner a,
.main_right .inner a  {
	color: #FF7300;
	text-decoration: underline;
}
.main_left .inner a:hover,
.main_right .inner a:hover {
	color: #FF7300;
	text-decoration: none;
}

h2 {
	margin: 1em 0;
	line-height: 21px;
}


input[type=radio] {
	width: auto !important;
}


html {
	background-color: #B8C2BA;	
}
body.page_home {
	background:  url(/img/test/fotos/home/main_home_bg.gif) no-repeat center top;
	
}
body.page_vervolg {
	background:  url(/img/test/fotos/vervolg/main_vervolg_bg.gif) no-repeat center top;
}
body {
	margin-bottom: 20px;	
	min-height: 863px;
}
	* html body {		
		height: 863px;
	}

#wrapper {
	background: none;
	width: 978px;
	margin: 0 auto;		
	
}

#header {
	background: none;	
	height: 136px;
	position: relative;
}
#header #logged_in {
	left: 20px; top: 7px;
	position: absolute;	
}
#header #logged_in small {
	font-size: 80%;
}
#header #top_menu {
	left: 733px; top: 7px;
	position: absolute;	
	display: block;
	text-align: right;
}
#header #top_menu a {
	font-weight: bold;
	color: #808080;
	font-size: 11px;
}
#header #top_menu li {
	float: left; display: inline;	
}


/* logo */
h2.logo {
	margin: 0;
	line-height: 0;
}
.logo a {
	position: absolute;
	top: 39px; left: 57px;
	height: 61px; width: 408px;
	background: url(/img/test/fotos/global/logo.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
	cursor: pointer;
}
	
/* menu */	
#menu {	
	height: 47px; width: 978px;	
	margin-left: 1px;	
	z-index: 5;	
}
#menu .main_menu_box {
	background: url(/img/test/fotos/global/menu_bg.gif) no-repeat left top;
	height: 47px; width: 587px;	
	float: left; display:inline;
	padding: 0px 0  0 0px;
	margin-left: 1px;		
}
	* html #menu .main_menu_box {		
		margin-left: 0px;		
	}
.main_menu {
	margin-bottom: 20px;		
	}
#menu .main_menu {
	background: url(/img/test/fotos/global/menu_bg.gif) no-repeat left top;
	height: 37px; width: 587px;	
	float: left; display:inline;
	padding: 10px 0  0 68px;
	margin-left: -2px;
}
	* html body #menu .main_menu {		
		padding: 10px 0  0 70px;
		width: 584px;	
		background-position: 1px top;
	}
	* + html body #menu .main_menu {		
		padding: 10px 0  0 70px;
		width: 598px;
		margin-left: -1px;
	}
#menu .main_menu ul {
	float: left; display: inline;
	margin-right: 19px;	
}
	* html #menu .main_menu ul {
		margin-right: 0px; 		
	}
	* + html #menu .main_menu ul {
		margin-right: 0px; 		
	}
#menu .main_menu ul.last {
	float: left; display: inline;
	margin-right: 0px;	
}
#menu .main_menu li {
	position: relative;
	margin-bottom: 0px; 
	display: inline;	
	z-index: 11;			
}
#menu .main_menu li.last {	
	margin-bottom: 0px; 		
}
#menu .main_menu li a {	
	background: url(/img/test/fotos/global/main_menu_bullet.gif) no-repeat left 0px;	
	padding: 4px 1px 0 14px;
	color: white;	
	font-weight: bold;	
	height: 33px;
	display: inline-block;	
}

#menu .main_menu li ul,
#menu .main_menu li ul li {
	padding: 0; margin: 0;
}
#menu .main_menu li ul {
	display: block;
	position: absolute;
	top: 31px; left: -5px;	
	background: #F46E00;
	padding: 0px 0px 0px 0px;
	z-index: 7px;		
}

	* html #menu .main_menu li ul {
		top: 37px;
	}
	* + html #menu .main_menu li ul {
		top: 37px;
	}


	
/*******( uitklap menu )***********/
#menu ul.main_menu li ul.level2 {
	display: none;
	margin: 0px;  padding: 0px;	
	width: auto;	
	
}
#menu ul.main_menu li.hover ul.level2 {
	display: block;		
}
#menu ul.main_menu li ul.level2 li {	
	display: block;
	background: #F77000;	
	width: auto;
	z-index: 9;	
}
#menu ul.main_menu li ul.level2 li.hover {		
	background: #CC5D00;	
}
#menu ul.main_menu li ul.level2 li.first {
	border-top: 1px solid #CC5D00;
}
#menu ul.main_menu li ul.level2 li a {
	background: url(/img/test/fotos/global/main_menu_bullet.gif) no-repeat -4px 1px;	
	padding-left: 9px;	
	color: white;	
	font-weight: bold;	
	margin: 3px 5px 2px 8px;
	height: 22px;
	width: 170px;	
}	
#menu .main_menu li ul li a:hover {
	text-decoration: none;
}
	* html #menu .main_menu li ul li a:hover {
		text-decoration: underline;
	}


/*******( zoek box )***********/
body.page_home #menu .search {	
	height: 20px;	width: 290px;
	overflow : hidden;	
	float: right; display:inline;
	padding: 27px 11px 0 0px;	
} 
body.page_vervolg #menu .search {	
	height: 30px;	width: 290px;
	overflow : hidden;	
	float: right; display:inline;
	padding: 17px 0 0 0px;	
}  
#menu .search_box {			
	float: right; display:inline;	
}
#menu .search .input {	
	border: 1px solid #999999;
	padding: 0px; margin: 0px;
	height: 16px;
	vertical-align: middle;	
	width: 154px;	
	padding: 2px 3px 0px 3px;
}  
	* html #menu .search .input {			
		height: 15px;		
	} 
	* +html #menu .search .input {			
		height: 15px;		
	} 
#menu .search .submit_image {	
	padding: 0px; margin: 0px;
	padding-top: 0px;
	vertical-align: middle;	
	margin-left: -4px;	
}  



/* visual home*/
body.page_home #visual  {
	width: 978px;
	height: 351px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 1px;	
	z-index: 1;	
}
body.page_home #visual .item {
	float: left; display: inline;	
	padding-top: 13px; 
	height: 89px; 
	color: #ffffff;	
}
body.page_home #visual .visual_image {	
	position: relative;
	width: 616px;	height: 351px;	
	overflow: hidden;
	margin-left: 41px !important;
	padding-top: 0px !important;		
}
	html>/**/ body.page_home #visual .visual_image {		
		margin-left: 1px;
	}
body.page_home #visual .visual_image .png_lijst {	
	background: url(/img/test/fotos/home/png_lijst.png) no-repeat left top;
	position: absolute;
	height: 351px; width: 668px;	
	display: block;
	overflow: hidden;	
	z-index: 1;		
}
* html body.page_home #visual .visual_image .png_lijst {	
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/test/fotos/home/png_lijst.png');	 
}
body.page_home #visual .visual_image .title {		
	position: absolute;
	top:306px; left: 10px;
	font-size: 38px;
	color: #666666;		
	line-height: 23px;	
	z-index: 3;	
}
body.page_home #visual .visual_side {	
	width: 291px;
	padding-left: 18px;
}
body.page_home #visual .visual_side ul {	
	margin-top: 15px;
}
* html body.page_home #visual .visual_side ul {	
	margin-top: 28px;
}	
* + html body.page_home #visual .visual_side ul {	
	margin-top: 28px;
}


/* visual vervolg*/
body.page_vervolg #visual  {
	width: 978px;
	height: 230px;
	overflow: hidden;
}
	html>/**/ body #visual  {
		margin-left: 0px;		
	}
body.page_vervolg #visual .item {
	float: left; display: inline;	
}
body.page_vervolg #visual .visual_image {	
	position: relative;
	width: 668px;	height: 284px;	
	overflow: hidden;
	margin-left: 0px;	
}
	
body.page_vervolg #visual .visual_image .png_lijst {	
	background: url(/img/test/fotos/vervolg/vervolg_visual_bg.png) no-repeat left top;
	position: absolute;
	height: 284px; width: 669px;	
	display: block;
	overflow: hidden;			
}
	* html body.page_vervolg #visual .visual_image .png_lijst {	
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/test/fotos/vervolg/vervolg_visual_bg.png');	
		
	}
body.page_vervolg #visual .visual_image .title {		
	position: absolute;
	top:169px; left: 57px;
	font-size: 41px;	
	color: #fff;	
	line-height: 38px;	
	height: 45px;	
}
body.page_vervolg #visual .visual_side {	
	width: 291px;
	padding-left: 18px;		
}
body.page_vervolg #visual .visual_side .inner {	
	margin-top:20px; margin-left: 90px;
	color: white;
	width: 200px;
}
	* html body.page_vervolg #visual .visual_side .inner {	
		margin-top:30px; 	
	}
	* + html body.page_vervolg #visual .visual_side .inner {	
		margin-top:30px; 	
	}
body.page_vervolg #visual .visual_side .inner h3{	
	font-size:25px;
	line-height: 130%;
}
body.page_vervolg #visual .visual_side .inner p{	
	margin-bottom: 1em;
}
body.page_vervolg #visual .visual_side .inner a{	
	font-weight: bold;
	color: white;
}


#visual .visual_side li {	
	display: block;
	margin-bottom: 8px;
}
#visual .visual_side li.last {	
	display: block;
	margin-bottom: 0px;
}
#visual .visual_side .item {	
	float: none;
	width: 240px; height: 82px; 
	padding: 20px 33px 0 18px
}
#visual .visual_side .item h3 {	
	font-size: 18px;
	margin-bottom: 5px;
	line-height:100%;
}
#visual .visual_side .item a {	
	color: #ffffff;
	font-weight: normal;
}
#visual .visual_side .button1 {	
	background: url(/img/test/fotos/global/sidebar_button_1.png) no-repeat left top;	
}
	* html #visual .visual_side .button1 {	
		background: url(/img/test/fotos/global/sidebar_button_1.gif) no-repeat left top;	
	}
#visual .visual_side .button2 {	
	background: url(/img/test/fotos/global/sidebar_button_2.png) no-repeat left top;	
}
	* html #visual .visual_side .button2 {	
		background: url(/img/test/fotos/global/sidebar_button_2.gif) no-repeat left top;	
	}
#visual .visual_side .button3 {	
	background: url(/img/test/fotos/global/sidebar_button_3.png) no-repeat left top;	
}
	* html #visual .visual_side .button3 {	
		background: url(/img/test/fotos/global/sidebar_button_3.gif) no-repeat left top;	
		padding-top: 0px;
		height: 102px;
	}
	* + html #visual .visual_side .button3 {				
		padding-top: 0px;
		height: 102px;
	}
	
#visual .visual_side input {	
	width: 126px; 
	margin-top: 2px; 
	vertical-align: middle;
}
#visual .visual_side .button2 input {	
	width: 169px; 	
}
#visual .visual_side .submit_image {	
	width: auto !important; 	
}
#visual .visual_side label {	
	width: 76px !important; 
	display: inline-block;
}





/* content home*/
body.page_vervolg #main_content {
	margin-top: 22px;
}

body.page_vervolg #main_content .item {
	float: left; display: inline;
}
body.page_vervolg #main_content .main_left {
	width: 302px;
	margin-bottom: 30px;	
}
	
body.page_vervolg #main_content .main_left .content {
	margin-left: 57px;
	margin-right: 41px;	
	width: 201px;
}
	* html body.page_vervolg #main_content .main_left .content {		
		margin-right: 31px;		
	}
body.page_vervolg #main_content .main_left h4 {
	color: #F46E00;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}
body.page_vervolg #main_content .main_left .inner {	
	color: #7b7b7b;
}

body.page_vervolg #main_content .main_left a {	
	padding-left: 10px;
	background: url(/img/test/fotos/vervolg/arrow_content_more.gif) no-repeat 0px 4px;
	text-align: left;
	color: #F46E00;
	font-weight: bold;	
	font-size: 10px;
	text-decoration: none;
	width: 201px;	
	line-height: 18px;
}
body.page_vervolg #main_content .main_left a:hover {		
	text-decoration: underline;
}

body.page_vervolg #main_content .main_right {
	width: 384px;
	margin-bottom: 30px;		
}
body.page_vervolg #main_content .main_right .content {	
	width: 367px;
}
body.page_vervolg #main_content .main_right h1 {	
	font-size: 22px;
	line-height: 110%;
	color: #494949;
	margin-bottom: 22px;
}
body.page_vervolg #main_content .main_right h3 {		
	margin-bottom: 2px;
	font-size: 12px;
	color: #6d6d70;
}
body.page_vervolg #main_content .main_right .inner {	
	width: 335px;
}
body.page_vervolg #main_content .main_right .inner table {	
	border-collapse: collapse;
	border: 0px;
	border-bottom: 1px solid #b0bece;
	color: #6d6d70;
	width: 360px;
	line-height: 18px;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht tr {	
	padding-bottom: 4px;
	height: auto;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht tr td.split {		
	height: 20px;
}
body.page_vervolg #main_content .main_right .inner table tr {	
	padding-bottom: 4px;
	height: 25px;
}
body.page_vervolg #main_content .main_right .inner table tr.first th {	
	padding-bottom: 6px;
	
}
body.page_vervolg #main_content .main_right .inner .sollicitatieFormulier table tr th {		
	vertical-align:baseline;
}
body.page_vervolg #main_content .main_right .inner table tr .textarea {	
	margin-top: 5px;
	border-collapse:collapse;
	border: 0;
	text-align: left;
}
body.page_vervolg #main_content .main_right .inner table tr .submit {	
	background-color:#FF7300 !important;
	border:1px solid white !important;
	color:white;
	font-weight:bold;
	padding:5px 7px;
	text-decoration:none;
	margin :10px 0 15px;
}
body.page_vervolg #main_content .main_right .inner table tr label.error {	
	color: #FF7300;
	font-weight: bold;
	margin-top: -1px;
	display: block;
}
body.page_vervolg #main_content .main_right .inner table tr .submit:hover {	
	border-color: #494949 !important;
}
input:focus, select:focus, textarea:focus {
	background: #eef6ff;
 	border-color: #494949;
}
input, select, textarea {
	background: #eef6ff;
 	border: 1px solid #c8c8c8;	
} 
	* html .geslacht input {
		background: none;
	 	border: 0px solid #c8c8c8;	
	} 
#menu .search_box input {
	background: #fff !important;
 	border: 1px solid #c8c8c8 !important;	
} 
#menu .search_box input:focus {
	background: #eef6ff !important; 
}
input.textfield, textarea.textarea {
	padding: 4px 0 3px 3px;
}
input.textfield {
	width: 220px;
}
textarea.textarea {
	width: 220px;
}
label {
	width: auto !important;
	float: none !important;
	display: inline;		
}

div.content ul {
	padding-left: 20px;
	}
	div.content ul li {
		list-style-type: disc;
		}

div.content ul.main_menu  {
	padding-left: 0px;
	list-style-type: none;
	}
	div.content ul.main_menu li {
		list-style-type: none;
		}


body.page_vervolg #main_content .main_right .inner tr.first th,
body.page_vervolg #main_content .main_right .inner tr.first td {	
	border-top: 1px solid #b0bece;
	padding-top: 20px;
}
body.page_vervolg #main_content .main_right .inner th {	
	width: 120px;
	color: #234577;
}
	* html body.page_vervolg #main_content .main_right .inner th {	
		width: 0px;
		color: #234577;
		margin:0; padding: 0;
	}
body.page_vervolg #main_content .main_right .inner tr.first td a{	
	color: #6d6d70;
	font-weight: bold;
}
body.page_vervolg #main_content .main_right .inner tr.omschrijving th {	
	padding: 7px 0 1px 0;
}
body.page_vervolg #main_content .main_right .inner tr.read_more td {	
	padding: 13px 0 20px 0;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht  a.functie {	
	background: none;
	border:0px solid white;
	color: #6d6d70;
	font-weight:bold;	
	text-decoration:underline;
	padding: 0;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht a.functie:hover {	
	text-decoration:none;
	border:0px solid white;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht tr.read_more td a {	
	background: none;
	border:0px solid white;
	color: #FF7300;
	font-weight:bold;	
	text-decoration:underline;
	padding: 0;
}
body.page_vervolg #main_content .main_right .inner .vac_overzicht tr.read_more td a:hover {	
	text-decoration:none;
	border:0px solid white;
}
body.page_vervolg #main_content .main_right .inner tr.read_more td a {	
	padding: 5px 7px;
	background-color: #FF7300;	
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid white;
}
body.page_vervolg #main_content .main_right .inner tr.read_more td a:hover {	
	text-decoration: underline;
	border: 1px solid #494949;
}
body.page_vervolg #main_content .main_right .inner ul.vac_links {	
	margin-bottom: 1px;
	height: 20px; width:360px;
	display: block;	
}
body.page_vervolg #main_content .main_right .inner ul.vac_links .left {	
	float: left; display: inline;
}
body.page_vervolg #main_content .main_right .inner ul.vac_links .right {	
	float: right; display: inline;
}
body.page_vervolg #main_content .main_right .inner .text_middle {	
	vertical-align: middle;
}
 

body.page_vervolg #main_content .main_right .inner ul.vac_links a {	
	text-decoration: none;	
}
body.page_vervolg #main_content .main_right .inner ul.vac_links a.btn_print {	
	background:transparent url(/img/test/fotos/global/btn_print.gif) no-repeat scroll 0 2px;
	padding-left:20px;
	text-decoration: none;	
	font-weight: bold;		
	height: 18px;
	display: inline-block;
}
body.page_vervolg #main_content .main_right .inner ul.vac_links a:hover {	
	text-decoration: underline;
}

body.page_vervolg #main_content .main_side {
	width: 291px;		
}



body.page_vervolg #visual .visual_side ul {	
	margin-top: 12px;
}
body.page_vervolg #visual .visual_side li {	
	display: block;
	margin-bottom: 8px;
}
body.page_vervolg #visual .visual_side li.last {	
	display: block;
	margin-bottom: 0px;
}
body.page_vervolg #visual .visual_side .item {	
	float: none;
	width: 240px; height: 72px; 
	padding: 10px 33px 0 18px
}
body.page_vervolg #visual .visual_side .item h3 {	
	font-size: 23px;
	margin-bottom: 7px;
}
body.page_vervolg #visual .visual_side .item a {	
	color: white;
}
body.page_vervolg #visual .visual_side .button1 {	
	background: url(/img/test/fotos/vervolg/sidebar_button_1.png) no-repeat left top;	
}
	* html body.page_vervolg #visual .visual_side .button1 {	
		background: url(/img/test/fotos/vervolg/sidebar_button_1.gif) no-repeat left top;	
	}
body.page_vervolg #visual .visual_side .button2 {	
	background: url(/img/test/fotos/vervolg/sidebar_button_2.png) no-repeat left top;	
}
	* html body.page_vervolg #visual .visual_side .button2 {	
		background: url(/img/test/fotos/vervolg/sidebar_button_2.gif) no-repeat left top;	
	}
body.page_vervolg #visual .visual_side .button3 {	
	background: url(/img/test/fotos/vervolg/sidebar_button_3.png) no-repeat left top;	
}
	* html body.page_vervolg #visual .visual_side .button3 {	
		background: url(/img/test/fotos/vervolg/sidebar_button_3.gif) no-repeat left top;	
	}







/* content vervolg*/
body.page_home #main_content .item {
	float: left; display: inline;
}
body.page_home #main_content .main_left {
	width: 686px;
	margin-bottom: 30px;	
}
	
body.page_home #main_content .main_left .content {
	margin-left: 57px;	
	width: 572px;
}
body.page_home #main_content .main_left h1 {	
	font-size: 35px;
	line-height: 30px;
	color: #666666;
	height: 30px;
}
body.page_home #main_content .main_left h4 {
	color: #d66b1f;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
body.page_home #main_content .main_left .inner {
	margin-top: 25px;
	color: #7b7b7b;
	line-height: 20px;
}
body.page_home #main_content .main_left .banner {
	margin-top: 45px;	
}

body.page_home #main_content .main_side {
	width: 291px;		
}









body.page_home .main_side .side_item {
	margin: 0px 0 0px 0;
}
body.page_vervolg .main_side .item {
	margin: 30px 0 30px 0;
}
.main_side .side_item h3{
	font-size:25px;
	margin-bottom:12px;
	font-weight: normal;
}
body.page_vervolg .main_side h3{
	font-size:25px;
	margin-bottom:12px;
	font-weight: normal;
}

body.page_home .main_side .nieuws {
	margin: 0px 0 0px 0;
}
body.page_home .main_side .videos {
	margin-top: 44px;
}

.main_side .nieuws_box li {
	background: url(/img/test/fotos/global/nieuws_button_bg.png) no-repeat left top;
	height: 39px;
	padding-top: 11px;
	padding: 5px 0 0 13px;	
	line-height: 17px;
	margin-bottom: -1px;
	white-space: nowrap;
	overflow: hidden;
}
	* html .main_side .nieuws_box li {
		background: url(/img/test/fotos/global/nieuws_button_bg_ie6.gif) no-repeat left top;
	}

.main_side .nieuws_box li .date{
	padding-left: 25px;
	font-weight: bold;
}
.main_side .nieuws_box li .title{
	padding-left: 25px;
	background: url(/img/test/fotos/global/news_arrow.gif) no-repeat 0px 5px;
	height:17px;   width: 248px;
	overflow:hidden;
}


.main_side .videos_box li {
	background: url(/img/test/fotos/global/videos_button_bg.png) no-repeat left top;
	height: 66px;
	line-height: 17px;
	margin-bottom: -1px;
}
	* html .main_side .videos_box li {
		background: url(/img/test/fotos/global/videos_button_bg_ie6.gif) no-repeat left top;
	}

.main_side .videos_box li .image{
	padding: 8px 0 0 15px;
	float: left;
}
.main_side .videos_box li .title{
	float: left;
	padding: 8px 0 0 8px;
	height:17px;
	overflow:hidden;
	white-space: nowrap;
	overflow: hidden;
	width: 190px;
}



.main_side .vragen_box .top{
	background: url(/img/test/fotos/global/vgesteldevragen_top_bg.gif) no-repeat left top;
	height: 7px;
	overflow: hidden;
}
.main_side .vragen_box .inner {
	background: #749E89;
	color: white;
}
.main_side .vragen_box .inner li{
	padding-left: 11px;
	padding: 4px 0 4px 14px;
}
.main_side .vragen_box .inner li a{
	color: white;
}
.main_side .vragen_box .bottom{
	background: url(/img/test/fotos/global/vgesteldevragen_bottom_bg.gif) no-repeat left top;
	height: 7px;
	overflow: hidden;
}




.main_side .more_of_this {
	text-align: right;
	width: 291px;
	margin-top: 10px;
	font-weight: bold;	
}
.nieuws .more_of_this a {	
	color: #494949;
}
.veelgesteldevragen .more_of_this a {
	color: #308C99;
	
}
.nieuwsContainer h2 {
	margin-top: 0px;
}

.nieuwsContainer .nieuwsKop {
	margin-bottom: 20px;
	line-height: 18px;
}
.nieuwsContainer .nieuwsKop h2 {
	margin-bottom: 0px;
	font-size: 12px;	
}
.nieuwsContainer .nieuwsKop h2 a{		
	text-decoration: none;
}
.nieuwsContainer .nieuwsKop h2 a:hover{	
	text-decoration: underline;
}

.nieuwsContainer .nieuwsKop .nieuwsDatum,
.nieuwsItem .nieuwsDatum {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}
.nieuwsItem .nieuwsDatum {
	margin-bottom: 1em;
}
.nieuwsItem h2{
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #B0BECE;
	color: #6D6D70;
}
.nieuwsItem .nieuwsBericht {
	
	
}

.go_back_link a {
	text-decoration: none !important;
}	
.go_back_link a:hover {
	text-decoration: underline !important;
}	


.sitemap li {
	margin-bottom: 25px; 
}
.sitemap li a {
	font-weight: bold;
	padding: 4px;	
	text-decoration: none !important;	
}
.sitemap li a:hover {	
	text-decoration: underline !important;	
}
.sitemap li li {
	margin-top: 4px;
	margin-bottom: 0px; 
	list-style:circle;
	margin-left: 19px;
}
.sitemap li li a {	
	font-weight: normal;
	background: none;
	color: #D66B1F !important;
	margin-bottom: 0px;
}


#videos ul {
	margin: 0;
	padding: 0;
}
#videos ul li {
	list-style: none;
	float: left;
	margin: 10px 10px 0 0;
}
#videos ul r {
	margin-right: 0;
}


#search_overview #search_field {
	background: #eafafe;
	padding: 3px;
	border: 1px solid #b4b4b4;
}
#search_overview #search_button {
	cursor: pointer;
	padding: 3px;
	background: #FF7300;
	color: white;
	font-weight: bold;
}
#search_overview .search_result {
	border: 1px solid #b4b4b4;
	padding: 5px 10px 7px 10px;
	background: #f9f9f9;
}
#search_overview .search_result:hover {	
	background: #fff;
	border: 1px solid #6e6e6e;
}
#search_overview .search_result a {
	font-weight: bold;	
	display: block;
	margin-bottom: -10px;	
}

#reactieform {
	margin-bottom: 20px;
	}
	#reactieform p {
		margin-bottom: 2px; 
		}					
	#reactieform label {
		display: block;
		float: left;
		width: 120px;
		}
	#reactieform input.text,  #reactieform textarea {
		border: 1px solid #999;
		background-color: #f2f2f2;
		width: 200px;
		}
	#reactieform textarea {
		height: 80px;
		}
	#reactieform input.submit {
		border: 1px solid #FF7300;
		background-color: #FF7300;
		color: #fff;
		padding: 2px 10px;
		font-weight: bold;
		cursor: pointer;
		}
		#reactieform input.submit:hover {
			border: 1px solid #000;
			}

			
/*******( sIFR )******************/

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		}

	.sIFR-replaced {
		visibility: visible !important;
		}

	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
		}

	.sIFR-flash + div[adblocktab=true] {
		display: none !important;
		}

	.sIFR-hasFlash .content h1 {
		visibility: hidden;
		}

	body.page_home #visual .visual_image .title {
		line-height: normal;
		}

	#visual .visual_side .item h3 {
		letter-spacing: -3px;
		font-size: 22px;
		}				
