/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body {
	background-color:#fff;
	color:#575751;
	line-height:1.4em;
	font-size:0.72em;
}
a {
	color:#1c4e89;
}
a:visited {
	color:#575751; 
}
a:hover {
	color:#e38600;
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling:
   Elements with a vertical margin:*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, hr, address {
	margin:1em 0;
	padding:0;
}
#funcnav ul {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
h1 {
	color:#e38600;
	font-size:1.8em;
	font-weight:normal;
}
h2 {
	color:#1c4e89;
	font-size:1.4em;
	font-weight:normal;
}

h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	color:#999;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #e38600;
	height:1px;
}
input, select, textarea {
	font-size:100%;
	font-family:Arial;
	color:#666;
}
#leftnav ul li, #funcnav ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
ol li {
	padding:0 0 0.4em 0;
	margin:0 0 0 1.2em;
}
select, textarea { /* similar to class 'inputfield' */
}

/* --------------------------- shared styles  */
/*  common styles  */
.alignR {
	text-align:right;
}
.clearfloats {
	clear:both;
}
.floatL {
	float:left;
}
.floatR { /* new 20081112 */
	float:right;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.prct100 {
	width:100%;
}
.bold {
	font-weight:bold;
}
.dontDisplay {
	display:none;
}
/* --------------------------- application related  */
.button, .buttonSmall, .buttonMore, .buttonHl, .buttonHlLarge {
	border:none;
	color:#7b7b7b;
	cursor:pointer;
	font-weight:bold;
	font-size:1.1em;
	height:18px;
	line-height:18px;
	margin:0 4px 0.5em 0;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
}
a.button, a.buttonSmall, a.buttonMore, a.buttonHl, a.buttonLarge {
	color:#666;
	display:block;
	float:left;
	position:relative;
	text-decoration:none!important;
}
.button {
	background:url(/site_images/brs/bck_butMedium.gif) no-repeat;
	width:90px
}

.buttonHlLarge {
	background: url(/site_images/brs/bck_btnNieuwsbrief.gif) no-repeat;
	color:#fff;
	height:19px;
	line-height:17px;
	padding:0 30px;
	width:122px;
}
a.buttonHlLarge {
	color:#666 !important;
	display:block;
	float:left;
	text-decoration:none !important;
}
a.buttonHl, a.buttonHlLarge {
	color:#fff !important;
}
.button {}

.buttonSmall {}
a.buttonMore {
	background:url(/site_images/brs/bck_butMore.gif) no-repeat;
	height:24px;
	line-height:24px;
	padding:0 10px 0 0;
	width:55px;
}
.buttonHl {
	background:url(/site_images/brs/bck_butHLMedium.gif) no-repeat;
	color:#fff!important;
	width:76px;
	padding:0 10px;
}
/* --------------------------- main centered div  */
#main {
	background:url(/site_images/brs/bck_contentL.gif) 173px 0 repeat-y;
	width:970px;
	margin:0 auto;
}
#main.error404 {
	width:700px;
}
/* --------------------------- logo and lang switch  */
#header {
	background-color:#fff;
	font-size:0.95em;
	height:80px;
	position:relative;
}
.error404 #header {
	height:60px;
	padding-top:20px;
}
#brand {
	position:absolute;
	top:20px;
}
#lang {
	position:absolute;
	right:0;
	top:10px;
}
#lang ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#lang ul li {
	border-right:1px solid #e9e9e9;
	display:inline;
	padding:0 4px;
}
#lang ul li.last {
	border:none;
}
#lang a {
	color:#ababa8;
	text-decoration:none
}
#lang a:hover {
	text-decoration:underline;
}
#lang a.active {}
#headerHome {display:none;}
#headerHome #box1,#headerHome #box2 ,#headerHome #box3, #headerHome #box4 {
	overflow:hidden;
}
.headerBlock {
	float:left;
}
.headerBlockM {
	float:left;
}
#funcnav {
	position:absolute;
	right:0;
	top:44px;
}
#login {
	display:none;
}
#search {
	background:url(/site_images/brs/bck_search.gif) no-repeat;
	float:left;
	height:18px;
	line-height:18px;
	width:202px;
}
#search .inputfield {
	background:none;
	border:none;
	display:inline;
	height:16px;
	padding:2px 0 0 10px;
	margin:0;
	width:106px;
	vertical-align:top;
}
#search .button {
	background:none;
	border:none;
	color:#fff;
	cursor:pointer;
	margin:0;
	padding:0;
	padding-bottom:1px;
	width:75px;
	line-height:16px !important;
	height:16px!important;
	vertical-align:top;
}
#funcnav ul {
	float:left;
	line-height:18px;
	list-style-type:none;
	padding-right:10px;
}
#funcnav ul li {
	border-right:1px solid #f0e3cc;
	display:inline;
	padding:0 10px;
}
#funcnav ul li.last {
	border:none;
}
#funcnav a {
	color:#e38600;
	text-decoration:none
}
#funcnav a:hover {
	text-decoration:underline;
}
#funcnav a.active {}
#fotoslider {
	left:202px;
	position:absolute;
	top:10px;
}
#fotoslider, #fotoslider img {
	height:60px;
	overflow:hidden;
	width:400px;
}

