/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

Trianel tekst kleur		#231f20;
Trianel donker rood		#a8112e;
Trianel licht bruin		#c0b5a2;
Trianel donker bruin	#8c867a;

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html {
	height: 100%;
	min-width: 979px;
	width: auto !important;
	width: 979px;
}

img a, a img { border: 0px solid #fff; text-decoration: none; }

body {
	height: 100%;
	background: url(pics/pattern.gif) center top repeat #bfb6a4;
	width: 100%;
}

#site {
	position: relative;
	z-index: 2;
	margin: 0px auto;
	padding: 0px 0px;
	width: 979px;
	min-height: 585px;
	height: auto !important;
	height: 585px;
	font: 12px arial, verdana;
	line-height: 16px;
	color: #231f20;
	display: block;
}

#bg-container {
	position: absolute;
	z-index: 1;
	width: 1097px;
	height: 100%;
	text-align: center;
	left: 50%;
	margin-left: -548px;
	overflow: hidden;
}

#bg-container img { position: absolute; left: 0; }

#fade {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	min-width: 979px;
	width: 100%;
	min-height: 585px;
	height: 100%;
	display: none;
	background: url(pics/trans.png) top left repeat;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	margin: 0px auto;
	padding: 23px 0px 0px 0px;
	width: 980px;
	height: 97px;
	display: block;
}

#header .slogan {
	margin: 0px 0px 0px 0px;
	float: right;
	border: 0px solid #fff;
	line-height: 0px;
	font-size: 0px;
}

#header .logo a img {
	margin: 0px 141px 0px 3px;
	float: right;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	position: absolute;
	/*top: 23px;*/
	left: 50%;
	z-index: 5;
	width: 979px;
	text-align: center;
	margin-left: -490px;
}

#navigation ul {
	margin: 25px 0px 0px 41px;
	text-align: left;
	list-style-type: none;
}

#navigation li {
	position: relative;
	margin: 0px 3px 0px 0px;
	width: 97px;
	float: left;
}
/*#navigation li.home {float:none; margin-bottom:-16px; clear:both;}
#navigation li.home a:link, #navigation li.home a:visited { color: #fff; background-color: #8c867a;}*/

#navigation li.home {float: none;margin-bottom:-16px; clear:both;}
#navigation li.home a:link, #navigation li.home a:visited { color: #fff; background-color: #8c867a;}

#navigation li.menu_top.first {float:left; margin-left:100px; }
#navigation li.menu_top {margin-top:-6px;}


#navigation li a:link, #navigation li a:visited {
	padding: 0px 8px;
	width: 81px;
	display: block;
	font: 12px arial, verdana;
	line-height: 22px;
	color: #231f20;
	text-decoration: none;
	background-color: #fff;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #fff;
	background-color: #a8112e;
}
#navigation li.socialtop {margin-top:-6px;}
#navigation li.socialtop a:link, #navigation li.socialtop a:visited { 
	float:left;
	width:20px;
	height:17px;
	padding:3px 6px;
}
#navigation li.socialtop a.last_icon { 
	width:21px;
}
#navigation li.socialtop a:hover {background-color:#fff;}

#navigation li ul {
	position: absolute;
	top: 22px;
	left: 0px;
	z-index: 20;
	margin: 0px;
	width: 197px;	
/*	overflow: hidden;*/
}

#navigation li ul li {
	padding-top: 3px; 
	width: 197px;	
	display: block;
}

#navigation li ul li a:link, #navigation li ul li a:visited, #navigation li.current ul li a:link, #navigation li.current ul li a:visited {
	width: 181px;	
	color: #231f20;
	background-color: #fff;
}

#navigation li ul li a:hover, #navigation li.current ul li a:hover, #navigation li.current ul li.current a:link, #navigation li.current ul li.current a:visited  {
	width: 181px;	
	color: #fff;
	background-color: #a8112e;
}

#navigation li ul li ul.subsub {
	position: relative;
	top: 0px;
	left: 0px;
	width: 197px;
	display: block;
}
#navigation li ul li ul li { padding-top: 0px; }

#navigation li ul li ul li a:link, #navigation li ul li ul li a:visited,
#navigation li.current ul li ul li a:link, #navigation li.current ul li ul li a:visited,
#navigation li.current ul li.current ul li a:link, #navigation li.current ul li.current ul li a:visited { color: #000; background-color: #c0b5a2; } 

#navigation li ul li ul.subsub li.subniv a.multi-ddm-hover { color: #fff; background-color: #8c867a; }


#navigation li ul li ul li a:hover, 

#navigation li ul li ul li.current a:link, 
#navigation li ul li ul li.current a:visited, 
#navigation li ul li ul li.current a:hover, 
#navigation li.current ul li ul.subsub li a:hover, 
#navigation li.current ul li.current ul.subsub li a:hover,
#navigation li.current ul li.current ul.subsub li.current a:link, 
#navigation li.current ul li.current ul.subsub li.current a:visited {
	color: #fff;
	background-color: #8c867a;
}

/*#navigation ul.subsubsub li {margin-bottom:3px; background: #c0b5a2;}   
#navigation ul ul ul ul.subsubsub li a:link, #navigation ul ul ul ul.subsubsub li a:visited { background-color: #c0b5a2 !important; color: #000 !important; } 
#navigation ul ul ul ul.subsubsub li.current a:link,
#navigation ul ul ul ul.subsubsub li.current a:visited,
#navigation ul ul ul ul.subsubsub li a:hover {color:#fff !important;  background-color: #8c867a !important; }*/

#navigation li a:link span.plus {
	position: absolute; 
	top: 2px;
	right: 6px;
	font-size: 14px;
	font-weight: bold;
}

#navigation li ul li ul.subsubsub {
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 20;
	margin: 0px;
	width: 197px;	
	overflow: hidden;
}

#navigation li ul li ul li a.directnaar:link, #navigation li ul li ul li a.directnaar:visited,
#navigation li.current ul li ul li a.directnaar:link, #navigation li.current ul li ul li a.directnaar:visited,
#navigation li.current ul li.current ul li a.directnaar:link, #navigation li.current ul li.current ul li a.directnaar:visited { background-color: #680C22; color: #fff; } 

