html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	color: #222;
	background: #c5c5c5 url(../images/interface/background.png) repeat-y center top;
}

/*
#dropshadow {
	position: relative;
	width: 1000px;
	background: url(../images/interface/dropshadow_right.png) repeat-y right top;
}
#dropshadow .shadowBottom {
	line-height: 0%;
	font-size: 0;
	height: 6px;
	background: url(../images/interface/dropshadow_bottom.png) no-repeat left top;
}
#bottomSpace {
	line-height: 0%;
	font-size: 0;
	height: 15px;
}
*/

/* #wrapper */

#wrapper {
	position: relative;
	width: 990px;
	margin: auto;
	border: 1px solid white;
	border-top: none;
	background: white;
}

/* header / logo */

#header	{
	height: 209px;
	width: 100%;
}
#flashHeader {
	position: absolute;
	top: 0;
	height: 179px;
	background: #0000cc url(../images/interface/header_back.png) no-repeat left top;
	width: 100%;
}

#header h1 {
	position: absolute;
	left: 425px;
	top: 30px;
	width: 110px;
	height: 115px;
}
#header h1 a	{
	display: block;
	width: 110px;
	height: 115px;
	text-indent: -999em;
	text-decoration: none;
	font-size: 14px;
	color: #0000cc;
}


/* #content */

#content {
	position: relative;
	min-height: 250px;
}
* html #content {
	height: 250px;
}

h2 {
	margin: 0;
	padding: 0 12px;
	height: 32px;
	background: url(../images/interface/title_back_2010.png) no-repeat left top;
	font-size: 11px;
	line-height: 24px;
	color: white;
}
* html h2 {
	line-height: 22px;
}

.wrapper {
	margin: 8px 12px;
}

/* primaryContent */

#primaryContent {
	float: left;
	display: inline;
	width: 759px;
}

/* secondaryContent */

#secondaryContent {
	float: right;
	display: inline;
	width: 230px;
	font-size: 0.85em;
}

.box {
	border: 1px solid #608fc7;
	background: #bbdff7;
}
.box.white {
	background: white;
}
.box h2 {
	height: 22px;
	border-bottom: 1px solid #608fc7;
	background: #4e80bc url(../images/interface/boxtitle_back.png) repeat-x left top;
	line-height: 21px;
}
.box .footer {
	clear: both;
	background: #e8f3fa;
	font-weight: bold;
	color: #dd0000;
}
.box .footer a {
	display: block;
	padding: 2px 12px;
	border-top: 1px solid #608fc7;
	text-decoration: none;
}
* html .box .footer a {
	height: 0.1em;
}
.box .footer a:hover {
	background: #fffccc;
	text-decoration: none;
	color: #dd0000;
}
.shadow {
	font-size: 0;
	line-height: 0%;
	height: 8px;
	background: url(../images/interface/box_shadow.png) no-repeat left top;
}
#secondaryContent .shadow {
	background: url(../images/interface/box_shadow_secondary.png) no-repeat left top;
}

/* green box */
.box.green {
	border: 1px solid #008810;
	background: #b3f3b1;
}
.box.green h2 {
	border-bottom: 1px solid #008810;
	background: #129800 url(../images/interface/boxtitle_green.png) repeat-x left top;
}
.box.green .footer {
	background: #e8f3fa;
	color: #129800;
}
.box.green .footer a {
	border-top: 1px solid #008810;
	background: #e2ffe1;
	color: #129800;
}
.box.green .footer a:hover {
	background: #fffccc;
	color: #129800;
}

/* green blue */
.box.blue {
	border: 1px solid #0000b8;
	background: #ced1f7;
}
.box.blue h2 {
	border-bottom: 1px solid #0000b8;
	background: #0000cc url(../images/interface/boxtitle_blue.png) repeat-x left top;
}
.box.blue .footer {
	background: #e8f3fa;
	color: #0000cc;
}
.box.blue .footer a {
	border-top: 1px solid #0000b8;
	background: #eeefff;
	color: #0000cc;
}
.box.blue .footer a:hover {
	background: #fffccc;
	color: #0000cc;
}

/* purple box */
.box.purple {
	border: 1px solid #78008a;
	background: #f0c8f6;
}
.box.purple h2 {
	border-bottom: 1px solid #78008a;
	background: #a700c0 url(../images/interface/boxtitle_purple.png) repeat-x left top;
}
.box.purple .footer {
	background: #e8f3fa;
	color: #a700c0;
}
.box.purple .footer a {
	border-top: 1px solid #78008a;
	background: #fcedfe;
	color: #a700c0;
}
.box.purple .footer a:hover {
	background: #fffccc;
	color: #a700c0;
}

