html {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, times, serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	color: #a0a0a0;
}

body {
	margin: 0 auto;
	background: #fff url(images/bg_body.png) repeat-x;
	text-align: center;
}

div#container {
	background: #FFF url(images/bg_container.png) no-repeat;
	position: relative;
	margin: 0 auto 40px auto;
	text-align: left;
	width: 1100px;	
}

div#top {
	background: transparent;
	width: 100%;	
}

div#header {
	position: relative;
	top: 0;
	left: 0;
	background: transparent url(headers/header.png) no-repeat;
	width: 100%;
	height: 150px;	
}

div#headerextra {
	position: relative;
	clear: both;
	margin-left: 40px;
	background: transparent;
	overflow: hidden;
	z-index: 1;
}

div#main_text {
	position: relative;
	float: right;	
	width: 660px;
	background: transparent;
	margin: 20px 80px 20px 0;
}

div#left_column {
	position: relative;
	float: left;
	width: 260px;	
	background: #FFF;
	margin: 40px 20px 0 70px;
	clear: both;
}

div#left_column div {
	margin: 0 0 20px 0;
	background: transparent;	
	color: #a0a0a0;
}

div#left_column div.top_left {
	margin: 0;
	padding: 0;	
	background: transparent;			
}

div#left_column div#nieuws {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	background: transparent;
}

div#left_column div#nieuws td{
	font-weight: bold;
	font-size: 0.9em;
}

div#left_column div#nieuws td.date{
	font-weight: normal;
}

span.rel_h1 {
	color: #c1da4d;	
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 4px 0 0;
}

div#menutop {
	position: absolute;
	top: 75px;
	left: 360px;
	width: 740px;
	background: transparent;
	height: 1.2em;
	color: #c1da4d;
	font-size: 1.1em;
	z-index: 999;
}	

div#breadcrumbs {
	float: left;
	position: relative;	
	top: 0;
	left: 65px;
	width: 740px;
	background: transparent;
	height: 1em;
	color: #c0c0c0;
	font-size: 0.9em;
	clear: both;
	z-index: 1;
}	

div#sitemap {	
	clear: both;
	padding: 0 140px 0 140px;
	height: auto;
	background: transparent;
	text-align: left;	
}

div#sitemap ul {
	list-style: none;
	margin-left: 0;
	padding: 0 1em 0 1em;
	text-indent: 0;
}

div#sitemap li a{
	color: #c0c0c0;
	font-family: Tahoma, Verdana, Arial, times, serif;
	font-size: small;	
	text-align: left;	
}

div#footer {	
	clear: both;
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	height: 2em;
	width: 100%;
	background: transparent;
	color: #000;
	text-align: center;
}

/*menu suckerfish*/
/*toplevel*/
#navtop, #navtop ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: none;
	z-index: 998;
}

#navtop a {
	display: block;	
	color: #c1da4d;
	text-decoration: none;
	padding: 0.2em 0.9em 0.2em 1.1em;
}

/*uitzondering voor het eerste menu item dat moet recht boven de tekst uitgelijnd worden*/
#navtop li.eerstemenuitem a {
	padding: 0.2em 0.9em 0.2em 0;
}

#navtop li {
	float: left;
	padding: 0;		
}

#navtop li.eerstemenuitem {
	line-height: 30px;
}

#navtop li.menuitem {
	background: url(images/bg_menuitem.png) no-repeat;
	line-height: 30px;
}

#navtop li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	border: none;
	font-weight: normal;
	background: url(images/bg_menu_transp.png) repeat;
	margin: 0;
}

#navtop li li {
	padding-right: 1em;
	width: 10em;
}

#navtop li ul a {
	display: block;
	width: 10em;
	color: #808080;
}

#navtop li ul ul {
	margin: -1.4em 0 0 10em;
}

#navtop li:hover ul ul, #navtop li:hover ul ul ul, #navtop li.over ul ul, #navtop li.over ul ul ul {
	left: -999em;
}