.subnav_content {
	float:left;
	padding:0px 0px 0px 3px;
	margin-top:50px;
	width:200px;
	line-height:22px;
	display:none;
}
.subnav_content.leftnav {
	margin:50px 0px 0px 194px;
}
#content .subnav_content ul.sub_new {
	left: 0px;
	z-index: 20;
	margin: 0px;
	width: 200px;	
}
#content .subnav_content ul.sub_new li {
	margin:0px 3px 3px 0px;
	padding: 0px; 
	width: 200px;	
	display: block;
}
#content .subnav_content ul.sub_new li a:link, #content .subnav_content ul.sub_new li a:visited {
	padding-left:8px;
	width: 192px;	
	color: #231f20;
	background-color: #fff;
	display:block;
	border-bottom:0px solid #fff;
}
#content .subnav_content ul.sub_new li.current a.mainitem {background:#a8112e; color:#fff;}
#content .subnav_content ul.sub_new li a:hover {
	width: 192px;	
	color: #fff;
	background-color: #a8112e;
}
#content .subnav_content ul.subsub {
	margin:0px;
	height:auto;
}
#content .subnav_content ul.subsub li {margin-bottom:0px; display:block;} /* ---------------------------height:21px;-------------- */ 
#content .subnav_content ul.subsub li a:link, #content .subnav_content ul.subsub li a:visited {
	padding-left:8px;	
	width: 192px;	
	color: #231f20;
	background-color: #C0B5A2;
	display:block;
	border-bottom:0px solid #fff;
}
 /* ---------------------------NEW-------------- */ 
#content .subnav_content ul.subsub li.current a:link, #content .subnav_content ul.subsub li.current a:visited, 
#content .subnav_content li.current ul.subsub2 li.current a:link, #content .subnav_content li.current ul.subsub2 li.current a:visited {color:#A8112E;}

#content .subnav_content ul li ul.subsub2 {
	
	margin:0px;
	/*position: relative;
	width: 197px;
	top: 0px;
	left: 0px;
	display: block;*/
}
#content .subnav_content li ul.subsub2 li a:link, #content .subnav_content li ul.subsub2 li a:visited,
#content .subnav_content li.current ul.subsub2 li a:link, #content .subnav_content li.current ul.subsub2 li a:visited {background:#DDDCD1 !important; color:#231F20;} 

#content .subnav_content li ul.subsub2 li a:hover, #content .subnav_content li.current ul.subsub2 li a:hover {background:#C0B5A2 !important;} 


 /* ---------------------------END NEW-------------- */ 
#content .subnav_content ul.subsubsub {
	margin:0px;
	position:relative;
	top:-20px;
	left:200px;
}
#content .subnav_content li.current ul.subsubsub li a:link, #content .subnav_content li.current ul.subsubsub li a:visited {background:#fff !important;} 
#content .subnav_content.leftnav ul.subsubsub {
	top:-20px;
	left:-200px;
}

#content .subnav_content ul.subsubsub li {margin-bottom:3px;}
#content .subnav_content ul.subsubsub li a:link, #content .subnav_content ul.subsubsub li a:visited {
	background-color: #fff;
	width:189px;	
}
#content .subnav_content ul.subsubsub li a:hover, #content .subnav_content li.current ul.subsubsub li a:hover {
	background-color: #A8112E !important;
}

/* ------------------------------------------------------------------------- Home new */ 
#content-homebloks {
	position: relative;
	width:	740px;
	height: 435px;
}
#content-homebloks .background_home {
	position: absolute;
	width:	740px;
	height: 435px;
	background:url(/pics/home_blocks.png) top left no-repeat;
}

#content-homebloks .blok {
	float:left;
	position:absolute;
	top: 0px;
	left: 0px;
	height:75px;
	width:87px;	
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
#content-homebloks .blok a:link, #content-homebloks .blok a:visited {color:#fff; text-decoration:none; border-bottom:0px solid #fff; }
#content-homebloks .blok a:hover {color:#fff; border-bottom:0px solid #fff;}

#content-homebloks .blok.mm a:link, #content-homebloks .blok.mm a:visited {color:#000; text-decoration:none; border-bottom:0px solid #000; }
#content-homebloks .blok.mm a:hover {color:#000; border-bottom:0px solid #fff;}


#content-homebloks .blok.tl {left: 150px; top: 15px;}
#content-homebloks .blok.tr {left: 350px; top: 15px;}
#content-homebloks .blok.ml {left: 48px; top: 165px; }
#content-homebloks .blok.mm {left: 248px; top: 165px;}
#content-homebloks .blok.mr {left: 455px; top: 165px;}
#content-homebloks .blok.bl {left: 150px; top: 315px; }
#content-homebloks .blok.br {left: 350px; top: 315px;}


#content-homebloks .title_blok {float: left; width:85px; height:50px; /*position:relative; z-index:50;*/}
#content-homebloks .title_blok a:link, #content-homebloks .title_blok a:visited {display:block; height:75px; /*position:relative; z-index:50;*/}
#content-homebloks .plus {position:absolute; left:0px; top: 50px; font-size:20px; }
#content-homebloks .text_blok {
	position:absolute;
	padding:10px 10px 10px 20px;
	width:181px;
	height:77px;	
	color:#000;
	font-weight:normal;
	font:11px;
	background:url(/pics/white_large.png) no-repeat;
}
#content-homebloks .blok.tl .text_blok {left: 77px; top: -12px; z-index:1001;}
#content-homebloks .blok.tr .text_blok {left: 77px; top:-12px; z-index:1000; }
#content-homebloks .blok.ml .text_blok {left: 78px; top: -13px; z-index:1001; }
#content-homebloks .blok.mm .text_blok {left: 78px; top:-13px; z-index:1000; }
#content-homebloks .blok.mr .text_blok {left: 70px; top:-13px; z-index:1000; }
#content-homebloks .blok.bl .text_blok {left: 77px; top: -12px; z-index:1001; }
#content-homebloks .blok.br .text_blok {left: 77px; top:-12px; z-index:1000; }

#content-homebloks .blok.tl {z-index:1001;}
#content-homebloks .blok.tr {z-index:1000; }
#content-homebloks .blok.ml {z-index:1001; }
#content-homebloks .blok.mm {z-index:1000; }
#content-homebloks .blok.mr { z-index:1000; }
#content-homebloks .blok.bl {z-index:1001; }
#content-homebloks .blok.br { z-index:1000; }

/* ------------------------------------------------------------------------- Content */ 

#content {
	position: relative;
	z-index: 50;
	margin: 0px auto;
	padding: 0px 40px 0px 42px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
}
#content .text {
	position: relative;
	margin: 50px 0px 0px 0px;
	padding: 15px 10px 25px 10px;
	width: 477px;
	min-height: 20px;	
	height: auto !important;
	height: 20px;
	float: left;
	display: inline;
	background-color: #fff;
}
#content .blocks_container {
	position: relative;
	margin: 25px 102px 0px 0px ;
	width: 196px;
	min-height: 20px;	
	height: auto !important;
	height: 20px;
	float: left;
	display: inline;
}
#content .blocks_container.laaglinks {
	margin: 25px 0px 0px 197px;
}

#content .blocks_container .block_col {
	position:relative;
	margin-bottom:3px;
	padding:9px 0px 0px 7px;
	height:88px;
	width:189px;
	color:#fff;
	background:#A8112E;
}
#content .blocks_container .block_col.notnews {	cursor:pointer;}

#content .blocks_container .block_col.isnews .block_text {width:180px; height:68px;}

