html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
html, * html body {  /* IE6 hack for min-height */
	height: 100%;
}
html {
	background: #2b8ac0 url(../img/interface/back_gradient.png) repeat-x left top;
}
body {
	background: url(../img/interface/back_logo.png) no-repeat center top;
}

/* specific */
:-moz-any-link:focus { /* avoid dotted borders around active links in Firefox */
	outline: none;
}

#wrapper {
	position: relative;
	width: 968px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* header */
#header {
	position: relative;
	width: 960px; height: 152px;
	padding: 4px;
	background: url(../img/interface/header_back.png) no-repeat left top;
}
#header #logo a {
	position: absolute;
	left: 18px; top: 13px;
	display: block;
	width: 108px; height: 108px;
	background: url(../img/interface/logo_beeldmerk.png) no-repeat left top;
}
	* html #header #logo a { /* IE6 PNG hack */
		cursor: pointer;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_beeldmerk.png');
	}
#header h1 a,
#header h2 a {
	position: absolute;
	left: 126px;
	width: 281px; height: 54px;
	margin: 0; padding: 0;
	display: block;
	text-decoration: none;
	text-indent: -999em;	
}
#header h1 a {
	top: 13px;
	background: url(../img/interface/logo_allesovertoneel.png) no-repeat left top;
}
#header h2 a {
	top: 67px;
	background: url(../img/interface/logo_payoff.png) no-repeat left top;
}

#breadcrumbs {
	position: absolute;
	top: 183px; left: 20px;
	font-size: 11px;
	color: white;
}
#breadcrumbs a {
	text-decoration: none;
	color: white;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/* headerSearch */
#headerSearch {
	z-index: 10;
	position: absolute;
	top: 43px; right: 14px;
	width: 234px;
}
#headerSearch .box .shadow {
	line-height: 0%;
	font-size: 0;
	height: 16px;
	background: url(../img/interface/box234_bottomshadow.png) no-repeat left top;
}
	* html #headerSearch .box .shadow { /* No shadow for IE6 */
		height: 10px;
		background: url(../img/interface/box234_bottom.png) no-repeat left top;
	}
#headerSearchAdvanced {
	display: none;
}
#headerSearchAdvanced fieldset {
	margin: 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #3e8dc3;
}
#headerSearchAdvanced legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #3e8dc3;
}
#headerSearchAdvanced table {
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
#headerSearchAdvanced table td {
	vertical-align: middle;
	padding: 1px;
}
#headerSearchAdvanced label {
	font-weight: normal;
}

/* topMenu */
#topMenu {
	z-index: 2;
	position: absolute;
	top: 145px; left: 4px;
	width: 960px;
}
#topMenu ul,
#topMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#topMenu li {
	position: relative;
	float: left; display: inline;
	height: 31px;
	background: url(../img/interface/menu_light.png) no-repeat right center;
}
	#topMenu li.hover,
	#topMenu li:hover {
		background: url(../img/interface/menu_light_on.png) no-repeat right center;
	}
#topMenu li a {
	float: left; display: inline;
	background: url(../img/interface/menu_dark.png) no-repeat left center;
	padding: 8px 12px 9px 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	color: #aedaf3;
}
/*
#topMenu li a.last {
	background: url(../img/interface/menu_darklight.png) no-repeat right center;
}
*/
#topMenu li.active a {
		color: white;
	}
#topMenu li a.first {
	padding-left: 15px;
	padding-right: 15px;
	background: none;
}
#topMenu li.hover a,
#topMenu li:hover a {
	background: url(../img/interface/menu_dark_on.png) no-repeat left center;
	color: white;
}
#topMenu li a.first:hover {
	background: url(../img/interface/menu_first_on.png) no-repeat left center;
}
	
/* submenu */
#topMenu li ul { /* hide submenu on default */
	display: none;
	position: absolute;
	top: 31px; left: 0;
	background: #d6ecf9;
	border: 1px solid #2b8ac0;
}
	* html #topMenu li ul {
		width: 170px;
	}
#topMenu li:hover ul,
#topMenu li.hover ul {
	display: block;
}
#wrapper #topMenu li ul li {
	height: auto;
	float: none; display: block;
	background: none;
}
#wrapper #topMenu li ul li a {
	float: none; display: block;
	background: none;
	border-bottom: 1px solid #aedaf3;
	padding: 4px 10px;
	width: 150px;
	text-transform: none;
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	color: #233f84;
}
	* html #wrapper #topMenu li ul li a { /* IE6 fix for wrong height */
		height: 1%;
	}
#wrapper #topMenu ul li ul li a:hover,
#wrapper #topMenu ul li ul li.hover a {
	background: white !important;
}

/* sub-submenu */
#wrapper #topMenu li li ul {
	display: none;
	left: 170px; top: -1px;
}
#wrapper #topMenu li li:hover ul,
#wrapper #topMenu li li.hover ul {
	display: block;
}
#wrapper #topMenu li ul li.hover ul li a {
	background: none !important;
	font-weight: normal;
	color: #233f84;
}
#wrapper #topMenu li ul li ul li a:hover,
#wrapper #topMenu li ul li ul li.hover a {
	background: white !important;
	color: #233f84;
}

/* page selector */
.pageSelector {
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
}
.pageSelector span {
	border: 1px solid #00a3cf;
	background: #b2e3f1;
	font-weight: bold;
	font-size: 11px;
	color: #00a3cf;
}
.pageSelector .current {
	background: white;
	color: #00a3cf;
}
.pageSelector .current,
.pageSelector .noLink,
.pageSelector span a {
	padding: 1px 3px;
}
.pageSelector span a {
	background: #00a3cf;
	text-decoration: none;
	color: white;
}
.pageSelector .item a:hover {
	background: #b2e3f1;
	color: #00a3cf;
}