/* --------------------------- topNav  */
#topNav {
	background:#fff url(/site_images/brs/bck_contentTL.gif) 173px 13px no-repeat;
	padding-bottom:10px;
}
#topNav ul {
	background-color:#024c7a;
	margin:0 0 0 197px;
	padding:0 5px;
	border-left: 5px solid #fff
}
#topNav li {
	display:inline;
	line-height:28px;
	padding:0;
}
#topNav a {
	color:#fff;
	padding:6px 15px;
	text-decoration:none;
}
#topNav a:hover, #topNav a.active {
	background:url(/site_images/brs/bck_navHover.gif) bottom repeat-x;
}

/* --------------------------- path  */
#path {
	background:#fff url(/site_images/brs/bck_contentL.gif) 173px 0 repeat-y;
	color:#898985;
	font-size:0.95em;
	padding-bottom:0.8em;
	text-align:right;
}
#path, #path a:link, #path a:hover, #path a:visited {
	color:#898985;
	text-decoration:none
}
#path a {}
#path a:hover {
	text-decoration:underline
}
/* --------------------------- container all content, nav, content and right column  */
#body {
	background:url(/site_images/brs/bck_leftNavModule.gif) no-repeat bottom left;       
	min-height:340px;
	height:auto!important;
	height:340px;
	position:relative;
	zoom:1;
}
.error404 #body {
	min-height:360px;
	height:auto!important; 
	height:360px;
	padding-left:173px;
}
#body.home  {
	background:url(/site_images/brs/bck_leftNavHome.gif) no-repeat bottom left;
}
#leftnav {
	float:left;
	line-height:1.1em;
	overflow:hidden;
	padding:20px 0 190px 0;
	width:173px;
}
#leftnav .title {
	background:url(/site_images/brs/ill_bulLeftNav.gif) 8px 0.7em no-repeat;
	padding-left:40px;
}
#leftnav .title H2 {
	border-bottom:2px solid #f5e891;
	color:#e38600;
	font-size:1.8em;
	line-height:1.1em;
	margin:0;
	padding-bottom:0.5em;
}
#leftnav .title H2 a {
	color:#e38600;
}
#leftnav .title H2 a:hover {
    text-decoration:underline;
}
#leftnav a {
	text-decoration:none;
}
#leftnav ul.level01 {
	margin:2em 0 0 0;
	padding:0 0 0 40px;
}
#leftnav ul.level02 {
	font-size:0.95em;
	margin:0.5em 0;
	padding:0 0 0 14px;
}
#leftnav ul.level03 {
	font-style:italic;
	margin:0.5em 0;
	padding:0 0 0 1em;
}
#leftnav ul.level01 li {
	margin:0;
	padding:0.4em 0;
}
#leftnav ul.level02 li {
	padding:0.3em 0;
}
#leftnav ul.level03 li {
	padding:0.15em 0;
}
#leftnav li a:link, #leftnav li a:visited {
	color:#1c4e89;
}
#leftnav li a:hover, #leftnav a.active {
	color:#e38600;
}
#leftnav .level01 li a.active {}
#leftnav .level02 li a:link, 
#leftnav .level02 li a:visited {
	color:#575751;
}
#leftnav .level02 li a:hover,
#leftnav .level02 li a.active {
	color:#e38600;
}