#content .blocks_container .block_col.isnews .smallblock {margin-top:10px;}
#content .blocks_container .block_col.isnews .smallblock #nav_small { z-index: 50; width:100px; position: absolute; bottom: 40px; left:80px;} 
#content .blocks_container .block_col.isnews .smallblock #nav_small a { 
	margin: 0px 5px 0px 0px; 
	width: 20px; 
	height: 20px; 
	float: left; 
	display: block; 
	background: url(pics/news_notactive.gif) no-repeat;
	line-height: 0px; 
	font-size: 0px; 
	overflow: hidden;
} 
#content .blocks_container .block_col.isnews .smallblock #nav_small a.activeSlide { background: url(pics/news_active.gif) no-repeat;} 
#content .blocks_container .block_col.isnews .smallblock #nav_small a:focus { outline: none; } 

#content .blocks_container .block_col.isnews a.meer:link, #content .blocks_container .block_col.isnews a.meer:visited {
	font-size:12px;
	color:#8FA8B1;
	float:right;
	margin-right:5px;
}
/*#content .blocks_container .block_col.bckimg {
	background:url(pics/bck_block.jpg) no-repeat;
}*/
#content .blocks_container .block_col .block_text {
	width:156px;
	height:79px;
	overflow:hidden;
}
#content .blocks_container .block_col .top_plus {
	position:absolute;
	right:15px;
	top:10px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
}
#content .blocks_container .block_col .top_plus a:link, #content .blocks_container .block_col .top_plus a:visited {
	font-size:30px;
	font-weight:bold;
}
#content .blocks_container .block_col a.small_link:link, #content .blocks_container .block_col a.small_link:visited {
	font-size:12px;
	font-weight:normal;
}

#content .blocks_container .block_col a:link, #content .blocks_container .block_col a:visited {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	border-bottom:0px solid #fff;
	text-decoration:none;
}
#content .blocks_container .block_col a:hover {
	border-bottom:0px solid #fff;
}
#content .text.virals {
  padding: 0px;
  width: 497px;
  background-color: transparent;
}
#content .text.virals embed,
#content .text.virals object { width: 497px; height: 280px; }

#content .spacer {
	width: 895px;
	height: 20px;
	float: left;
}

#content .block {
	position: relative;
  /*top: 102px;*/
	top: 2px;
	left: 0px;
	padding: 10px;
	width: 277px;
	height: 77px;
	color: #a8112e;
	background-color: #fff;
	cursor: pointer;
}

#content .block a:link, #content .block a:visited {
	color: #a8112e;
	text-decoration: none;	
	border: 0px solid #fff;
}

#content .newsletter {
	position: relative;
	top: 105px;
	left: 399px;
	padding: 10px 5px;
	width: 87px;
	height: 77px;
	float: left;
	display: inline;
	color: #fff;
	background-color: #005DA8;	
}

#content .newsletter h3 a:link, #content .newsletter h3 a:visited { text-decoration: none; color: #fff; border: 0px solid #fff; }

#content .home-direct-naar {
	position: absolute;
	padding: 10px;
	top: 202px;
	left: 141px;
	width: 78px;
	height: 77px;
	cursor: pointer;
	background: #a81e30;
}

#content .home-direct-naar h3 a:link,
#content .home-direct-naar h3 a:visited,
#content .home-direct-naar h2 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border: 0px solid #fff;
	text-decoration: none;
}

#content .home-direct-naar h2 { margin: 14px 0px 0px 0px; font-weight: bold; line-height: 20px;}
#content .home-direct-naar span.plus { 
	position: absolute;
	top: 41px;
	right: 10px;
	color: #fff; 
	font-weight: bold; 
	font-size: 22px; 
}

/*#content .home-direct-naar.jan {*/
#content .home-direct-naar.zakelijk {
	position: absolute;
	padding: 10px;
  /*top: 2px;*/
	top: 102px;
	left: 341px;
	width: 77px;
	height: 77px;
	cursor: pointer;
	background: #a8112e;
}
#content .home-direct-naar.thuis {
  position: absolute;
  padding: 10px;
  /*top: 2px;*/
  top: 102px;
  left: 441px;
  width: 77px;
  height: 77px;
  cursor: pointer;
  background: #009b7b;
}

#content .news.janu {
	position: relative;
	top: 105px !important;
	left: 2px;
	padding: 10px;
	width: 277px;
	height: 180px !important;
	float: left;
	color: #005DA8 !important;
	background-color: #fff !important;	
}
#content .news.janu a:link, #content .news.janu a:visited {
	color: #005DA8 !important;
}
#content .news.janu a:hover {text-decoration:none; border-bottom:0px solid #fff;}

#content .news.janu #nav_janu { z-index: 50; position: absolute; bottom: 10px;} 
#content .news.janu #nav_janu a { 
	margin: 0px 5px 0px 0px; 
	width: 20px; 
	height: 20px; 
	float: left; 
	display: block; 
	background: url(pics/news_notactive.gif) no-repeat;
	line-height: 0px; 
	font-size: 0px; 
	overflow: hidden;
} 
#content .news.janu #nav_janu a.activeSlide { background: url(pics/news_active.gif) no-repeat;} 
#content .news.janu #nav_janu a:focus { outline: none; } 

#content .news.janu .latest-news { margin: 5px 0px 0px 0px; width: 277px; height: 30px; line-height: 15px; overflow: hidden; }

#content .news {
	position: relative;
	top: 205px;
	left: 2px;
	padding: 10px;
	width: 277px;
	height: 77px;
	float: left;
	color: #006470;
	background-color: #fff;	
}
#content .news.janu .items {height:110px !important;}
#content .news.janu .item {height:65px; width:255px;font-weight: bold; overflow:hidden;}
#content .news.janu .item a:link,
#content .news.janu .item a:visited { font-weight: normal; }

#content .news.janu img {margin:0px;}

#content .news.janu .items_next {margin-bottom:5px;}
#content .news.janu .items_next a:link, #content .news.janu .items_next a:visited {text-decoration:underline;}

#content .news .items { position: relative; width: 277px; height: 77px; }
#content .news .item { cursor: pointer; }

#content .news a:link, #content .news a:visited {
	color: #006470;
	text-decoration: none;	
	border: 0px solid #fff;
}

#content .plus {
	position: absolute;
	top: 9px;
	right: 10px;
	font-weight: bold;
	font-size: 22px;
}

#content .newsletter .plus { position: relative; right: 2px; float: right; }
#content .news .plus { top: 0px; }

#content .text.landingspage h1 {
  color: #A8112E !important;
}

#content .text.landingspage.red {
  background-color: #A8112E;
  color: #fff; 
}

#content .text.landingspage.red h1 {
  color: #fff !important;
}

#content .text.landingspage.red .buttons a:link, #content .text.landingspage.red .buttons a:visited {
  background-color: #fff !important;
  color: #A8112E !important;
}

#content .text.landingspage .buttons a:link, #content .text.landingspage .buttons a:visited {
  background-color: #A8112E !important;
  color: #fff !important;
}

