/* ooglijm.nl */

/* basic layout on http://blog.html.it/layoutgala/layout07.html */

/* styled by Joop Vos - www.redfoxwebdesign.nl - 2006 */

/* editor - CSSEdit - http://www.macrabbit.com/cssedit/ */

*
{
	border: 0px solid gray;
	margin: 0;
	padding: 0;
}

body 
{
	font: 67.5%/1em 'Lucida Grande', LucidaGrande, Lucida, Verdana, Tahoma, Helvetica, Sans-serif;
	background-color: #fff;
}

div#container
{
	margin: 0 auto;
	text-align: center;
	background: #fff url(#) no-repeat;
	border-left: 1px solid #fa0a0b;
	border-right: 1px solid #fa0a0b;
	width: 1009px;
	voice-family: "\"}\""; /* for IE5! (boxmodel hack > width) */
	voice-family: inherit;
	width: 1007px;
}

html>body #container
{
	width: 1007px; /* be nice to Opera! */
}

a:link
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

a:visited
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

a:hover
{
	text-decoration: none;
	color: #ff2700;
	border-bottom: 1px dashed #333;
}

a:active
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

a.image
{
	border: 0;
}

a 
{	outline: none;}

/* @group top */

#top 
{
	height: auto;
}

#top ul.nav_site 
{
	list-style: none; /* no browser' bullets here */
	padding: 4px 20px 4px 0; /* no browser' padding here */ 
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	background-color: #fa0a0b;
	border-bottom: 1px solid #fff;
}

#top ul.nav_site li 
{
	display: inline; /* making list horizontal here */
 	list-style-type: none; /* no browser' bullets here */
}

#top ul.nav_site li a
{
	padding: 4px;
	text-decoration: none;
	color: #fff;
	background-color: #fa0a0b;
	border-bottom: 0; /* cascading */
}

/* a.active is ONLY working when .active is in HTML */

#top ul.nav_site li a.active, #top ul.nav_site li a:hover 
{ 
	margin: 0;
	color: #ed1c24;
	background-color: #fff;
	text-decoration: none;
	border-bottom: 0; /* cascading */
} 

/* @end */

/* @group header */

div#header
{
	margin: 0;
	padding: 20px 0 0 0;
	height: 170px;
	background: #fa0a0b url(images/10.gif) no-repeat 26px 20px;
	text-align: left;
	position: relative;
}

#header img.bno_logo
{
	position: relative;
	top: -20px;
	left: 908px;
}

div#header h1
{
	text-indent: -9000em;
}

/*
div#header h1 a:link
{
	color: #fff;
	text-decoration: none;
}

div#header h1 a:visited
{
	color: #fff;
	text-decoration: none;
}

div#header h1 a:hover
{
	color: #ff2700;
	text-decoration: none;
}

div#header h1 a:active
{
	color: #fff;
	text-decoration: none;
}
*/

div#header h2
{
	color: #000;
	text-indent: -9000em;
}

/* @end */

/* @group nav */

#nav 
{
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #fa0a0b;
	text-align: left;
	position: relative;
}

#nav ul.nav_main 
{
	list-style: none; /* no browser' bullets here */
	padding: 10px 0 10px 20px; /* no browser' padding here */ 
	margin: 0px;
	background-color: #fff;
}

#nav ul.nav_main li 
{
	margin: 0;
	padding: 2px 6px 4px 6px;
	font-family: Verdana, Tahoma, Helvetica, Sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	display: inline; /* making list horizontal here */
 	list-style-type: none; /* no browser' bullets here */
}

#nav .nav_main a {
	text-decoration: none;
	color: #fa0a0b;
	border-bottom: 0;
	background-color: #fff;
}

#nav .nav_main a:hover 
{ 
	color: #333;
	background-color: #fff;
	border-bottom: 0;
	text-decoration: none;
}

/* a.active is ONLY working when .active is in HTML */

#nav .nav_main a.active 
{ 
	color: #333;
	background-color: #fff;
	text-decoration: none;
} 