/*-------------- content -------------*/
#contentContainer {
	float:left;
	overflow:hidden;
	margin:0;
	width:797px;
}
.error404 #contentContainer {
	background:url(/site_images/brs/bck_contentTL.gif) no-repeat;
	width:auto;
}
#contentContainer ul {
	margin:1em;
	padding:0 1em;
}
#contentContainer ul ul {
	margin:0.5em 0;
	padding:0;
}
#contentContainer ul li {
	background:url(/site_images/brs/bul_lev1.gif) 0 0.4em no-repeat;
	list-style-type:none;
	margin:0;
	padding:0 0 0.1em 20px;
}
#contentContainer ul li ul li {
	background:url(/site_images/brs/bul_lev2.gif) 0 0.5em no-repeat;
}
.error404 #contentContainer {
	width:auto;
	float: none;
	overflow:hidden;
}
#contentBodyL {
	width:555px;
	float:left;
	padding:26px 0 0 30px;
	overflow:hidden;
}
#contentBodyL .margin {
	padding:1px 0 0 0;
}
#contentBodyL .highliteL h2,
#contentBodyL .highliteR h2 {
	color:#e38600;
	font-size:1.8em;
	font-weight:normal;
	margin:0;
}
#contentBodyL .highliteM h2 {
	color:#1C4E89;
	font-size:1.6em;
	font-weight:normal;
	margin:15px 0 0 0;
}
#contentBodyL .highliteL .leftblock,
#contentBodyL .highliteR .rightblock {
	float:right;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:4px;
	width:121px;
}
#contentBodyL .highliteL img,
#contentBodyL .highliteR img {
	width:121px;
}
#contentBodyL .highliteL .rightblock,
#contentBodyL .highliteR .leftblock {
	float:left;
	padding-right:10px;
	width:424px;
}
#contentBodyL .highliteL p,
#contentBodyL .highliteR p,
#contentBodyL .highliteM p {
	font-size:1.1em;
	margin:0.5em 0;
}
.subhome #contentBodyL .highliteL p,
.subhome #contentBodyL .highliteR p,
.subhome #contentBodyL .highliteM p {
	font-size:1em;
	margin:1em 0;
}
#contentContainer,
#contentContainer p {
    line-height:1.4em!important;
}
.leftblock .highlite, .rightblock .highlite {}
.leftblock .endhighlite, .rightblock .endhighlite {}
#contentBodyL .highliteM {
	border-top:2px solid #eee;
	margin-top:10px;
}
#contentBodyL .highliteM .highlite {
	padding: 0;
}
#contentBodyL .highliteM .highlite {}
#contentBodyL .highliteM .highlite .margin {}
#contentBodyL .highliteM .endhighlite {
	display:none;
}
#contentBodyL .highliteM .highlite h2 {}
.content1 #contentBody, .content2 #contentBody, .content3 #contentBody {}

#contentContainer.contentRightColumnBRS 
{
	background:transparent url(/site_images/brs/bck_rightColBot.gif) no-repeat scroll right bottom;
	}

.home #contentContainer,
.subhome #contentContainer {
	background:url(/site_images/brs/bck_rightColBot.gif) bottom right no-repeat;
}
.subhome .highlite h2 {
	color:#1c4e89!important;
	font-size:1.4em!important;
	font-weight:normal;
}
.error404 #contentBody {
	padding-left:0;
}
#contentBodyL a:link {}																						
#contentBodyL a:hover{
	text-decoration:underline;
}
.content2 #contentLeft {
	float:left;
	width:530px;
}
.content3 #contentLeft {
	float:left;
	width:590px;
}
.imgPlaceHolder {
	float:right;
	overflow:hidden;
	padding-top:10px;
}
.content2 .imgPlaceHolder {
	width:202px;
}
.content3 .imgPlaceHolder {
	width:102px;
}
.imgPlaceHolder img {
	margin-bottom:10px;
}
#contentContainer h1 {
	margin:0;
	padding:0;
	min-height:40px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:40px;
	line-height:1em;
} 
#contentContainer #Title a:link, 
#contentContainer #Title a:hover, 
#contentContainer #Title a:visited{
	color:#FFF;
	text-decoration:none;
}
#contentContainer h1 .top {
	display:none;
}
#contentBody {
	padding: 20px 100px 20px 50px;
}
.content1 #contentBody {
	padding: 0 20px 20px 30px;
}
.content2 #contentBody {
	padding: 20px 0 20px 30px;
}
.content3 #contentBody {
	padding: 20px 0 20px 50px;
}