/* footer */
#footer {
	width: 960px; height: 40px;
	padding: 4px 4px 14px 4px;
	background: url(../img/interface/footer_back.png) no-repeat left top;
	line-height: 13px;
	font-size: 11px;
	color: #233f84;
}
	#page_forum #footer {
		background-image: url(../img/interface/footer_back1.png);
	}
#copyright {
	float: right; display: inline;
	padding: 12px 15px 0 0;
}
#footerMenu {
	float: left; display: inline;
	padding: 12px 0 0 5px;
}
#footerMenu ul,
#footerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#footerMenu li {
	float: left; display: inline;
	border-left: 1px solid #2b8ac0;
}
#footerMenu li.first {
	border: none;
}
#footerMenu li a {
	padding: 0 10px;
	text-decoration: none;
	color: #233f84;
}
#footerMenu li a:hover {
	text-decoration: underline;
	color: #233f84;
}
	

/* content */
#contentHolder {
	width: 968px;
	background: url(../img/interface/content_middle.png) repeat-y left top;
}
	#page_forum #contentHolder {
		background-image: url(../img/interface/content_middle1.png)
	}
#content {
	width: 960px; min-height: 250px;
	padding: 0 4px;
	background: url(../img/interface/content_top.png) no-repeat left top;
}
	* html #content { /* IE6 hack for min-height */
		height: 250px;
	}
	#page_forum #content {
		background-image: url(../img/interface/content_top1.png);
		width: auto;
		padding: 33px 10px 5px 10px;
	}

#primaryContent,
#secondaryContent,
#contentLeft,
#contentRight {
	float: left; display: inline;
}

#primaryContent {
	width: 706px; min-height: 250px;
	margin: 27px 0 0 0;
	/* background: url(../img/interface/column_left_back.png) no-repeat 204px top; */
}
	* html #primaryContent { /* IE6 hack for min-height */
		height: 250px;
	}
#secondaryContent {
	float: right;
	width: 234px;
	margin: 15px 10px 0 10px;
}

#contentLeft {
	width: 204px;
	padding-right: 5px;
}
#contentRight {
	width: 476px;
	padding: 10px;
}


/* categoryMenu */
#categoryMenu {
	margin: 0 0 10px 0;
}
#categoryMenu h2 {
	width: 204px; height: 28px;
	margin: 0; padding: 0;
	text-indent: -999em;
	background: url(../img/interface/categorymenutitle.png) no-repeat left top;
}
#categoryMenu ul,
#categoryMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#categoryMenu li a {
	display: block;
	padding: 4px 12px;
	background: #78c1eb url(../img/interface/categorymenu_back.png) repeat-x left center;
	border: 1px solid white;
	border-top: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #233f84;
}
	* html #categoryMenu li,
	* html #categoryMenu li a { /* IE6 fix for wrong height */
		height: 1%;
	}
#categoryMenu li a:hover,
#categoryMenu li.active a {
	background: #f28422 url(../img/interface/categorymenu_back_on.png) repeat-x left center;
	color: white;
}
#categoryMenu li ul {
	display: none;
	background: #d6ecf9;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	line-height: 15px;
}
#categoryMenu li.active ul {
	display: block;
}
#wrapper #categoryMenu li li h3 {
	margin: 0; padding: 6px 0 0 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #233f84;
}
#wrapper #categoryMenu li li a {
	display: block;
	padding: 3px 12px 3px 25px;
	background: url(../img/interface/bullet_dblue.png) no-repeat 17px 8px;
	border: none;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #233f84;
}
#wrapper #categoryMenu li li a:hover {
	background-color: #78c1eb;
	background-imagea: url(../img/interface/bullet_white.png);
	color: white;
}
#wrapper #categoryMenu li li.active a {
	background-color: white;
	background-image: url(../img/interface/bullet_lblue.png);
	border-top: 1px solid #bad8ea;
	border-bottom: 1px solid #bad8ea;
	font-weight: bold;
	color: #56a0cf;
}

/* contentRight */
#secondaryContent h2 {
	padding: 0 0 0 9px;
	width: 225px;
	text-transform: uppercase;
}

#infoAgenda {
}
#infoAgenda .date {
	font-size: 10px;
}
#infoAgenda .title a {
	line-height: 13px;
	font-size: 11px;
	text-decoration: none;
	color: #233f84;
}
#infoAgenda .title a:hover {
	text-decoration: underline;
	color: #233f84;
}
#infoAgenda .footer {
	margin: 8px 0 0 0;
}

/* favoButtons */
#favoButtons {
	display: none; /* hide favo buttons in all browers */
}
* html #favoButtons {
	display: block; /* show favo buttons in IE6 */
}
* html #setHome {
	display: none; /* hide setHome button in IE6 */
}


/* HOMEPAGE */

/* columns */
.twoColumns {
	float: left; display: inline;
	margin: 0 0 10px 0;
	background: url(../img/interface/solidline_v_lblue.png) repeat-y center top;
}
.twoColumns .column1,
.twoColumns .column2 {
	float: left; display: inline;
	width: 226px;
}
.twoColumns .column1 {
	padding: 0 12px 0 0;
}
.twoColumns .column2 {
	padding: 0 0 0 12px;
}

/* infoForum */
#infoForum {
}
#infoForum .date {
	font-size: 10px;
	color: #56a0cf;
}
#infoForum .title a {
	display: block;
	width: 226px; height: 15px;
	overflow: hidden;
	font-size: 11px;
	text-decoration: none;
	color: #233f84;
}
#infoForum .title a:hover {
	text-decoration: underline;
	color: #233f84;
}
#infoForum img {
	margin-top: 9px;
}


