	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('http://www.mijnbb.be/site/images/tabs/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('http://www.mijnbb.be/site/images/tabs/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('http://www.mijnbb.be/site/images/tabs/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:13px;
		font-weight:bold;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	/* 
	# Template author: Toni Trivkovic 
	# Contact: toni.trivkovic@gmail.com \ ICQ : 173344904 \ MSN : split21000@hotmail.com
*/


/***** Global Settings *****/
html, body { border:0; margin:0; padding:0; background-color:#FFFFFF; }
body { font: 62.5% Arial, Helvetica, sans-serif; background: url('http://www.mijnbb.be/site/images/body_bg.gif') repeat-x; }
/*body { filter: fliph flipv };*/

h1,h2,h3,h4,h5 { margin: 0; padding: 0; }
a, a:visited { text-decoration:none; }
ul, li { margin: 0; padding: 0; }
p { margin: 10px 0; padding: 0; }

/***** DIV's in order of appereance *****/
#Container { width:720px; margin:0 auto; }

#Top { height: 58px; }
	#Logo { width: 157px; float: left;  }
	#Logo H1 { font: bold 15px Arial, Helvetica, sans-serif; padding: 21px 15px 0 4px; }
	#Logo SPAN.Grey { color: #666; }
	
	#Menu { width: 537px; float: right; padding: 6px 0 0 20px; height: 30px; }
	#Menu UL LI { display: inline; list-style-type: none;  }
	#Menu a:link, #Menu a:visited {   font: 11px Arial, Helvetica, sans-serif; color: #F2F2F2;}
	#Menu LI.link1 a,#Menu LI.link2 a,#Menu LI.link3 a,#Menu LI.link4 a,#Menu LI.link5 a { background: url('http://www.mijnbb.be/site/images/link.gif') no-repeat; float: left; margin: 0 1px 0 0; outline: 0}
	#Menu LI.link1 a:hover, #Menu LI.link2 a:hover, #Menu LI.link3 a:hover, #Menu LI.link4 a:hover,#Menu LI.link5 a:hover { background: url('http://www.mijnbb.be/site/images/hover.gif') no-repeat; color: #FFF; cursor: pointer; }
	#Menu LI.link1 a { padding: 2px 39px 11px 35px; }	
	#Menu LI.link2 a { padding: 2px 27px 11px 30px; }
	#Menu LI.link3 a { padding: 2px 28px 11px 30px; }
	#Menu LI.link4 a { padding: 2px 30px 11px 30px; }
	#Menu LI.link5 a { padding: 2px 34px 11px 30px; }
	#Menu SPAN.Underline { text-decoration: underline; }
	#Menu A#Current { background: url('http://www.mijnbb.be/site/images/hover.gif') no-repeat; color: #FFF; cursor: pointer; }

	
#Content { clear: both; }
	#Left { float: left; width: 130px; background: #F0F0F0 url('http://www.mijnbb.be/site/images/zijbar.png') no-repeat;  padding: 15px 15px 50px 15px; font: 11px Arial, Helvetica, sans-serif; color: #666; margin: 0 22px 0 0;}
	#Left H2 { font: 13px Arial, Helvetica, sans-serif; margin: 0 0 10px 0; color: #000;}
	#Left P.date { color: #990000; margin: 0; padding: 0; }
	#Left IMG.ReadMore { border: 0; }
	
	#Right { float: left;  padding: 14px 0 20px 0; font: 12px Arial, Helvetica, sans-serif; color: #666; width: 515px; }
	#Right H2 { font: 15px Arial, Helvetica, sans-serif; color: #990000; margin: 0 0 15px 0; }
	#Right IMG.Fleft { float: left; display: inline; margin: 0 10px 0 0; }
	#Right IMG.ReadMore { vertical-align: middle; margin: 0 5px 0 0; }
	#Right a:link, #Right a:visited { color: #666; text-decoration: underline; }
	#Right a:hover { color: #000; background: #EEE; }

	
#Footer { clear: both; background: #FFF url('http://www.mijnbb.be/site/images/footer.gif') repeat-x; font: 11px Arial, Helvetica, sans-serif; color: #999; padding: 5px 0 20px 0; text-align: center; margin: 0 -290px 0 0; width: 720px; margin-left: auto; margin-right: auto; }
#Footer a:link, #Footer a:visited { color: #990000; }
#Footer a:hover { color: #000; text-decoration: underline; }