body {
	background: #FFF url(../images/body_bg.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
br.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	line-height: 0;	
}

h1 {
	font-size: 14px;
	color: #600426;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.pageContent h1 {
	font-size: 18px;
	color: #AFAFAF;
}
#rood h1{
	color: #910000;
}
#groen h1 {
	color: #346F00;
}
#blauw h1 {
	color: #094078;
}
#bruin h1 {
	color: #600426;
}

h2 {
	background: #AFAFAF url(../images/h2_bg.gif) 5px 3px no-repeat;
	text-align: right;
	font-size: 12px;
	padding: 0px 3px 1px 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	letter-spacing: 3px;
}

h3 {
	font-size: 14px;
	color: #600426;
	margin: 0px;
	padding: 10px 0px 4px 0px;
}
h4.zwart {
	color: #000;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px 4px 0px;
}
#rood h3{
	color: #910000;
}
#groen h3 {
	color: #346F00;
}
#blauw h3 {
	color: #094078;
}
#bruin h3 {
	color: #600426;
}

p {
	margin: 0px 0px 15px 0px;
}

a:link, a:visited {
	text-decoration: none;
}
#rood a:link, 
#rood a:visited {
	color: #910000;
}
#groen a:link, 
#groen a:visited {
	color: #346F00;
}
#blauw a:link, 
#blauw a:visited {
	color: #094078;
}
#bruin a:link, 
#bruin a:visited {
	color: #600426;
}
a:hover, a:active {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
form .formInput {
	border: 1px solid #848484;
	font-size: 12px;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
form.sideForm .formInput {
	font-size: 11px;
	padding: 1px;
}
form sup {
	font-size: 11px;
	color: #F00;
	vertical-align: text-top;
	padding-left: 2px;
}
form .tableLine {
	padding-top: 20px;
}
form.sideForm .formButton {
	width: 18px;
	height: 18px;
	background: #848484 url(../images/form_button.gif) center no-repeat;
	border: 0px;
	cursor: pointer;
	vertical-align: top;
}
form .formButton {
	border: 1px solid #848484;
	background: #AFAFAF;
	color: #FFF;
	font-weight: bold;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.formTable td {
	padding: 3px;
}

ul.bulletList {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
ul.bulletList li {
	background: url(../images/bulletlist.gif) left 3px no-repeat;
	margin-bottom: 5px;
	padding-left: 12px;
}



/******************************************
		MAIN LAYOUT DIVS 
******************************************/

#mainWrapper {
	background: #FFF;
	width: 770px;
	margin: 0px auto 0px auto;
	border-right: 2px solid #848484;
	border-bottom: 2px solid #848484;
	border-left: 2px solid #848484;
}

#header {
	height: 98px;
	border-bottom: 2px solid #848484;
}
#rood #header {
	background-color: #910000;
}
#groen #header {
	background-color: #346F00;
}
#blauw #header {
	background-color: #094078;
}
#bruin #header {
	background-color: #600426;
}

#title {
	float: left;
	border-right: 2px solid #848484;
	height: 67px;
	width: 608px;
}
#title h1 {
	background-position: 32px 22px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 55px;
}
#title h1 span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#rood #title h1 {
	background-image: url(../images/bjlogo_rood.gif);
}
#blauw #title h1 {
	background-image: url(../images/bjlogo_blauw.gif);
}
#groen #title h1 {
	background-image: url(../images/bjlogo_groen.gif);
}
#bruin #title h1 {
	background-image: url(../images/bjlogo_bruin.gif);
}
	

#title h3 {
	margin: 0px;
	padding: 0px 17px 0px 0px;
	text-align: right;
	font-size: 12px;
	letter-spacing: 3px;
	color: #AFAFAF;
}


#edition {
	float: right;
	width: 142px;
	height: 55px;
	margin: 0px;
	padding: 12px 18px 0px 0px;
	text-align: right;
	color: #FFF;
	letter-spacing: 1px;
}
#edition span {
	font-size: 36px;
}
#edition b {
	color: #AFAFAF;
}

#contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
}
#rood #contentWrapper {
	background-image: url(../images/content_bg_rood.gif);
}
#groen #contentWrapper {
	background-image: url(../images/content_bg_groen.gif);
}
#bruin #contentWrapper {
	background-image: url(../images/content_bg_bruin.gif);
}
#blauw #contentWrapper {
	background-image: url(../images/content_bg_blauw.gif);
}