/* red box */
.box.red {
	border: 1px solid #9a0000;
	background: #ffc1c1;
}
.box.red h2 {
	border-bottom: 1px solid #9a0000;
	background: #bb0000 url(../images/interface/boxtitle_red.png) repeat-x left top;
}
.box.red .footer {
	background: #e8f3fa;
	color: #bb0000;
}
.box.red .footer a {
	border-top: 1px solid #9a0000;
	background: #ffecec;
	color: #bb0000;
}
.box.red .footer a:hover {
	background: #fffccc;
	color: #bb0000;
}


/* #menu */

#menu {
	position: absolute;
	top: 179px;
	left: 0;
	width: 100%;
	height: 28px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #0000b8 url(../images/interface/menu_back_2010.png) no-repeat left top;
}	

* html #menu {
	height: 28px;
}

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	display: inline;
	background: url(../images/interface/menuspacer_light_2010.png) no-repeat left top;
}

#menu li a {
	display: block;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	padding: 2px 14px 2px 14px;
	background: url(../images/interface/menuspacer_dark_2010.png) no-repeat right top;
	color: white;
}
* html #menu li a {
	width: 20px;
	line-height: 22px;
	white-space: nowrap;
}
#menu li.last a {
	background: url(../images/interface/menuspacer_2010.png) no-repeat right top;
}
#menu li:hover a,
#menu li.hover a,
#menu li.active a {
	padding: 4px 14px 2px 14px;
	background: url(../images/interface/menu_back_on_2010.png) repeat-x right top;
	color: white;
}
#menu li.active a {
	background: url(../images/interface/menu_back_active_2010.png) repeat-x right top;
}

/* submenu */

#menu ul ul {
	position: absolute;
	display: none;
	border-top: 1px solid #0000b8;
	font-size: 0.9em;
}
* html #menu ul ul {
	/* Smaller text-size for IE */
	font-size: 0.85em; 
}
#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li:hover ul,
#menu ul li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#menu li li {
	float: none;
	background: none;
	position: relative;
	width: 14em;
}
#wrapper #menu ul li li a {
	display: block;
	width: 14em;
	padding: 1px 5px 1px 14px;
	font-size: 11px;
	line-height: 22px;
	white-space: normal;
	border: 1px solid #0000b8;
	border-top: none;
	background: #dee2fd;
	color: #0000b8;
}
* html #wrapper #menu li li a { 
	/* Hover-back & clickarea is not 100% width in IE */
	height: 0.1em;
	line-height: 125%;
	padding: 5px 5px 5px 14px;
}
#wrapper #menu ul li li.locked a {
	background-image: url(../images/interface/icon_lock.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
#wrapper #menu li li.hover a,
#wrapper #menu li li:hover a {
	background-color: white;
}

/* sub-submenu */

#wrapper #menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 16.6em;
	display: none;
	background: none;
}
* html #wrapper #menu ul ul ul {
	left: 18.7em;
}

#wrapper #menu ul ul li:hover ul,
#wrapper #menu ul ul li.hover ul {
	/* #topmenuList ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#wrapper #menu #nav li li li a {
	background: #dee2fd;
	color: #0000b8;
}
#wrapper #menu #nav li li li a:hover {
	background: white;
	color: #0000b8;
}

/* #submenu in kolom */
#secondaryContent ul#submenu li {
	padding-left: 1.75em;
	background: url(../images/interface/bullet_submenu.png) no-repeat 0 0.4em;
	font-weight: bold;
	font-size: 1em;
}
#secondaryContent ul#submenu li.locked {
	background-image: url(../images/interface/bullet_submenu_locked.png);
}
#secondaryContent ul#submenu li a {
	text-decoration: none;
	color: #222;
}
#secondaryContent ul#submenu li a:hover {
	text-decoration: underline;
	color: #dd0000;
}
#secondaryContent ul#submenu li.active a {
	color: #dd0000;
}


/* #topMenu */

#topMenu {
	position: absolute;
	top: 20px;
	left: 50px;
}

/* address */

address {
	font-style: normal;
}

address span.label {
	display: block;
	float: left;
	width: 4.5em;
	white-space: nowrap;
}


/* #footer */

#footer	{
	position: relative;
	width: 100%;
	padding-top: 8px;
	height: 28px;
	background: #0e0ce8 url(../images/interface/footer_back_2010.png) no-repeat left top;
	font-size: 11px;
	line-height: 120%;
	color: white;
}
#footer .wrapper {
	margin: 0 12px;
	padding: 7px 12px 0 12px;
	text-align: center;
}
#footer a	{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: white;
}