#content .text.landingspage .plus {
  float: right;
  font-size: 46px;
}
#content .text.landing {
	float:left;
	margin-top:2px; 
	min-height: 377px;	
	height: auto !important;
	height: 377px;
	padding:10px;
}

/*----------------------*/
#content .text.landing {
	float:left;
	margin-top:2px; 
	min-height: 300px;	
	height: auto !important;
	height: 300px;
	padding:10px;
}
#content .text.landing.videofirst {
	padding-left:25px;
	width:462px;
}
#content .text.landing a:link, #content .text.landing a:visited {
	color:#185CA5;
	font-weight:bold;
	text-decoration:none;
	border-bottom:0px solid #fff;
}
#content .text.landing a:hover {
	color:#900326;
}
#content .text.landing span.tel {
	color:#185CA5;
	font-weight:bold;
}
.subnav_container {
	padding:2px 0px 0px 42px;
	width:497px;
	height:120px;
}
.subnav_container .block_left {
	float:left;
	padding:4px 8px 8px 8px ;
	height:86px; 
	width:84px; 
	background:#185CA5;
	cursor:pointer;
}
.subnav_container .block_left.current {
	background:#900326;
}
.subnav_container .block_left a:link, .subnav_container .block_left a:visited {color:#fff; line-height: 28px; font-weight:bold; font-size:20px; text-decoration:none; border:0px solid #fff;}
	
.subnav_container .block_middle {float:left; width:160px; overflow:hidden;}

.subnav_container .subnav {float:left; margin:0px 0px 0px 5px; width:232px; overflow:hidden;}

.subnav_container .subnav .block_nav {
	padding:2px 0px 0px 5px;
	margin-bottom:2px;
	width:227px; 
	height:21px; 
	background:#185CA5;
	cursor:pointer;
}
.subnav_container .subnav .block_nav.current {background:#900326;}
.subnav_container .subnav .block_nav a:link, .subnav_container .subnav .block_nav a:visited {color:#fff;text-decoration:none; border:0px solid #fff; display:block;}

#content .text.landing .title_landing h1 {font-size:40px; color:#185CA5; margin-bottom:20px;}
#content .text.landing .plus {
	position:relative;
	height:60px;
	top:-58px;
	float:right; 
	font-size:60px;
	line-height:30px;
	color:#19469d;
}
.text.landing #formcontent .row .description {background-color:#DFDCCF;}
.text.landing #formcontent .row .radiobuttons input.radio {width:30px;}
.text.landing #formcontent span.subradio {margin-right:5px;}

.text.landing #formcontent .row textarea.bericht_input {
	width:287px;
	background-color:#F2F0EC;
	height:100px;
	padding: 0px 5px;
	font: 12px Arial, Verdana;
	line-height: 16px;
}	
.text.landing #formcontent .row.verstuur.taf {margin-top:-3px; width:297px; background-color:#F2F0EC;}
.text.landing #formcontent .row.verstuur input.button {float:right;}


#formcontent .row.verstuur {float:right;}
#formcontent .row .radiobuttons input.radio {float:left;width:50px;}

#formcontent .row.verstuur input.button {padding:0px 0px 3px 5px;width:125px; text-align:left; background:#900326 !important; border:0px solid #fff; }

#content .text.landing .rightbutton {
  position: relative;
  margin: 0px -10px 0px -10px;
  padding: 0px 5px;
  width: 150px;
  height: 22px;
  float: right;
  font: 12px arial, verdana;
  line-height: 22px;
  display: inline;
  text-align: left;
  background-color: #900326 !important;
  border: 0px solid #000;
  cursor: pointer;
}
/*#content .text.landing.videofirst .rightbutton {margin-right:-25px; position:relative;}*/

#content .text.landing .rightbutton a:link, #content .text.landing .rightbutton a:visited {color:#fff; text-decoration:none; border:0px solid #fff; display:block;}

#content .text.landing .landing_nav .blockl {
	float:left;
	margin:10px 43px 35px 0px;
	padding:8px;
	width:81px;
	height:80px;
	cursor:pointer;
	background:url(pics/bck_blockl.gif) no-repeat;
}
#content .text.landing .landing_nav .blockl a:link, #content .text.landing .landing_nav .blockl a:visited {
	color:#fff;
	border-bottom:0px solid #fff;
}
#content .text.landing .landing_nav .blockl a:hover {
	border-bottom:0px solid #fff;
}
#content .landing_right {
	margin-top:99px;
	float:left;
}
#content .landing_right .blocklr {
	float:left;
	margin:4px 0px 0px 2px;
	padding:8px;
	width:81px;
	height:80px;
	cursor:pointer;
	background:url(pics/bck_blockl.gif) no-repeat;
}
#content .blocklr a:link, #content .blocklr a:visited {
	color:#fff;
	border-bottom:0px solid #fff;
}
#content .blocklr a:hover {
	border-bottom:0px solid #fff;
}
#content .terug a:link, #content .terug a:visited {border-bottom:0px solid #fff;}

#content .text.landing embed, #content .text.landing object {width:446px;}

#content .text.landing .video.landingvideo a:link, #content .text.landing .video.landingvideo a:visited {border-bottom:0px solid #fff;}

#content .text.landing .overview_video {
	width:470px;
	height:100px;
	margin-left:-10px;
}

h1, td h1 {font: 24px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 7px;}
h2, td h2 {font: 15px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 7px;}
h3, td h3 {font: 14px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 0px;}
h4, td h4 {font: 13px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 0px;}
h5, td h5 {font: 12px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 0px;}
h6, td h6 {font: 11px arial, verdana, sans-serif; font-weight: bold; margin-bottom: 0px;}

#content h1.directnaar { position: relative; color: #A8112E; font-size: 28px; }
#content h1 span.directnaar-plus { position: absolute; right: 0px; top: 0px; float: right; font-size: 50px;  line-height: 28px; }

#content a:link, #content a:visited {text-decoration: none; color: #231f20;  border-bottom: 1px solid #231f20;}
#content a:hover { color: #a8112e;  border-bottom: 1px solid #a8112e; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #231f20;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

.ui-tabs-hide {
	display: none;	
}

.h_space_3 { width: 3px; float: left; }


/* OVERLAY VIDEO NAME & TIME */
#content .container_video {
	position:relative;
	height:285px; /* 285 px */
	width:446px;
	overflow:hidden;
	z-index:20;
}
#content .video.small.container_video {height: 355px;}
#content .overlay_nametime {
    float: right;
	padding:10px;
	min-height: 90px;	
	height: auto !important;
	height: 90px;
    position: relative;
    right: 0px;
    top: 10px;
    width: 130px;
    z-index: 10000;
    background: url(/pics/bck_overlayvideo.png) repeat-y;
}
#content .landing .video-thumb.w110 {
	position:relative;	
	width:113px !important; 
	height: 55px !important;
}
#content .landing .video-thumb .thumb_info {
	position:relative;
	bottom:0px;
	width:103px;
	height:40px;
	padding:5px;
	overflow:hidden;
	font-size:10px;
    background: url(/pics/bck_overlayvideo.png) repeat-y;	
	cursor:pointer;
}
#content .landing .video-thumb .thumb_info .thumb_title {height:30px; overflow:hidden;}
#content .landing .video-thumb .thumb_info .thumb_duur {height:10px;}

