body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

html { min-height: 100%; margin-bottom: 1px; } /*Joep:Dit zou in firefox ervoor moeten zorgen dat er altijd een scrollbalk aanwezig is */
												/* zodat de site niet meer kan verspringen. */


#container
{
	margin-left:auto;
	margin-right:auto;
	width:777px;
	height:100%;
}

/* classes voor editform */

p
{
	margin: 0px;
	font-size: 9pt;
	padding: 0px;
}



h1, #title
{
	font-weight: 600;
	color: #e10b01;
	/*font-style: italic;*/
	font-size: 14pt;
	margin-top: 0em;
	/*padding-top: 1em;*/
}

h2
{
	font-weight: bold;
	font-size: 120%;
}

h3
{
	font-weight: bold;
	font-size: 110%;
}

h4,h5
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0em;
}

h4
{
	/* cursor: pointer; */
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

ul li
{
	list-style-image: url(/img/reddot.gif);
}

hr
{
	color: #bdbdbd;
	height: 1px;
	margin-bottom: 6px;
}

.fotolinks
{
	float:left;
	padding-right:5px;
	padding-bottom:10px;
	border:0;
}
.fotorechts
{
	float:right;
	padding-right:0px;
	padding-left:10px;
	padding-bottom:10px;
	border:0;
}
	
.fotocentered
{
	margin-left:auto;
	margin-right:auto;
    display:block;
}
	


/* einde classes voor editform */

div#header
{

	width:777px;
	height: 80px;
	background-color: #bababa;
	
}

div#header div#h-logoLB
{
	/*background: url(/img/logoLB.gif) white center top no-repeat; */
	width: 158px;
	height: 100%;
	float: left;
	padding:0;
	margin:0;
	padding-left:1px;
	cursor: pointer;
}

#btn_logo
{
	width:100px;
}

div#header div#h-banner
{
	/* background: url(/img/banner.gif) white center top no-repeat; */
	background: white center top no-repeat;
	width: 615px;
	height: 100%;
	float: right;
	overflow: hidden;
	background-color: #bababa;
	margin: 0px;
	padding:0px;
}

div#header div#h-banner img
{
	float: right;
}


div#toolbar
{
	width: 777px;
	height: 30px;
	font-size: 8pt;
	font-weight: bold;
	background-color: #e10b01;
	
}

div#toolbar a
{
	color: white;
	text-decoration: none;
}

div#toolbar a:hover
{
	text-decoration: underline;
}

div#toolbar div#tb-search
{
	width: 161px;
	height: 100%;
	float:left;
	background-color: #bababa;
}

div#toolbar div#tb-tools-background
{
	width: 777px;
	height: 30px;
	background-color: #e10b01;
	float: right;
	
	
}

div#toolbar div#tb-tools-background div#tb-tools
{
	float: right;
	width: auto;
	padding: 8px 3px 0px 0px;
}

div#tb-tools .tb-tool
{
	padding: 0px 10px 0px 5px;
	
}

div#tb-search input
{
	width: 90px;
	font-size: 8pt;
	position: relative;
	top: 4px;
}

div#tb-search .tb-searchlabel
{
	position: relative;
	top: 3px;
	margin: 0px 10px 0px 10px;
}

div#leftbar
{
	margin: 15px 0px 0px 0px;
	float: left;
}

div#navigation
{
	margin-left: 10px;
	width: 141px;
	margin-right: 10px;
	border-top: 1px solid white;
	color:White;
}

div#navigation a
{
	font-size: 7.5pt;
	color: white;
	display: block;
	margin-left: 4px;
	text-decoration: none;
}

div#navigation a:hover
{
	text-decoration: underline;
}

div#navigation div.nav-section a
{
	display:none;
}

div#navigation h4
{
	cursor: pointer;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

div#navigation div.nav-section-active
{
	border-bottom: 1px solid white;
	padding: 5px 0 7px 0px;
}

div#navigation div.navnews-section-active,div#navigation div.navnews-section
{
	border-bottom: 1px solid white;
	padding: 5px 0 7px 0px;
}


div#navigation div.nav-section-active a.active
{
	font-weight: bold;	
}

div#navigation div.nav-section h4
{
	background: url(/img/arrow-down.gif) no-repeat center right;
}

div#navigation div.nav-section-active h4, div#navigation div.navnews-section-active h4
{
	background: url(/img/arrow-left.gif) no-repeat center right;
}


div#navigation div.nav-section
{
	border-bottom: 1px solid white;
	padding: 5px 0 7px 0px;
	
}

div#navigation div.news-section a
{
	border-bottom: 1px solid white;
	padding: 5px 0 7px 0px;
	text-decoration: none;
	font-size:9pt;
	font-weight:bold;
	
}

div#navigation div.tussen-section
{
	height:20px;
	/* border-bottom: 1px solid white; */
}


div#lowerpart
{
	width:777px;
	margin: 0px;
	padding: 0px;
}


div.content
{
	width: 427px;
	height: auto;
	float:left;
	margin: 15px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	/*overflow:visible;*/
	font-size: 10pt;
	border-right: 1px solid #bdbdbd;
}


div.content h1
{
	font-weight: 600;
	color: #e10b01;
	/*font-style: italic;*/
	font-size: 14pt;
	margin-top: 0em;
	/*padding-top: 1em;*/
}

div.content .homepageItem h1
{
	margin-bottom: 0.25em;
}

div.content h2
{
	font-weight: bold;
	font-size: 120%;
}

div.content h3
{
	font-weight: bold;
	font-size: 110%;

}

div.content h4
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0em;
}

div.content h5
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0em;
}