#navtop li:hover ul, #navtop li li:hover ul, #navtop li li li:hover ul, #navtop li.over ul, #navtop li li.over ul, #navtop li li li.over ul {
	display: block;
	left: auto;
	background: url(images/bg_menu_transp.png) repeat;
}

/*end menu */

table {
	border: none;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

table.overzicht td {
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: #404040 1px solid;
	border-top: none;
	border-right: none;
	border-left: none;
}

table.overzicht td.leftborder {
	padding: 0.2em 2em 0.2em 0.5em;
	border-left: #404040 1px solid;
	border-bottom: #404040 1px solid;
}

a, a:link, a:visited, a:active {
	text-decoration: none; 	
}

a:hover {
	text-decoration: none; 
}

a.white, a.white:link, a.white:visited, a.white:active {
	text-decoration: none; 
	color: #FFF;
}

a.white:hover {
	text-decoration: underline; 
	color: #FFF;
}

a.black, a.white:link, a.black:visited, a.black:active {
	text-decoration: none; 
	color: #000;
}

a.white:black {
	text-decoration: underline; 
	color: #000;
}

h1 {
	font-size: 1.2em;
	color: #c1da4d;
	margin: 0 4px 0 0;	
}

a img {
	border: 0;
}

div#menuleft {
	position: absolute;
	float: left;
	left: -56px;
	width: 27px;
	margin: 0;
	padding: 0;
	z-index: 800;
}

div#left_column div div#rolloutmenuleft {
	position: absolute;
	float: left;
	top: 14px;
	left: 27px;
	background: #FFF url(images/rollovercontent.png) repeat-y;
	width: 0px;
	z-index: 99;
	overflow:hidden; 
	display:none;
}

div#rolloutmenuleft div.toprollout {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	background: #FFF url(images/rollovertop.png) no-repeat;
	margin: 0;
	padding: 0;
}

div#rolloutmenuleft div.contentrollout {
	position: relative;
	float: left;
	background: #FFF url(images/rollovercontent.png) no-repeat;
	margin: 10px;
	padding: 0;
	font-size: 0.8em;
}

div#rolloutmenuleft div.bottomrollout {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	background: #FFF url(images/rolloverbottom.png) no-repeat;
	margin: 0;
	padding: 0;
}

div#rolloutmenuleft span.closerollout {
	float: right;
	top: 4px;
	right: 4px;
}
	
/*menu suckerfish linkermenu*/
/*toplevel*/
#navleft, #navleft ul {
	list-style: none;
	padding: 0;
	border: none;
}

#navleft a {
	display: block;		
}

#navleft li {
	float: left;
	padding: 0;	
}

#navleft li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	border: none;
	font-weight: normal;
	background: url(images/bg_menu_transp.png) repeat;
	margin: 0;
}

#navleft li li {
	padding-right: 1em;
	width: 10em;
}

#navleft li ul a {
	display: block;
	width: 10em;
}

#navleft li ul ul {
	margin: -1.4em 0 0 10em;
}

#navleft li:hover ul ul, #navleft li:hover ul ul ul, #navleft li.over ul ul, #navleft li.over ul ul ul {
	left: -999em;
}

#navleft li:hover ul, #navleft li li:hover ul, #navleft li li li:hover ul, #navleft li.over ul, #navleft li li.over ul, #navleft li li li.over ul {
	display: block;
	left: auto;
	background: url(images/bg_menu_transp.png) repeat;
}

/*end menu */

/*breadcrumbs*/
div#breadcrumbs ul {
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	border: none;
}

div#breadcrumbs  a {
	display: block;	
	color: #808080;
	text-decoration: none;
	padding: 0.2em;
	background: transparent;
}

div#breadcrumbs li {
	float: left;
	padding: 0;	
	margin: 0;
	padding: 0 0 0 12px;
	background: transparent url(images/bg_breadcrumb.png) no-repeat;
}