/*----------------------------- content met rechter column    */
#contentBodySmall {
	width:530px;
	float:left;
	padding:20px 30px;
}
#contentContainer {
	font-size:1em;
}
#contentBodyR {
	float:right;
	overflow:hidden;
	padding:7px 10px 100px 10px;
	width:182px;
}
#rightColumn{
	float:right;
	overflow:hidden;
	padding:7px 10px 100px 10px;
	width:182px;
	/* background:url(/site_images/brs/bck_rightColBot.gif) bottom right no-repeat;	*/
	min-height:190px;
	height:auto;
	/*height:190px;*/
}
.subhome #rightColumn {
	padding-top:27px;
}
#rightColumn .margin {
	font-size:0.95em;
}
#rightColumn h2 {
	font-size:1.2em;
	margin-bottom:0em;
}
#contentBodyR h2 {
	font-size:1.8em;}
#rightColumn p, #contentBodyR p {
	margin:0.5em 0 1.5em 0;
}
#rightColumn a, #contentBodyR a {
	color:#666;
}
.endRightColumn {
	display:none;
}
#logos	{
	display:none;
}
#logos2 {
	position:absolute;
	bottom:30px;
	right:5px;
}
/* --------------------------- footer  */
#footer {
	color:#fff;
	font-size:0.95em;
	line-height:28px;
	padding-right:20px;
	text-align:right;
	background:#024c7a url(/site_images/brs/ill_baseline_nl.gif) no-repeat;
}
#footer p 
{
    margin:0;
    padding:0}
.footer_nl {
	background:#024c7a url(/site_images/brs/ill_baseline_nl.gif) no-repeat !important;
}
.footer_en {
	background:#024c7a url(/site_images/brs/ill_baseline_en.gif) no-repeat !important;
}
.footer_fr {
	background:#024c7a url(/site_images/brs/ill_baseline_fr.gif) no-repeat !important;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a {
	color:#fff;
}
/*------------- tables -------------*/

table.contentTable {
	border-collapse:collapse;
	margin:1em auto;
}
table.contentTable td {
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	padding:0.3em 0.5em;
}
table.contentTable th {
	font-weight:normal;
	color:#678197;
	text-align:left;
	border-bottom:1px solid #EC7000;
	border-left:1px solid #e8e8e8;
}
table.contentTable thead th {
	background:#EC7000 none repeat scroll 0 0;
	color:#fff;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.3em;
	border:none;
	padding:0.3em 0.5em;
}
table.contentTable .column1{
	border-left:1px solid #EC7000;
}
table.contentTable .lastColumn {
	border-right:1px solid #EC7000;
}
table.contentTable tfoot th {
	color:#EC7000;
	padding:0.3em 0.5em;
}

/*------------------------------------- rightnav home ---*/

#contentBodyR {
	font-size:1em;
}
#rightnav {
	margin:0 0 0 0;
	position:relative;
}
.endRightnav {display:none;}
.endRightnavHome {display:none;}
#rightnav a:link {
	text-decoration:none;
}
#rightnav a:visited {
	text-decoration:none;
}
#rightnav a:hover {
	text-decoration:underline;
}
#rightnav a:active {
	text-decoration:none;
}
#rightnav .date {
	color:#999;
}
#rightnav .hr {
	border-bottom:2px solid #fff;
	margin:0.6em 0;
}
#rightnav #stock {
	display:none;
}
#rightnav .newsButtons {
	zoom:1;
}
#rightnav #news .item {
	padding-top:7px;
	padding-bottom:7px;
}
#rightnav #news .newsMore {
	background:url(/site_images/brs/bck_arrowRcolumn.gif) right 3px no-repeat;
	padding-right:16px;
}
#rightnav #calendar {
	padding:0;
}
#rightnav #calendar .item {
	padding-bottom:0.7em;
}
#rightnav #calendar .calendarMore {
	background:url(/site_images/brs/bck_arrowRcolumn.gif) right 3px no-repeat;
	padding-right:16px;
}
#rightnav .photo {
	padding-top:0.4em;
}