#content .text.virals .buttons a:link, #content .text.virals .buttons a:visited {color:#000;} 
/* Video's */

#flashObj {
  position: relative;
  z-index: 10;
}

#content .text.virals .video {
  margin-bottom: 3px;
  height: 100px;
  width: 397px;
  overflow: hidden;
  color: #a8112e;
  font-size: 14px; 
  background-color: #fff;
}

#content .text.virals .video.small {
  height: 75px;
  font-size: 14px;
  font-weight: normal;
  width: 497px;
}

#content .text.virals .video a:link, #content .text.virals .video a:visited {
  display: block;
  color: #a8112e;
  text-decoration: none;
  border: 0px solid #fff; 
}

#content .text.virals .video a:link img, #content .text.virals .video a:visited img {
  border: 0px solid #fff;
}

#content .text.virals .video img {
  margin: 0px;
}

#content .text.virals .video span.video-text {
  padding: 17px 15px 0px 15px;
  display: block;
  width: 217px;
  height: 70px;
  font-size: 16px;
  overflow: hidden;
  line-height: 22px;
  float: left;
  font-weight: bold;
}

#content .text.virals .video span.video-text.small {
  height: 42px;
}

#content .text.virals .video.small span.video-text {
  width: 317px;
  font-size: 14px;
  font-weight: normal;
}

#content .text.virals .white-bg {
  padding: 5px;
  margin-bottom: 3px;
  background-color: #fff;
}

#content .text.virals .buttons a:link, #content .text.virals .buttons a:visited {
  background-color: #fff;
}

#content .text.virals .buttons a:hover {
  color: #a8112e;
}

#content .landings-buttons {
  float: left;
}

#content .video-thumb {
  float: left;
  margin: 15px 3px 0px 0px;
  width: 97px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
}
#content .landing .video-thumb {
  width:90px;
}
#content .landing .video-thumb.w110 {width:90px; /*height:80px !important;*/ overflow:hidden;}
#content .landing .video-thumb.w110 img {
	width:110px;
}
#content .video-thumb.last {
  margin-right: 0px;
}

#content .video-thumb img {
  width: 97px;
  margin: 0px;
}

#content .landings-buttons a:link, #content .landings-buttons a:visited, #content .buttons .landings-buttons a:link, #content .buttons .landings-buttons a:visited {
  margin: 2px 5px 0px 0px;
  padding: 0px 10px;
  width: 226px;
  height: 22px;
  display: block;
  float: left;
  line-height: 22px;
  background-color: #fff;
  border-bottom: 0px;
}

body .form-info {
  float: left;
  width: auto;
  padding: 5px; 
}

body .video_container {
  line-height: 0px;
  font-size: 0px;
  padding: 20px 0px 20px 20px;
  display: block;
}
/* ------------------------------------------------------------------------- Breadcrumbs */ 
#content .text .breadcrumb {
    margin: 0px 0px 10px 0px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	color:#A79F93;
}
#content .text .breadcrumb a:link, #content .text .breadcrumb a:visited {color:#A79F93; text-decoration:none; border-bottom:0px solid #fff;}
#content .text .breadcrumb a:hover {border-bottom:0px solid #A79F93; text-decoration:underline;}
#content .text .breadcrumb a.current {color:#A8112E !important;}
#content .text .breadcrumb a.current:hover {border-bottom:0px solid #A8112E; text-decoration:underline;}
/* ------------------------------------------------------------------------- Products */ 

#products { margin: 10px -10px 10px -10px; }

#products .product {
	margin: 10px 0px 0px 0px;
	height: 122px;
	width: 497px;
	overflow: hidden;
	background-color: #DEDACF;
}

#products .product .image, #content .product_head .icon {
	margin: 0px 0px 0px 0px;
	width: 122px;
	height: 122px;
	float: left;
	display: inline;
}

#products .product .intro {
	padding: 22px 0px;
	width: 350px;  
	float: left;
}

#products .product .image img, #content .product_head .icon img { margin: 0px; }
#products .product .intro h2 a:link, #products .product .intro h2 a:visited { border-bottom: 0px; }

#content .product_head {
    /*margin: -10px 0px 20px -10px;*/
	margin: 0px 0px 20px -10px;
	height: 119px;
}

#content .product_head .header { margin-left: 20px; width: 340px; float: left; }

#content .product_head .header h1 {
	line-height: 119px;
	font-size: 28px;
}

#content .buttons { position: absolute; left: 0; bottom: 22px;} 

#content .buttons a:link, #content .buttons a:visited {
	margin: 5px 5px 0px 0px;
	padding: 0px 10px;
	width: 177px;
	height: 22px;
	display: block;
	float: left;
	line-height: 22px;
	background-color: #900326;
	border-bottom: 0px;
	color:#fff;
}

#content .buttons a:hover { color: #fff; }

/* ------------------------------------------------------------------------- References */ 

#referencelist { margin: 25px -10px 25px -10px; }

#referencelist .reference {
	margin: 0px 0px 25px 0px;
	padding: 25px;
	min-height: 70px;
	height: auto !important;
	width: 447px;
	overflow: hidden;
	background-color: #DEDACF;
}

#content #referencelist .reference h2 a:link,
#content #referencelist .reference h2 a:visited { border-bottom: 0px; text-decoration: none; }

/* ------------------------------------------------------------------------- FormContent */

#formcontent {
	margin: 0px -10px 0px -10px;
	padding: 10px 0px;
	width: 497px;
	min-height: 50px;	
	height: auto !important;
	height: 50px;
	float: left;
	display: inline;
	background-color: #fff;	
}
#formcontent.width487 {
	width:487px;
	margin:0px 0px 0px -5px;
}
#formcontent .required {
	padding: 4px 5px;
	color: #8c867a;
	text-align: right;
}

#formcontent .multirow {
	position: relative;
	margin-bottom: 3px;
	background-color: #F2F0EC;
}

#formcontent .row {
	position: relative;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	margin-bottom: 3px;
}
#formcontent .row.send {width:440px;}
#formcontent .row.bericht {height:100px !important;}

#formcontent .row textarea.bericht_input {
	width:240px;
	height:100px;
	background-color:#C0B5A2;
	border:0px solid #fff;
}

#formcontent .row.form-info { padding: 0px 5px; font-size: 10px; color: #C0B5A2; }

#formcontent .row .errorMsg { position: absolute; top: 0; left: 175px; }
#formcontent .row .errorMsg img { margin: 0px; }

#formcontent .multirow .errorMsg { position: absolute; top: -35px; left: 175px; }

