body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #4f4f4f;
	background-image: url(images/bgbody.jpg);
	background-position: center;
	position: relative;
}
.titlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #F60;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #39F;
	font-weight: bold;
}
#container {
	width: 960px;
	background-color: #E1E0D5;
	border: 1px solid #000000;
	text-align: left;
	margin: auto;
	padding: 0px;
}
#topbar {
	background-color: #4f4f4f;
	height: 130px;
	background-image: url(images/bgtop.jpg);
}
#menuhorz {
	height: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menuhorz ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
#menuhorz li {
	display: inline;
}
#menuhorz a {
	cursor: pointer;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.75em;
	padding-bottom: 0.3em;
	padding-left: 0.75em;
	float: left;
	background-image: url(images/menubutton.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#menuhorz a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menuhorz a:hover {
	color: #000;
	background-image: url(images/menubuttonhl.png);
}
#menuvert {
	padding-top: 10px;
}
#menuvert ul {
	cursor: default;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
#menuvert a {
	display: block;
	cursor: pointer;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 196px;
	background-image: url(images/bgvertmenu.png);
}
#menuvert a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menuvert a:hover {
	color: #000;
	background-image: url(images/menubutton.png);
}
#bottombar {
	height: 65px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/bgbottom.jpg);
}
#bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	top: 45px;
	position: relative;
}
#bottomtext a:link {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
#bottomtext a:visited {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
#bottomtext a:hover {
	color: #39F;
}
#sidebar {
	float: left;
	width: 220px;
	background-color: #E1E0D5;
	height: auto;
	font-size: 8px;
}
#maincontent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-color: #FAFBFC;
	border: 1px solid #CCC;
	background-image: url(images/containercontent.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#languagebar {
	float: right;
	padding-right: 5px;
	height: 30px;
}
.taalnl
{
	width:88px;
	height:20px;
	background-image:url(images/taalen.gif);
	left: 865px;
	position: relative;
	top: -30px;
}
.taalnl a {
	display:block
}
.taalnl a:hover img {
	visibility:hidden;
}
.taalen
{
	width:88px;
	height:20px;
	background-image:url(images/taalnl.gif);
	left: 865px;
	position: relative;
	top: -30px;
}
.taalen a {
	display:block
}
.taalen a:hover img {
	visibility:hidden;
}
#search {
	height: 30px;
	width: 150px;
	position: relative;
	left: 710px;
	top: 0px;
}
#search input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bgsearch.png);
	padding-left: 22px;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #F00;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	border-bottom-width: 1px;
	margin-bottom: 25px;
	padding-right: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #F60;
	position: static;
	height: 10px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.formbody {
	background-color: #E1E0D5;
	border: 1px solid #CCC;
	width: 500px;
	margin-left: 20px;
	padding: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hidden {
	height:0px;
	font-size: 0px;
	color: #F2F1EC;
}
/* nieuw */
#containerheader {
	background-image: url(images/containerheader.gif);
	width: 200px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-indent: 10px;
	text-align: left;
	line-height: 30px;
	margin-left: 10px;
}
#containercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/containercontent.gif);
	background-position: bottom;
	height: auto;
	width: 188px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CACACA;
	border-left-color: #CACACA;
	border-right-style: solid;
	border-left-style: solid;
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	display: inline-block;
}
#containerfooter {
	background-image: url(images/containerfooter.gif);
	height: 10px;
	width: 200px;
	margin-left: 10px;
	font-size: 2px;
}