/*------------- Applications -> moet in apps.css komen, eens thomas die gekoppeld heeft -------------*/
.formtable {
	margin:1em 0 1em 30px;
	border-collapse:collapse;
}
.formtable td {
	padding:3px 5px;
}
.formtable td td {
	padding:0;
}
.formtable .error,.error {
	color:#c00 !important;
}

.formtable input.error {}
.webshoptable div.error, .formtable div.error {
	background:#f9e8e4 url(/site_images/cera/bck_error.gif) 6px 3px no-repeat;
	border:1px solid #ce2e00;
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.3em;
	padding:4px 10px 4px 26px;
}
.errorblock {
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.3em;
	padding:4px 10px 4px 26px;
}
.formtable span.error {
	background:none;
	border:none;
	font-size:0.85em;
	margin-bottom:1.5em;
}
.formtable .label {
	color:#888;
	font-weight:bold;
	text-align:right;
}
.formtable td.error {}
.formtable span.error {}
.formtable .inputfield {
	border:0px solid #000;
	padding:2px 5px;
	margin-right:5px;
}
.formtable input.inputfield {
	height:14px;
}
.XS {
	background:transparent url(/site_images/brs/bck_inputfieldXS.gif) no-repeat;
	width:30px;
}
.S {
	background:transparent url(/site_images/brs/bck_inputfieldS.gif) no-repeat;
	width:70px;
}
.M {
	background:transparent url(/site_images/brs/bck_inputfieldM.gif) no-repeat;
	width:190px;
}
textarea.M {
	background:transparent url(/site_images/brs/bck_textareaM.gif) no-repeat;
	height:84px;
}
select.M 
{
    background:transparent url(/site_images/brs/bck_selectinputfieldM.gif) no-repeat;     
	width:200px;
}
.L {
	background:transparent url(/site_images/brs/bck_inputfieldM.gif) no-repeat;
	width:390px;
}
textarea.L {
	background:transparent url(/site_images/brs/bck_textareaL.gif) no-repeat;
	background-position:left bottom;
	height:84px;
}
.formtable select {
	border:2px solid #e3e3db;
}
.formtable td.buttons {
	background:url(/site_images/brs/bck_buttonRow.gif) 0 12px repeat-x;
    padding:20px 0;
    text-align:right;
}
.formtable td.buttons input {
	background-color:#e38600;
	color:#fff;
	border: none;
	font-weight:bold;
	padding:2px 5px;
	margin-left:0.3em;
}
.formtable td.comment {
	color:#888;
	font-style:italic;
}
.overviewBar {
	/*font-size:1.1em;*/
}
.overviewBar a,
.overviewBar {
	color:#e38600;
}
.overviewBar a:link,
.overviewBar a:visited {
    text-decoration:none;
}
.overviewBar a:hover {
    text-decoration:underline;
}
.overviewDate {
    color:#999;
    float:left;
    width:20%;
}
.overviewIntro {
    float:left;
    width:79%;
}
.overviewIntro a {
    font-weight:bold;
}

/* dtSearch */
.fsHit 
{
    background-color:Yellow;    
}

input.first 
{
    background-image: url(/site_images/brs/bck_first.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;    
}
    
input.previous {
    background-image: url(/site_images/brs/bck_previous.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;
}    
input.next {
    background-image: url(/site_images/brs/bck_next.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;
}  
input.last {
    background-image: url(/site_images/brs/bck_last.gif); 
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
}  
#contentContainer .faq {margin:0; padding:0}
#contentContainer .faq li { list-style: none !important;
          margin:0 !important;
          padding:0 0 0 15px !important;
          background:none }
.pagination {background-color:#cccccc; padding:0.2em; margin-bottom:1em}

#contentContainer .faq .closed {
    background:url(/site_images/brs/bul_lev1.gif) 0 0.4em no-repeat;
	list-style-type:none;
	margin:0;
	padding:0 0 0.1em 20px;
    }
#contentContainer .faq .open {
    background:url(/site_images/brs/bul_lev1.gif) 0 0.4em no-repeat;
	list-style-type:none;
	margin:0;
	padding:0 0 0.1em 20px;
    }