#tooltip {
	position: absolute;
	z-index: 3000;
	font: 12px arial, verdana;
	border: 1px solid #a8112e;
	background-color: #F2F0EC;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#formcontent .row .header {
	padding: 0px 5px;
	width: 187px;
	float: left;
	font-weight: bold;
	color: #C0B5A2;
	line-height: 22px;
}

#formcontent .row .darkheader {
	padding: 0px 5px;
	width: 487px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	background-color: #A79F93;
}

#formcontent .row .lightheader {
	padding: 0px 5px;
	width: 487px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	background-color: #a7a094;
}

#formcontent .row .headersmall {
	padding: 0px 5px;
	width: 140px;
	float: left;
	font-weight: bold;
	color: #C0B5A2;
	line-height: 22px;
}

#formcontent .row .description {
	margin-right: 3px;
	padding: 0px 5px;
	width: 187px;
	float: left;
	display: inline;
	line-height: 22px;
	background-color: #C0B5A2;
}
#formcontent .row .description.white {	background:none;}

#formcontent .row .value {
	width: 297px;
	height: 22px;
	float: left;
	display: inline;
	font: 12px arial, verdana;
	line-height: 16px;
	background-color: #ded9d2;
}
#formcontent .row .value.grey {
	width:240px;
	height:20px;
	background-color:#c0b5a2;
}
#formcontent .row .value.grey.none {background:none;}

#formcontent .row .small {
	margin-left: 3px;
	width: 147px;
	height: 22px;
	float: left;
	display: inline;
	font: 12px arial, verdana;
	line-height: 16px;
	background-color: #ded9d2;
}

#formcontent .row .first {
	margin: 0px;
}

#formcontent .row .value .radiobuttons {
	margin: 3px 5px;
}

#formcontent span.subradio { float: left; margin-right: 20px; }

#formcontent .row .value input.large {
	padding: 0px 5px;
	width: 287px;
	height: 22px;
	font: 12px arial, verdana;
	line-height: 16px;
	border: 0px;
	background-color: #ded9d2;
}
#formcontent .row .value.grey input.large {width:230px; height:20px; background-color:#ded9d2;}
#formcontent .row.send .btn {float:right;}
#formcontent .row .value input.large.maps { width: 275px; height: 20px; border: 1px solid #ccc; } 

#formcontent .row .small input.small {
	padding: 0px 5px;
	margin: 0px;
	width: 137px;
	height: 22px;
	font: 12px arial, verdana;
	line-height: 16px;
	border: 0px;
	background-color: #ded9d2;
}

#formcontent .multirow textarea {
	padding: 0px 5px;
	width: 487px;
	height: 100px;
	font: 12px arial, verdana;
	line-height: 16px;
	border: 0px;
	background-color: #ded9d2;
}

#formcontent .row .value select {
	width: 297px;
	height: 22px;
	line-height: 16px;
	background-color: #ded9d2;
	border: 1px solid #ded9d2;
}

#formcontent .row .value option { padding: 1px 0px 0px 0px; }

#formcontent .row input.button {
	width: 100px;
	height: 22px;
    float: right;
	font: 12px arial, verdana;
	line-height: 16px;
	color: #fff;
	background-color: #900326 !important;
	border: 0px solid #900326;
	cursor: pointer;
}


/* customerform-overview */
#formcontent .customerform-overview {
	margin: 30px 0px;
}

#formcontent .customerform-overview .row {
	background: url(pics/bg_customerform_overview.gif) top left repeat-y;	
}
#formcontent .customerform-overview .row.no-bg { background: none; }

#formcontent .customerform-overview .description {
	font-weight: bold;
	background: none;
}

#formcontent .customerform-overview .value {
	padding: 0px 5px;
	width: 287px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	line-height: 22px;
	background: none;
}
#content .leftbutton {
  position: relative;
  margin: 0px -10px 0px -10px;
  padding: 0px 5px;
  width: 86px; /*187*/
  height: 22px;
  float: left;
  font: 12px arial, verdana;
  line-height: 22px;
  color: #fff;
  display: inline;
  text-align: right;
  background-color: #900326 !important;
  border: 1px solid #900326;
  cursor: pointer;
}

#content #formcontent .leftbutton { margin-left: 0px; }

#content .leftbutton .min {
  font-size:22px;
  font-weight:bold;
  position:absolute;
  left:10px;
  top:-2px;
}

#content .leftbutton a:link, #content .leftbutton a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}

#formcontent .rightbutton {
	position: relative;
	padding: 0px 5px;
	width: 86px; /*187*/
	height: 22px;
	float: right;
	font: 12px arial, verdana;
	line-height: 22px;
	color: #fff;
	background-color: #000 !important;
	border: 1px solid #000;
	cursor: pointer;
}

#formcontent .rightbutton .plus { top: 0px; }

#content #formcontent ul.steps {
	position: relative;
	height: 22px;
	margin: 0px 0px 3px 0px;	
	padding: 0px;
	list-style-type: none;
}

#content #formcontent ul.steps li {
	margin: 0px; 
	padding: 0px;	
	float: left;
}

#content #formcontent ul.steps li a:link, 
#content #formcontent ul.steps li a:visited {
	padding: 0px 5px;
	margin-right: 3px;
	height: 22px;
	float: left;
	display: inline;
	font: 12px arial, verdana;
	line-height: 22px;
	background-color: #C0B5A2;	
	border: 0px;
}

#content #formcontent ul.steps li.ui-state-disabled a:link, 
#content #formcontent ul.steps li.ui-state-disabled a:visited {
	color: #888888;	
}

#content #formcontent ul.steps li.steplast {
	width: 45px;
	height: 22px;
	float: left;
	display: inline;
	background-color: #C0B5A2;	
}

#content #formcontent ul.steps li.ui-state-active a:hover, 
#content #formcontent ul.steps li.ui-state-active a.current:link, 
#content #formcontent ul.steps li.ui-state-active a.current:visited { color: #fff; background-color: #a8112e; }

#formcontent .productblock { margin-bottom: 13px; float: left; }

#formcontent .productblock .header {
	padding: 0px 5px;
	width: 487px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	background-color: #A79F93;
}

#formcontent .productblock .column {
	margin-right: 3px;
	width: 247px;
	float: left;
	display: inline;
}

#formcontent .productblock .columnlast {
	margin: 0px;
}

#formcontent .productblock .column .infoblock {
	position: relative;
	padding: 0px 5px;
	margin-bottom: 3px;
	width: 237px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	float: left;
	display: inline;
	line-height: 22px;
	background-color: #F2F0EC;	
}

#formcontent .productblock .column .infoblock.dark { background-color: #C0B5A2;	}

#formcontent .productblock .column .infoblock .plus { top: 0; }

#formcontent .productblock .column .selectblock {
	padding: 0px;
	margin-bottom: 3px;
	width: 247px;
	height: 22px;
	float: left;
	display: inline;
	line-height: 22px;
	background-color: #F2F0EC;	
}

