@charset "utf-8";
/*
 * init
 */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }  
ul { list-style:none; }   
fieldset { border:0; }  
html, body { margin: 0; padding: 0; height: 100%; } 

/*
 * structure
 */
body {
	padding-top: 11px;
	padding-bottom: 11px;
	}
img.logo {
	margin-left:12px;
	}
#wide_container {
	margin:auto;
	width:990px;
	}	
#duo_left {
	width:184px;
	float:left;
	}
#duo_right {
	width:806px;
	float:left;
	}	
	#duo_titlebar {
		background-color:#5D1515;
		width:806px;
		margin-bottom:24px;
		}	
		#titlebar_content {
			height:63px;
			}		
	#duo_content {
		background-color:#FFFFFF;
		width:806px;
		}	
		#duo_content_inner {
			padding: 10px 20px;
			}
#navbar {
	margin:auto;
	width:990px;
	height:97px;
	}
	#navbar_hdrlogo {
		background-color:#000000;
		width:182px;
		float:left;
		}
	#navbar_nav {
		background-color:#5D1515;
		width:806px;
		float:left;
		}
	#navbar_inner {
		height:63px;
		margin-left:20px;
		margin-top:10px;
		}
	
#home_mainbox {
	background-color:#FFFFFF;
	margin:auto;
	width:990px;
	}
	#home_mainbox_content {
		/*background-color:#00FFFF;*/
		padding:0px 20px;
		height:376px;
		}
		#videoplayer_home
		{
			width:472px;
			height:265px;
			}
		#home_mainbox_case {
			width:204px;
			float:left;
			margin-top:6px;
			}
			#home_mainbox_case_inner {
				padding-left:1px;
				width:170px;
				font-size:11px;
				line-height:13px;
				}
		#home_mainbox_video {
			/*background-color:#00FF00;*/
			margin-top:6px;
			width:495px;
			float:left;
			}
		#home_mainbox_info {
			/*background-color:#CC66CC;*/
			margin-top:6px;
			width:250px;
			float:left;
			}
			#home_mainbox_info_inner {
				width:220px;
				font-size:11px;
				line-height:13px;
				}
	
#home_infobox {
	margin:auto;
	width:990px;
	}
	#banner_bsq {
		width:148px;
		height:470px;
		margin-right:36px;
		float:left;
		display:inline; /* to avoid IE6 margin bug */
		}
	#home_news {
		float:left;
		display:inline; /* to avoid IE6 margin bug */
		background-color:#FFD32D;
		width:447px;
		margin-right:32px;
		}	
	#home_news_content {
		padding:0px 20px;
		height:446px;
		margin-top:6px;       
		}
	#home_jobs {
		float:left;
		display:inline; /* to avoid IE6 margin bug */
		background-color:#5D1515;
		width:327px;
		}	
	#home_jobs_content {
		margin-top:6px;
		padding:0px 11px;
		height:446px;
		}

div.nieuwsItem {
	overflow:hidden;
	clear:both;
}
	
#footer {
	margin:auto;
	width:990px;
	margin-bottom:22px;
	}
	#footer_top {
		background-color:#FFFFFF;
		}
	
#footer_middle { 
	height:15px;
	width: 990px; 
	text-align:center;
	font-size:80%; 
	text-decoration:none; 
	color:#999; 
	padding-top:5px; 
	padding-bottom:2px; 
	background-color:#FFFFFF;}

#footer_middle a { text-decoration:none; font-style:normal; color:#666; }
	
	
	#footer_bottom {
		background-image:url(../images/bg_footer_bot.gif);
		background-repeat:no-repeat;
		height:34px;
		color:#FFFFFF;
		font-size:80%;
		text-align:center;
		padding-top:11px;
		}
		
/*
 * style
 */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.70em;
	background-color:#FFF8DA;
	/*background-color:#FF00FF;*/
	}
img {
	border:none;
	}
img.nav {
	margin-right:14px;
	}
img.subnav {
	margin-right:4px;
	}
input, textarea {
	border:1px solid #5D1515;
	padding:2px 4px;
	font-size:11px;
	}	
h1, h1.brown, h1.browny, h1.yellow {
	font-size:41px;
	}
h1.brownysmall {
	font-size:20px;
	}
h3.nav {
	display:inline-block;
	}
a.disclaimer {
	color:#FFFFFF;
	}
a.newstitle {
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:1px;
	color:#000000;
	}
font.newstitle {
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000000;
	}
a.jobstitle {
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:1px;
	color:#FFFFFF;
	}
font.newsdate {
	color:#5d1515;
	font-size:10px;
	}
font.newscontent {
	color:#5d1515;
	font-size:12px;
	line-height:14px;
	}
hr.newsdivider {
	border:none;
	border-bottom:dotted 1px #685f3c;
	}	
hr.squaddivider {
	border:none;
	border-bottom:dotted 1px #FFD32D;
	}
font.jobsdate {
	color:#c8c3b1;
	font-size:10px;
	}
font.jobscontent {
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
	}
hr.jobsdivider {
	border:none;
	border-bottom:dotted 1px #FFD32D;
	}	
ul {
	margin:10px;
	}	
li	{
	list-style:square;
	list-style-type:square;
	margin-left:8px;
	}	
.formBrown{
	width: 165px;
	height: 20px;
	font-size: 10px;
	color: #5d1515;
	border:solid 1px #5d1515;
	background-color:#FFFFFF;
}
/* rounded brown */
b.btop_brown, b.btop_brown b, b.bbot_brown, b.bbot_brown b{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_brown.gif);background-repeat: no-repeat}
b.btop_brown b{background-position: 100% -12px}
b.bbot_brown{background-position: 0 -24px}
b.bbot_brown b{background-position: 100% -36px}

/* rounded white */
b.btop_white, b.btop_white b, b.bbot_white, b.bbot_white b{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_white.gif);background-repeat: no-repeat}
b.btop_white b{background-position: 100% -12px}
b.bbot_white{background-position: 0 -24px}
b.bbot_white b{background-position: 100% -36px}

/* rounded yellow */
b.btop_yellow, b.btop_yellow b, b.bbot_yellow, b.bbot_yellow b{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_yellow.gif);background-repeat: no-repeat}
b.btop_yellow b{background-position: 100% -12px}
b.bbot_yellow{background-position: 0 -24px}
b.bbot_yellow b{background-position: 100% -36px}

/* rounded header log (left) */
b.btop_hdr, b.bbot_hdr{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_black.gif);background-repeat: no-repeat}
b.bbot_hdr{background-position: 0 -24px}
b.btop_hdr b, b.bbot_hdr b{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_brown.gif);background-repeat: no-repeat}
b.btop_hdr b{background-position: 100% -12px}
b.bbot_hdr b{background-position: 100% -36px}

/* rounded header nav (right) */
b.btop_nav, b.bbot_nav{display: block;height: 12px;font-size: 1px;}
b.bbot_nav{background-position: 0 -24px}
b.btop_nav b, b.bbot_nav b{display: block;height: 12px;font-size: 1px;background-image:url(../images/rc_brown.gif);background-repeat: no-repeat}
b.btop_nav b{background-position: 100% -12px}
b.bbot_nav b{background-position: 100% -36px}