#footer #copyright {
	float: right;
	display: inline;
	margin-right: -10px;
}

#footer #footerMenu {
	float: left;
	display: inline;
	margin-left: -18px;
}
#footer #footerMenu ul,
#footer #footerMenu li {
	margin: 0;	padding: 0;
	list-style: none;
}
#footer #footerMenu li {
	display: inline;
	line-height: 120%;
	border-right: 1px solid #78bff0;
}
#footer #footerMenu li.last {
	border: none;
}
#footer #footerMenu li a {
	margin: 0 8px;
}
#footer #footerMenu img { /* nedstat counter */
	position: absolute;
	top: 0;
	left: 0;
	width: 1px; 
	height: 1px;
}

/* exports mail/print */
#exports {
	position: absolute;
	top: 214px;
	right: 235px;
}
#exports ul,
#exports ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#exports ul li {
	text-indent: -999em;
	line-height: 0%;
	font-size: 0;
	float: right;
	margin: 0 5px;
}
#exports ul li a {
	display: block;
	width: 16px;
	height: 16px;
}
#exports #exportPrint a {
	background: url(../images/interface/icon_print.png) no-repeat left bottom;
}
#exports #exportMail a {
	background: url(../images/interface/icon_mail.png) no-repeat left bottom;
}



/* various classes */

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.spacer {
	display: block;
	background: url(../images/interface/dots_horizontal.png) repeat-x left center;
}


/* images */

a img {
	border: none;
}

.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}

#wrapper .border img,
#wrapper img.border {
	border: 1px solid #222;
}

abbr {
	border: none;
}

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.3em;
	background: url(../images/interface/bullet.png) no-repeat 0.3em 0.6em;
}
#secondaryContent ul li {
	background-position: 0.3em 0.8em;
}

/* sitemap */
#sitemap ul {
	margin-bottom: 1em;
}
#sitemap ul li {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 8px;
}
#sitemap ul li a {
	color: #222;
}
#wrapper #sitemap ul ul {
	margin-bottom: 0;
}
#wrapper #sitemap ul ul li {
	padding-left: 20px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 0.9em;
	background: url(../images/interface/bullet_sitemap.png) no-repeat 0.2em -3px;
}
#wrapper #sitemap ul ul li a {
	color:  #0000cc;
}
#wrapper #content #sitemap ul ul ul {
	margin-bottom: 0;
}
#wrapper #content #sitemap ul ul ul li {
	margin-bottom: 2px;
}
#wrapper #content #sitemap ul ul ul li a {
	color: #447cbc;
}


/* SPECIFIC */

/* page selector */
.pageSelector {
	margin: 0 0 1em 0;
	text-align: center;
}
.pageSelector .item {
	border: 1px solid #608fc7;
	background: #bbdff7;
	font-weight: bold;
	font-size: 11px;
	color: #608fc7;
}
.pageSelector .active {
	background: white;
	color: #608fc7;
}
.pageSelector .active,
.pageSelector .noLink,
.pageSelector .item a {
	padding: 0px 3px;
}
.pageSelector .item a {
	background: #608fc7;
	text-decoration: none;
	color: white;
}
.pageSelector .item a:hover {
	background: #bbdff7;
	color: #608fc7;
}

/* nieuws item home */
.newsItem {
	padding-bottom: 0.7em;
	margin-bottom: 0.5em;
	background: url(../images/interface/dots_horizontal.png) repeat-x left bottom;
}
.newsItem h3 {
	margin-bottom: 0.2em;
}
.newsItem h3 a {
	text-decoration: none;
	color: #0000cc;
}
.newsItem h3 a:hover {
	text-decoration: underline;
	color: #0000cc;
}
.date {
	color: #447cbc;
}
.newsItem h5,
h5.date {
	font-weight: normal;
	font-size: 0.9em;
}
h5.date a {
	color: #447cbc;
	text-decoration: none;
}
h5.date a:hover {
	color: #447cbc;
	text-decoration: underline;
}
.newsItem div.left {
	margin: 0.3em 0.8em 0.5em 0;
	width: 120px;
	text-align: center;
}
.newsItem .left img {
}
.newsLead {
	font-weight: bold;
	margin-bottom: 0.8em;
}


/* agenda box */
.match {
	text-align: center;
	margin-bottom: 1em;
}
.match h5 {
	color: #608fc7;
	margin: 0 0 3px 0;
	line-height: 120%;
	font-size: 0.9em;
}
.match h4 {
	font-size: 1em;
	line-height: 130%;
	color: #222;
}
.match h4 a {
	color: #222;
}
.match h4 a:hover {
	color: #dd0000;
}




/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */

/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */
