@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/bg.jpg);
}
a:link, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #999900;
	text-decoration:underline;
	font-weight:bold;
}
img {
	border:0;
}
#maindiv1 {
	width: 100%;
}
#maindiv2 {
	width: 1000px;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 10px #333333;
	padding: 0px;
	margin: 0px;
}
#menu {
	width:1000px;
	height:100%;
	margin-top:0px;
	#margin-top:-3px;
}
#inhoud {
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	background-color:#FFFFFF;
	width:990px;
	height:100%;
	margin-bottom:20px;
	min-height:450px;
}
#footer {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	border-top:thin;
	width:990px;
	font-size:9px;
}
#border_table {
	border:2px solid #333333;
	padding:0;
}
#border_table td {
	border:1px solid #333333;
	border-collapse: collapse;
	margin:2px;
}
table.menu a {
	width:auto;
	border:1px solid #333333;
	display: block;
}
div.menu a {
	color: #333333;
	background: #ffffff;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
}
div.menu a:link {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
	background: #cccc99;
}
div.menu a:active {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	background: #cccc99;
}
div.menu a:visited {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
	background: #cccc99;
}
div.menu a:hover {
	color: #CCFF33;
	background: #333333;
	text-decoration:none;
	font-weight:normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
.suggestionsBox {
	position: relative;
	left: 7px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
}
#livesearch {
	background-image:url(../images/white_opac80.png);
	color:#000000;
	font-weight:bolder;
	margin:20px;
	padding:20px;
	width:380px;
	height:125px;
}