#home #nav .nav_main li.home a { color: #000;background-color: #fff;text-decoration: none;}
#nieuws #nav .nav_main li.nieuws a { color: #000;background-color: #fff;text-decoration: none;}
#agenda #nav .nav_main li.agenda a { color: #000;background-color: #fff;text-decoration: none;}
#columns #nav .nav_main li.columns a { color: #000;background-color: #fff;text-decoration: none;}
#gespot #nav .nav_main li.gespot a { color: #000;background-color: #fff;text-decoration: none;}
#estafette #nav .nav_main li.estafette a { color: #000;background-color: #fff;text-decoration: none;}
#blikveld #nav .nav_main li.blikveld a { color: #000;background-color: #fff;text-decoration: none;}
#publicaties #nav .nav_main li.publicaties a { color: #000;background-color: #fff;text-decoration: none;}
#verslag #nav .nav_main li.verslag a { color: #000;background-color: #fff;text-decoration: none;}
#contact #nav .nav_main li.contact a { color: #000;background-color: #fff;text-decoration: none;}

/* @end */

#wrapper 
{
	float: left;
	width: 100%;
	background-color: #fff;
}

/* @group content */

#content 
{
	margin: 3px 210px 0 220px;
	padding-bottom: 20px;
	background-color: #fff;
	text-align: left;
}

.article 
{
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ff2700;
	height: 100%;
	float: left;
	width: 577px;
}

.article h3
{
	font-weight: bold;
	font-size: 1.8em;
	line-height: 140%;
	color: #333;
	margin-bottom: 10px;
}

.article h3 span.my_date
{
	font-size: 60%;
}

.article h3 a:link
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h3 a:visited
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h3 a:hover
{
	text-decoration: none;
	color: #ff2700;
	border-bottom: 1px dashed #333;
}