#formcontent .productblock .column .selectblock select {
	padding: 0px;
	width: 247px;
	height: 19px;
	line-height: 16px;
	background-color: #F2F0EC;
	border: 0px solid #fff;
}

#calculation_result .row .description {
	color: #231f20;
	font-weight: bold;
	background: #fff;
}

#calculation_result .row .value { background: #fff; }

#calculation_result .row .value input.large,
#calculation_result .row .small input.small,
#calculation_result .row .small { background-color: #fff; color: #231f20; }

/* ------------------------------------------------------------------------- Maps */ 

/* overview categories (first page) */
#product-categories {
    margin: 15px -10px 15px -10px;
    width: 497px;
}

#product-categories .category {
    margin: 0px 0px 0px 0px;
    width: 122px;
    float: left;
    cursor: pointer;
    overflow: hidden;
} 
     
#content #product-categories .category .title a:link,
#content #product-categories .category .title a:visited {
    margin: 0px 0px 2px 0px;
    padding: 5px 5px;
    width: 112px;
    height: 30px;
    display: block;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border: 0px solid #fff;
    overflow: hidden;
}

#product-categories .category .infoblock {
    width: 122px;
    border: 0px solid #8c867a; 
} 

#product-categories .category .infoblock .image {
    width: 122px;
    height: 122px;
    background-color: #fff;
    overflow: hidden;
}

#product-categories .last .infoblock .image { border: 0px; }
 
#product-categories .category .infoblock .image img { margin: 0px; } 

#product-categories .category .infoblock .description { 
    padding: 5px;
    width: 112px;
    border-right: 1px dashed #ccc;
}

#content #product-categories .infoblock .description ul { margin: 0px; }

#product-categories .category .infoblock .description.no-border { border: 0px solid #fff; }


/* ------------------------------------------------------------------------- Maps */

#directions { float: left; }

/* ------------------------------------------------------------------------- Tarrifs */

#tariffs {
	margin: 25px 0px 0px -10px;
	width: 497px;
}

#tariffs .tariff {
	margin: 0px 0px 25px 0px;	
}

#tariffs .tariff .head {
	padding: 0px 10px;
	width: 477px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	background: #a7a094;
}

#tariffs .tariff .content {
	padding: 10px;
	width: 477px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
	background: #f4f3ef;
}

#content #tariffs .tariff .content ul { margin: 0px; }
#content #tariffs .tariff .content ul.tariff { 	margin: 25px 0px 0px 0px; list-style-type: none; }

#content #tariffs .tariff .content ul.tariff li {
	margin: 0px; 
	padding: 0px 0px 0px 15px;
	background: url(pics/bg_li_tariff.gif) 0px 4px no-repeat;	
}

#content #tariffs .tariff .content ul.tariff li a:link,
#content #tariffs .tariff .content ul.tariff li a:visited {
	border-bottom: 0px solid #fff;
	text-decoration: none;	
}

#content #tariff-table {
	margin: 15px 0px 35px 0px;
	width: 474px;
	background: #ececec;
}

#content #tariff-table .row { 
  line-height: 25px;
	min-height: 25px;
	height: auto !important;
	height: 25px;	
	border-bottom: 1px solid #fff;
}

#content #tariff-table .row.head {
	background: #a81e30;	
}

#content #tariff-table .column { 
	padding: 0px 5px;
	width: 95px;
	font-weight: bold;
	color: #231f20;
	float: left;
	background: #ececec;
}

#content #tariff-table .column.red {
	color: #fff;
	border-right: 1px solid #fff;
	background: #a81e30;		
}

#content #tariff-table .row.head .column { color: #fff; }

#content #tariff-table .column.last {
	border-right: 0px solid #fff;
} 
/* ------------------------------------------------------------------------- Blog */
#content .blogpage.detail ul.nav_blog {
	position:relative;
	left:-25px;
	top:-20px;
	z-index:100;
	list-style-type:none;
}
#content .blogpage.detail ul.nav_blog li.terug_nav {
	margin: 0px 3px 0px 0px;
	width: 97px;
	float: left;
	background:#000;
}
#content .blogpage.detail ul.nav_blog li.terug_nav a:link, #content .blogpage.detail ul.nav_blog li.terug_nav a:visited {
	padding: 0px 8px;
	width: 81px;
	display: block;
	font: 12px arial, verdana;
	line-height: 22px;
	text-decoration: none;
	border:0px solid #fff;
	color:#fff; 
	background:#000;
}
#content .blogpage.detail ul.nav_blog li.terug_nav a:hover {border:0px solid #fff; color: #fff; background-color: #000; text-decoration: none;}
#content .blogpage.detail .prevnext {
	position:relative;
	float:right;
	width:220px;
	right:-13px;
	top:-30px;
}
#content .blogpage.detail .prevnext ul {
	float:right;
	list-style-type:none;
}
#content .blogpage.detail .prevnext ul li {
	margin: 0px 3px 0px 0px;
	width: 97px;
	float: left;
	background:#000;
}
#content .blogpage.detail .prevnext li a:link, #content .blogpage.detail .prevnext li a:visited {
	padding: 0px 8px;
	width: 81px;
	display: block;
	font: 12px arial, verdana;
	line-height: 22px;
	text-decoration: none;
	border:0px solid #fff;
	color:#fff; 
	background:#000;
}
#content .blogpage.detail .prevnext li a:hover {border:0px solid #fff; color: #fff; background-color: #000; text-decoration: none;}

#content .left_content {
	float:left;
	margin-left:-1px;
	width:545px;
}
#content .blogpage {
	margin-top:45px;
	width:544px;
}
#content .blogpage .pagination {
	height:20px;
	margin:5px 0px;
	text-align:center;
	background:#fff;
}
#content .blogpage .list_item {
	float:left;
	margin-bottom:5px;
	padding:10px;
	height: 137px;
	width:524px;
	background-color:#fff;
	cursor:pointer;
}
#content .blogpage .list_item .intro {
	float:left;
	width:380px;
}
#content .blogpage .list_item .intro .txt_intro {
	width:380px;
	height:100px;
	overflow:hidden;
}
#content .blogpage .list_item .intro .reacties {
	float:left;
	width:100px;
}
#content .blogpage .list_item .intro .more {
	float:right;
	width:100px;
	text-align:right;
}
#content .blogpage .list_item .intro a:link, #content .blogpage .list_item .intro a:visited {color:#A8112E; border-bottom:0px solid #fff; text-decoration:none;}
#content .blogpage .list_item .intro a:hover {color:#000; border-bottom:0px solid #fff;}
#content .blogpage .list_item .intro h2 { color:#A8112E; font:bold 12px arial, verdana;}
#content .blogpage .list_item .blog_pic {
	float:left;
	margin-left:5px;
	width:135px;
}
#content .blogpage .list_item .blog_pic img {margin:0px;}

