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

body {
	margin: 0 auto;
	background: #FFF;
	text-align: center;
}

div#container {
	position: relative;
	background: #FFF;
	margin: 0 auto 40px auto;
	text-align: left;
	width: 995px;	
}

div#header {
	background: #fbb116 url(images/header.png) no-repeat;
	width: 995px;
	height: 187px;
}

div#main_text {	
	float: left;
	width: 660px;
	background: #FFF;
	margin: 40px 0 40px 20px;
}

div#right_column {
	float: right;
	width: 260px;
	margin: 40px 0 20px 0;
}

div#right_column div {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #115372 url(images/bg_item_rechts.png) repeat;	
	color: #FFF;
}

div#right_column div.top_right {
	margin: 0 0 4px 0;
	padding: 0;
	height: 6px;
	background: #fbb116 url(images/right_column_divider.png) repeat;	
}

div#menu {
	background: #115372 url(images/bg_header_footer.png) repeat;	
	height: 1em;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}	

div#footer {	
	clear: both;
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	height: 2em;
	width: 995px;
	background: #074460 url(images/bg_header_footer.png) repeat;
	color: #FFF;
}

/*menu suckerfish*/
ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

ul#nav li {
	position: relative;
	float: left;
	text-indent: 0.5em;
	margin-right: 1px;
	border: none;
}

ul#nav a {
	display: block;
	border: none;
	color: #FFF;
}

ul#nav li ul {
	position: absolute;
	left: 0;
	width: 10em;
	display: none;
	border: none;
	background: url(images/bg_menu_transp.png) repeat;
}

ul#nav li > ul {
	left: auto;
	top: auto;
	border: none;
}

ul#nav li ul li a{
	padding: 0.2em;
	display: block;
  background: transparent;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	left: -1px;
	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;
}

h1 {
	font-size: 1.2em;
	color: #404040;
}