body {
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
hr.thin_grey {
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
}
iframe.border_grey {
	border: 1px solid #CCCCCC;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #008DD5;
	display: inline;
}
a:link {
	font-weight: normal;
	color: #008DD5;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #008DD5;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #008DD5;
	text-decoration: underline;
}
img.border_grey {
	border: 1px solid #CCCCCC;
}
img.border_orange {
	border: 1px solid #FF9900;
}
.maintable {
	background-color: #FFFFFF;
}
.bg_top {
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*
.headertable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DD5;
}
*/
.footertable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008DD5;
}

/* mainmenu met blauwe achtergrond */
.buttonbar {
	background: url(../images/bg_buttonbar.png);
	background-repeat: no-repeat;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008DD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.mainmenu .linkcell {
	/* width: 110px; */ 
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 25px;	
}
.mainmenu .linkcell_mouseover {
	/* width: 110px; */
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 25px;	
	background: url(../images/bg_button_mouseover.png);
}
.mainmenu .linkcell_selected {
	/* width: 110px; */
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 25px;	
	background: url(../images/bg_button_selected.png);
}
.textsmall {
	font-size: 11px;
}
.searchresult {
	color: #FFFFFF;
	background-color: #FF9900;
}