#content .blogpage.detail {
	float:left;
	padding:10px;
	width:524px;
	background:#fff;
}
#content .blogpage.detail h1 {color:#A8112E;}
#content .blogpage.detail .leftbutton { margin-right:20px; background-color:#000 !important; border:1px solid #000; text-align:left;}
#content .blogpage.detail .addthis_toolbox {float:left; width:250px; margin-top:3px;}
#content .blogpage.detail .addthis_toolbox a:link, #content .blogpage.detail .addthis_toolbox a:visited {border-bottom:0px solid #fff; text-decoration:none;} 
#content .blogpage.detail .addthis_toolbox a:hover {border-bottom:0px solid #fff; text-decoration:none;}
#content .blogpage.detail #Reactions {
	padding:10px;
	margin:15px -10px;
	background:url(/pics/reactie_bck.gif) top left repeat-x;
}
#content .blogpage.detail #Reactions .reactie_van {
	float:left;
	width:250px;
	color:#A8112E; 
	font-weight:bold;
}
#content .blogpage.detail #Reactions .date {
	float:right;
	width:200px;
	color:#C0B5A2;
	text-align:right;
}
#content .blogpage.detail #Reactions .date span.stripe {color:#A8112E;}
#content .blogpage.detail h2 {color:#A8112E; font-size:12px;}
#content .blogpage.detail #reactionform {
	padding:10px;
	margin:20px -10px;
	min-height: 45px;
	height: auto !important;
	height: 45px;		
	background:url(/pics/reactie_bck.gif) top left repeat-x; 
}
#content .blogpage.detail #reactionform #formcontent {width:544px;}
#content .blogpage.detail #reactionform .row.large {
	min-height: 25px;
	height: auto !important;
	height: 25px;	
	overflow:hidden;
}
#content .blogpage.detail #formcontent .row .value {width:343px;}
#content .blogpage.detail #reactionform .row.large .value {
	min-height: 25px;
	height: auto !important;
	height: 25px;	
}
#content .blogpage.detail #reactionform textarea { 	
 	background-color: #F2F0EC;
    border: 0 none;
    font: 12px/16px arial,verdana;
    height: 100px;
    padding: 0 5px;
    width: 335px;
}

/* ------------------------------------------------------------------------- Sidebar blog */ 
#content .sidebar {
	float:left;
	width:302px;
	margin:35px 0px 0px 49px;
}
#content .sidebar #blog_lastvideo {
	margin-bottom:-5px;
	margin-top:9px;
	padding:10px 20px 20px 20px;
	width:280px;
	height:179px;
	overflow:hidden;
	background: url(/pics/lastvideo_bck.png) top left no-repeat;
}
#content .sidebar #blog_lastvideo .video-embed  {height:150px;}
#content .sidebar #blog_lastvideo .video-thumb {width:100%; margin-top:5px ;}
#content .sidebar #blog_lastvideo .thumb_info {margin-top:-15px; height:40px; overflow:hidden; font-size:11px; line-height:13px; color:#C0B5A2;}
#content .sidebar #blog_lastvideo .thumb_last, #content .sidebar #blog_lastvideo .thumb_title, #content .sidebar #blog_lastvideo .thumb_duur {float:left;}
#content .sidebar #blog_lastvideo .thumb_last {width:85px;}
#content .sidebar #blog_lastvideo .thumb_title {width:145px;}
#content .sidebar #blog_lastvideo .thumb_duur {width:30px;}

#content .sidebar #TwitterContainer {
	padding:30px 20px 20px 20px;
	width:280px;
	height:135px;
	background: url(/pics/tweet_bck.png) top left no-repeat;
}
#content .sidebar #TwitterContainer ul.tweet_list {width:280px; height:130px; overflow:hidden;}
#content .sidebar #TwitterContainer span.tweet_time {display:none;}
#content .sidebar #TwitterContainer  ul {
  list-style-type: none;
  margin: 0px;
}
#content .sidebar #TwitterContainer ul li {
  width:275px;
  clear: both;
  float: left;
  border-bottom:0px solid #999;
  padding: 0px 0px 10px 0px;
  margin: 2px 0px 0px 0px;
}
#content .sidebar #TwitterContainer  li a:link, #content .sidebar #TwitterContainer  li a:visited { color:#000;}
#content .sidebar #TwitterContainer  ul li span.time {
	font-weight:normal;
}
#content .sidebar #TwitterContainer  ul li img{
  float: left;
  margin: 0px 5px 0px 0px;
  border:0px solid #fff;
} 
#content .sidebar .smallblock {
	padding:15px 0px 0px 20px;
	margin-top:-30px;
	height:115px;
	width:100%;
	background:url(/pics/news_bck.png) top left no-repeat;
}

#content .sidebar .smallblock a:link, #content .sidebar .smallblock a:visited {border-bottom:0px solid #fff;}
#content .sidebar .smallblock a.nieuws_title:link, #content .sidebar .smallblock a.nieuws_title:visited {
    border-bottom: 0 solid #FFFFFF;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
#content .sidebar .smallblock #nav_small { z-index: 50; width:100px; left:75px; top:-28px; position: absolute;} 
#content .sidebar .smallblock #nav_small a { 
	margin: 0px 5px 0px 0px; 
	width: 20px; 
	height: 20px; 
	float: left; 
	display: block; 
	background: url(/pics/news_notactive.png) no-repeat;
	line-height: 0px; 
	font-size: 0px; 
	overflow: hidden;
} 
#content .sidebar .smallblock #nav_small a.activeSlide { background: url(/pics/news_active.png) no-repeat;} 

#content .sidebar .smallblock .items {margin-top:10px;}
#content .sidebar .smallblock .items a:link, #content .sidebar .smallblock .items a:visited {color:#fff;} 
#content .sidebar .smallblock .sitems_tocycle {background-color:transparent !important;}

#content .sidebar .socmedia_icons {
	padding:15px 0px 0px 20px;
	margin-top:-25px;
	height:115px;
	width:100%;
	background:url(/pics/socmed_bck.png) top left no-repeat;
}
#content .sidebar .socmedia_icons a:link, #content .sidebar .socmedia_icons a:visited {border-bottom:0px solid #fff; margin-right:10px;} 
#content .sidebar .socmedia_icons a img {border-bottom:0px solid #fff;}
/* ------------------------------------------------------------------------- Footer */ 

#footer {
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	color: #fff;
}

#footer .footer_container {
	margin: 0px 42px;
	width: 900px;
}

#footer .links { width: 400px; float: right; }

#footer a:link, #footer a:visited {
	margin: 0px 3px 0px 0px;
	padding: 5px 8px;
	width: 81px;
	display: block;
	float: left;
	font: 12px arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	background: url(pics/ffffff_60.png) top left repeat;
}

#footer a.first:link, #footer a.first:visited { margin: 0px 4px 0px 0px; width: 80px; }

#footer a:hover { color: #a8112e; }

#footer .plus {
	margin: 0px 15px;
	font: 14px arial, verdana, sans-serif;
	font-weight: bold;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