div.content h6
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0em;
}

div.content div.right-inset
{
	float: right;
	margin: 0 0 5px 5px;
}

div.content div.left-inset
{
	float: left;
	margin: 0 5px 2px 0;
}

div.content div.top-inset
{
	text-align: center;
	clear: both;
	margin: 0 0 5px 5px;
}

div.content p
{
	line-height: 125%;
}

div.content hr
{
	color: #bdbdbd;
	height: 1px;
	margin-bottom: 6px;
}

div.content a
{
	color: #e10b01;
}

div.content ul li
{
	list-style-image: url(/img/reddot.gif);
}

div.content div.date, span.date
{
	color: #b0b0b0;
	font-size: 7pt;
	margin-bottom: 0.5em;
	margin-left:5px;
}


div#rightbar
{
	width: 166px;
	float: left;
	overflow: hidden;
	line-height: 0px;
	margin-top: 15px;
	margin-right: 0px;
	padding-right: 0px;
}



div#rightbar div.rightnavbar-block,  div#rightbar div.rightnavbar-vervolg, div#rightbar div.rightnavbar-vervolg-active, div.rightnavbar-knop
{
	width: 159px;
	margin-left: 7px;
	margin-bottom:15px; /*leo 15 */
	line-height: normal;
	margin-right: 0px;
	margin-bottom:10px;
	padding: 0px;
	float: left;
	clear: both;
}

div.rightnavbar-knop
{
	
	cursor:pointer;
}



div#rightbar div.rightnavbar-block h4
{
	font-size: 9pt;
	letter-spacing: 2pt;
	line-height: 1.1em;
	text-align: center;
	text-transform: none;
	margin: 0 0 5px 0;
	padding: 0;
	/* border: 1px solid #b2b2b2; */
	color: White;
	background-color: #bababa;
	padding: 2px;
	border: solid 1px #bababa;
	
}

div#rightbar div.rightnavbar-knop h4
{
	font-size: 9pt;
	letter-spacing: 2pt;
	line-height: 1.1em;
	text-align: center;
	margin: 0;
	margin-top:-13px;
	*margin-top: -15px; 
	_margin-top:-5px;
	padding: 0;
	clear: both;
	color:White;
	height:1px;
}

div#rightbar div.rightnavbar-block p,  div#rightbar div.rightnavbar-vervolg-active p
{
	font-size: 7.5pt;
	margin-bottom:1.1em; 
	
	
}

div#rightbar div.rightnavbar-block a, div#rightbar div.rightnavbar-vervolg-active a
{
	font-size: 7.5pt;
	color: #e10b01;
	margin-right: 2px;
	/*toegevoegd voor juiste weergave datum */
}



div#rightbar div.rightnavbar-block span.date,  div#rightbar div.rightnavbar-vervolg-active span.date
{
	color: #b0b0b0;
	font-size: 7pt;	
	margin-left:0;
}

div#rightbar div.rightnavbar-vervolg a, div#rightbar div.rightnavbar-vervolg p, div#rightbar div.rightnavbar-vervolg span.date
{
	display:none;
}

/* einde rechtermenu */

div.bottombar 
{
	clear: both;
	float: left;
	padding-left: 171px;
	width: 427px;
	margin-top: 1em;
}

div#bottombar-left
{
	float: left;
}

div#bottombar-right
{	
	float: right;
}

div.bottombar a
{
	text-decoration: none;
	color: Black;
}