#leftSide {
	width: 142px;
	float: left;
}
#middleRightWrapper {
	width: 628px;
	float: right;
}
#mainContent {
	width: 434px;
	float: left;
	padding: 12px 13px 12px 13px;
	overflow:hidden;
}
#mainBanner {
	width: 434px;
	/*height: 60px;*/
	height: 71px;
	overflow: hidden;
	margin-bottom: 12px;
}
#mainBanner img,
.sideBanner img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.sideBanner {
	text-align: center;
	margin: 0px 5px 12px 5px;
	border-top: 1px solid #AFAFAF;
}
.sideBanner small {
	letter-spacing: 3px;
	color: #999;
	display: block;
	padding: 5px;
}
#rightSide {
	width: 155px;
	float: right;
	padding: 12px 13px 0px 0px;
	overflow:hidden;
}

#footer {
	background: #AFAFAF;
	border-top: 2px solid #848484;
	padding: 4px 0px 4px 0px;
	text-align: center;
}
#footer small {
	font-size: 11px;
}


/******************************************
		MENUS
******************************************/

#genNav ul {
	margin: 0px;
	padding: 5px 0px 6px 74px;
	background: #AFAFAF;
	list-style-type: none;
	border-bottom: 2px solid #848484;
}
#genNav ul li {
	display: inline;
	padding: 0px 12px 0px 13px;
	border-right: 1px solid #848484;
}
#genNav ul li.home,
#genNav ul li.last {
	border-right: 0px;
}
#genNav ul li.home {
	padding: 0px 60px 0px 20px;
	background: url(../images/home_icon_menu.gif) left 2px no-repeat;
}
#genNav ul li a:link,
#genNav ul li a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
}

#mainNav ul {
	margin: 0px;
	padding: 12px 6px 0px 4px;
	list-style-type: none;
}
#mainNav ul li {
	padding: 0px 2px 10px 0px;
	margin: 0px;
	text-align: right;
}
html>body #mainNav ul li {
	padding-right: 0px;
}
#mainNav ul li.last {
	border-top: 1px solid #848484;
	padding-top: 10px;
}
#mainNav ul li a:link,
#mainNav ul li a:visited {
	color: #FFF;
	letter-spacing: 3px;
	text-decoration: none;
}

#leftSide .leftBlock {
	background: #AFAFAF;
	border: 2px solid #848484;
	padding: 4px 2px 0px 0px;
	margin: 4px 6px 20px 4px;
	text-align: right;
	color: #FFF;
}
#leftSide .leftBlock b {
	letter-spacing: 3px;
}
#nieuwsbrief.leftBlock {
	background: #FFF;
	color: #900;
}

#mhLogo {
	text-align: center;
	margin-bottom: 20px;
}
#mhLogo a {
	background-repeat: no-repeat;
    background-image: url(../images/mh-logo.gif);
	display: block;
	width: 132px;
	height: 123px;
	margin: 0px auto 0px auto;
}
#mhLogo a span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/******************************************
		GENERAL
******************************************/

.frontpageItem {
	margin-bottom: 10px;
}
.frontpageItem img {
	border: 1px solid #000;
	margin-left: 10px;
}
.frontpageItem p {
	margin: 0px 0px 4px 0px;
}
.frontpageItem .sideshow {
	padding: 0px 5px 0px 5px;
}

.articlesOverview .frontpageItem {
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 10px;
	margin-top: 10px;
}
.articlesOverviewLast .frontpageItem {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

.bulletLink {
	background: url(../images/bulletlink_bg.gif) 0px 3px no-repeat;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
}


#article {
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 10px;
}
#article h1 {
	font-size: 18px;
}
#article small i {
	font-size: 11px;
}
#article .overAuteur {
	color: #666;
	padding-top: 5px;
}
#article .editie {
    text-align: right;
    margin-bottom:10px;
}
#article .socialmedia {
	text-align: right;
}
#reacties {
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#reacties .reactie {
	border-bottom: 1px solid #ECECEC;
	padding-top: 15px;
}
#reacties .titel {
	margin-bottom: 10px;
}
#reacties .titel small {
	font-size: 11px;
}

.sideArtikelen {
	padding-left: 5px;
	padding-right: 5px;
}

.eerdereEditie {
	margin-top: 10px;
}

.searchPages {
	border: 1px solid #ECECEC;
	margin: 0px 0px 15px 0px;
	padding: 4px;
}
.searchPages span.current {
	border: 1px solid #AFAFAF;
	padding: 1px;
}

.vacatureCat,
.editiesCat {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

table.agendaOverzicht {
	margin: 5px 0px 5px 0px;
}
table.agendaOverzicht td.dateCell {
	width: 125px;
}
table.agendaOverzicht td.contentCell {
    width: 309px;
}
table.agendaOverzicht td a {
    word-wrap:break-word;
}
table.agendaOverzicht td {
	padding-bottom: 15px;
}