.article h3 a:active
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h4
{
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

.article h4.catagory
{
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

.article h4.catagory a:link
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h4.catagory a:visited
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h4.catagory a:hover
{
	text-decoration: none;
	color: #ff2700;
	border-bottom: 1px dashed #333;
}

.article h4.catagory a:active
{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #fa0a0b;
}

.article h5
{
	margin-bottom: 20px;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 160%;
	color: #999;
}

.article p
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 160%;
	color: #222;
	padding: 0 0 1em;
}

.article img
{
	margin: 16px 16px 16px 0; /* margin-right > IE6/7/win ... ok! */
	padding: 0px;
	float: left;
	border: 1px solid #333;
	display: inline; /* margin-bottom > ff/mac ok ... ie6/7/win ... no! */
}

.article img.large
{
	margin: 16px 0 16px 0; /* images 'gespot'! (wordt niet gebruikt!) */
}

#links #content .article ol.linklist
{
	padding-bottom: 10px;
	list-style: none; /* no browser' bullets here */
}

#links #content .article ol.linklist li
{
	line-height: 140%;
}

/* @group archive */

.archive
{
	font-size: 0.9em;
	line-height: 160%;
	font-weight: bold;
	background-color: #fff;
	color: #333;
}

.archive ul
{
	list-style: none; /* no browser' bullets here */
}

.archive ul h2
{
	
}

.archive ul h3
{
	padding: 6px 0 0 0;
}

.archive ul li
{
	padding-left: 10px;
}

.archive dl
{
	margin-top: -12px; /* to compensate padding-top on dt! */
}

.archive dl dt
{
	font-weight: bold;
	font-size: 1.6em;
	color: #333;
	line-height: 160%;
	padding: 10px 0 0 0;
}

.archive dl dd
{
	
}

/* @end */

/* @group comments */

#content .article p.comments_invite 
{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	padding: 4px 4px;
	background-color: #fa0a0b;
	clear: both;
}


#content .article p.comments_invite a:link
{
	color: #fff;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content .article p.comments_invite a:visited
{
	color: #fff;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content .article p.comments_invite a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 0; /* cascading */
}

#content .article p.comments_invite a:active
{
	color: #fff;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

/* Comments (module) with wraptag="ol" and break="li" */

#content ol.comments
{
	clear: both;
	background-color: #fff;
}

#content ol.comments li
{
	font-size: 1em;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	background-color: #fa0a0b;
	margin-bottom: 10px;
	padding: 0 10px 10px;
}

#content ol.comments li h5
{
	font-size: 1em;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	background-color: transparent;
	margin: 0;
	padding: 10px 0 4px 0;
}

#content ol.comments li a:link
{
	color: #fff;
	background-color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content ol.comments li a:visited
{
	color: #fff;
	background-color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content ol.comments li a:hover
{
	color: #fff;
	background-color: #fa0a0b;
	text-decoration: none;
	border-bottom: 0; /* cascading */
}

#content ol.comments li a:active
{
	color: #fff;
	background-color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content ol.comments li p
{
	margin-top: 0px;
	padding: 6px 6px 6px 10px;
	color: #494949;
	background-color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 160%;
}

#content .comment_preview
{
	margin: 20px 0 0 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #fa0a0b;
	border-bottom: 1px solid #fa0a0b;
}

#content .comment_preview p
{
	color: #494949;
	background-color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 160%;
}

#content form
{
	clear: both;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #fa0a0b;
	
}

#content form textarea, #content form input
{
	border: 1px solid #fa0a0b;
	padding: 2px;
	font-family: courier, 'courier new', Sans-serif;
	font-size: 1.1em;	
	color: #333;
	line-height: 100%;
}

#content form table td textarea.txpCommentInputMessage
{
	width: 400px;
	height: 200px;
	font-family: courier, 'courier new', Sans-serif;
	font-size: 1.1em;	
	color: #333;
	line-height: 100%;
}

/* a# voor 'Textile hulp' bij formulier! Geeft weinig hulp trouwens, misschien er gewoon uit! */

#content form table td a#txpCommentHelpLink:link
{
	font-size: 0.8em;
	font-weight: bold;
	color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */	
}

#content form table td a#txpCommentHelpLink:visited
{
	font-size: 0.8em;
	font-weight: bold;
	color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content form table td a#txpCommentHelpLink:hover
{
	font-size: 0.8em;
	font-weight: bold;
	color: #fa0a0b;
	text-decoration: none;
	border-bottom: 0; /* cascading */
}

#content form table td a#txpCommentHelpLink:active
{
	font-size: 0.8em;
	font-weight: bold;
	color: #fa0a0b;
	text-decoration: underline;
	border-bottom: 0; /* cascading */
}

#content form label
{
	font-size: 0.8em;
	line-height: 100%;
	font-weight: bold;
	color: #fa0a0b;
	background-color: #fff;
	padding-left: 14px;
}

#content p#txpCommentInputForm
{
	font-size: 1em;
	font-weight: bold;
	color: #fa0a0b;
	background-color: #fff;
}

#content form input.button
{	
	font-family: Verdana, Tahoma, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background-color: #fa0a0b;
	line-height: 100%;
}

.comments_error
{
	border: 1px solid #fa0a0b;
	padding : 0.3em;
	background-color: #fa0a0b 
}

.comments_error p
{
	color: #fff;
	line-height: 140%;
}

#content p.comments_closed
{
	font-family: Verdana, Tahoma, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fa0a0b;
	background-color: #fff;
	line-height: 160%;
	text-align: right;
	padding-right: 0px;
}

/* @end */

/* @end */

/* @group sidebar_left */

/* margin-left should be -100% but gives collapsing in IE6/win! */

#left 
{
	float: left;
	width: 220px;
	margin-left: -1007px;
	padding-top: 6px;
	background-color: #fff;
	text-align: left;
}

.leftbox
{
	margin: 2px 30px 16px 20px;
	padding: 0 0 6px 6px;
	background-color: #fff;
	border-bottom: 1px solid #fa0a0b;
}

.leftbox_top
{
	margin: 2px 30px 10px 20px;
	padding: 0 0 6px 6px;
	background-color: #fff;
	border-bottom: 1px solid #fa0a0b;
}

.leftbox_top h5
{
	font-size: 1.2em;
 	font-weight: bold;
 	line-height: 140%;
 	color: #333;
 	padding: 0 0 10px 0;
}

.leftbox h4
{
	font-size: 1.2em;
 	font-weight: bold;
 	line-height: 140%;
 	color: #fff;
 	background-color: #fa0a0b;
 	padding: 2px 0 2px 2px;
 	margin-bottom: 4px;
}

.leftbox h5
{
	font-size: 1.2em;
 	font-weight: bold;
 	line-height: 140%;
 	color: #333;
 	padding-bottom: 6px;
}

.leftbox p
{
	font-size: 0.9em;
 	font-weight: bold;
 	line-height: 160%;
 	color: #333;
 	padding-bottom: 10px;
}

.leftbox_top p
{
	font-size: 0.9em;
 	font-weight: bold;
 	line-height: 160%;
 	color: #333;
 	padding-bottom: 10px;
}

ul.recent_articles 
{
	margin-bottom: 16px;
	padding: 0;
	list-style: none; /* no browser' bullets here */
	text-align: left;
}

ul.recent_articles li 
{
	margin: 0;
	padding-bottom: 4px;
	font-size: 0.9em;
 	font-weight: bold;
 	line-height: 140%;
}

#left ul.rssMenu
{
	margin-bottom: 16px;
	padding: 0;
	list-style: none; /* no browser' bullets here */
	text-align: left;
}

#left li
{
	color: #977b3c; 
	font: bold 0.9em/140% 'Lucida Grande', 'Lucida Grande Unicode', Verdana, Arial, sans-serif;
	text-align: left;
	border-bottom: 0px dotted #957a3b;
	padding: 2px 0;
}

/* @end */

/* @group sidebar_right */

/* margin-left should be -200px but gives collapsing in IE6/win! */

#right 
{
	float: left;
	margin-left: -200px;
	padding: 0 0 0 20px;
	background-color: #fff;
	text-align: left;
	width: 180px;
	voice-family: "\"}\""; /* for IE5! (boxmodel hack > width) */
	voice-family: inherit;
	width: 160px;
}

html>body #right
{
	width: 160px; /* be kind to Opera! */
}

.rightbox
{
	margin: -4px 0 16px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #fa0a0b;
}

.rightbox h5
{
	font-size: 1.2em;
 	font-weight: bold;
 	line-height: 140%;
 	color: #444;
 	padding-bottom: 6px;
}

.rightbox p
{
	font-size: 0.9em;
 	font-weight: bold;
 	line-height: 160%;
 	color: #333;
 	padding-bottom: 0px;
}

.rightbox form
{
	margin: 0;
	padding: 0;
}

.rightbox label
{
	color: #444;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: normal;
}

.rightbox input
{
	border: 1px solid #fa0a0b;
	color: #333;
	font-size: 1.1em;
	line-height: 100%;
	padding: 2px 0 2px 2px;
	vertical-align: 4px; /* are all browsers in? */
}

.rightbox button
{
	background-color: transparent;
}

#right a
{
	text-decoration: none;
	border: 0;
}

#right a.rss
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #fa0a0b;
}

#right a.rss:hover
{
	color: #fa0a0b;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#right img 
{
	vertical-align: bottom;
	padding-right: 6px;
	border: 0;
}

/* @end */

/* @group google agenda */

iframe {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e1ebf6;
}

/* @end */

/* @group footer */

#footer 
{
	clear: both;
	width: auto;
	padding-top: 10px; /* to give whitespace at the top of footer! */
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#footer p.footer_top
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	background-color: #fa0a0b;
	padding: 2px 0;
	text-align: left;	
	float: left;
	width: 1003px;
}

#footer p.footer_top a:link
{
	text-decoration: none;
	color: #aded1b;
	border: 0;
}

#footer p.footer_top a:visited
{
	text-decoration: none;
	color: #aded1b;
	border: 0;
}

#footer p.footer_top a:hover
{
	text-decoration: none;
	color: #fff;
	border: 0;
}

#footer p.footer_top a:active
{
	text-decoration: none;
	color: #aded1b;
	border: 0;
}

#footer p.footer_top span.left
{
	float: left;
	text-align: left;
	padding-left: 6px;	
}

#footer p.footer_top span.right
{
	float: right;
	text-align: right;	
	padding-right: 6px;
}

#footer p
{
	font-size: 1em;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	background-color: #fa0a0b;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
}
	
/* @end */

/* @group zoeken */

.zoeken
{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fa0a0b;	
}

.zoeken h3
{
	padding-bottom: 6px;
}

.zoeken p
{
	line-height: 180%;
}

.zoeken p strong
{
	color: #ff2700;
}

.zoeken a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #fa0a0b;
}

.zoeken a:hover
{
	color: #ff2700;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
	
/* @end */

#accessibility
{
	position: absolute;
	top: -10000px;
}

/* @group live search */

#LSResult { position: absolute; background-color: #fff; width: 350px; }#LSShadow { padding: 5px; }#LSRes { background-color: #fff; }.LSRow { padding: 0 5px; }#LSHighlight { background-color: #aaa; }#LSHeader { padding: 2px 2px 8px; }.lsDate { display: block; color: #555; }

/* @end */