div.sitemap-level
{
	margin-bottom: 10px;
	/* border-left: solid 1px black; */
}

div.sitemap-channel
{
	padding-left: 18px;
	background: url(/img/folder.gif) no-repeat 0px 0px;
	margin-bottom: 5px;
}

div.sitemap-posting
{
	padding-left: 18px;
	background: url(/img/document.gif) no-repeat 1px 0px;
	padding-bottom: 4px;
}

div.sitemap-childlevel
{
	padding-left: 50px;
}

div.homepageItem
{
	width: 425px;
	border-bottom: solid 1px #bdbdbd;
	margin-bottom: 1em;
}

div.faq-item,div.faq-item-active
{
	padding-left: 17px;
	margin-bottom: 5px;
	background-color: Transparent;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

div.faq-item
{
	background-image: url(/img/arrow-down-red.gif);
	background-position: 0px 4px;
}

div.faq-item-active
{
	background-image: url(/img/arrow-right-red.gif);
	background-position: 0px 4px;
}

div.faq-item-vraag
{
	cursor: pointer;
	font-weight: bold;
}

div.faq-item div.faq-item-antwoord
{
	display: none;
}

div.faq-item-active div.faq-item-antwoord
{
}

div.SEResult
{
	font-size: 8.5pt;
}

div.SEResult_Doctype
{	
	width:592px;
	float: left;
	clear: left;
	color:Gray;
	font-weight:normal;
	
	
}

div.SEResult_Title
{
	width:592px;
	float: left;
	clear: left;
}

div.SEResult_Summary
{
	clear: both;
	font-weight:normal;
	width:593px;
	overflow:hidden;
}

div.SEResult_FileInfo
{
	font-size: 6pt;
	float: right;
}


/* toevoeging leo */

.fotos
{
	float:left;
	width:400px;
	 background-color:Yellow;
	 padding:10px;
}


div#contentnieuws
{
	width:588px;
	float:left;
}

div#newsnavigation
{
	width: 588px;
}

div#newsnavigation h4
{
	cursor: pointer;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	
}

div#newsnavigation a
{
	font-size: 9pt;
	color: #e10b01;
	margin-top:5px;
	text-decoration: none;
}

div#newsnavigation a:hover
{
	text-decoration: underline;
}



div.newslinkrightmenu
{
	padding-bottom:1em;
	
}

div.newsitem
{
	padding-bottom:1em;
	
}

div#newsnavigation div#news-overig,div#newsnavigation div#news-overig-active
{
	padding: 0 0 7px 0;
}

div#newsnavigation div#news-overig h4, div#newsnavigation div#news-overig-active h4
{
	text-indent:20px;
	margin-bottom:1em;
}

div#newsnavigation div#news-overig h4
{
	background: url(/img/arrow-down-red.gif) no-repeat center left;	
}

div#newsnavigation div#news-overig-active h4
{	
	background: url(/img/arrow-right-red.gif) no-repeat center left;		
}

div#newsnavigation div#news-overig div.newsitem
{
	display:none;
}



/*navigation op referentiepagina */

div.refsegment
{
	
	height:30px;
	width:500px;
	background-color:#bababa;
}

div.refsegment h1
{
	font-size: 10pt;
	/*color: #e10b01;*/
	color:White;
	margin: 0;
	padding-top: 5px;
	padding-left:0;
	
}


div#refnavigation
{
	width: 575px;
	margin-right:10px;
	text-indent:20px;
	
}

div#refnavigation a
{
	font-size: 9pt;
	color: #e10b01;
	display: block;
	text-indent:0;
	margin-top:5px;
	margin-left: 20px;
	text-decoration: none;
}

div#refnavigation a:hover
{
	text-decoration: underline;
}

div#refnavigation div.ref-section
{
	padding: 5px 0 7px 0px;
	
	
}
div#refnavigation div.ref-section a
{
	display:none;
	
}

div#refnavigation h4
{
	cursor: pointer;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	
}

div#refnavigation div.ref-section-active
{
	padding: 5px 0 7px 0px;
	text-decoration: none;	
}


div#refnavigation div.ref-section h4
{
	background: url(/img/arrow-down-red.gif) no-repeat center left;
}

div#refnavigation div.ref-section-active h4
{
	background: url(/img/arrow-right-red.gif) no-repeat center left;
}

/*einde navigation op referentiepagina */



.lblerror
{
	color: red;
	font-weight:bold;
	text-align:center;
}

/* cssclass voor cms searchprovider */

.highlight 
{
	text-decoration: none;
	color:Black;
	font-weight:bold;
 }




  