body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*** BEGIN PAGEWRAPPER ***/
#pagewrapper {
	width: 900px;
	background-image:url(../graphics/layout/contents_background.gif);
	background-repeat: repeat-y;
	background-position: left;	
}

#pagewrapperadmin {
	width: 900px;
	background-color:#FFFFFF;
}

/*** BEGIN HEADER ***/
#header {
	height: 126px;
	width: 900px;
}

#header img {
	border:none;
}

/*** BEGIN CSS HOOFDMENU ***/
#menu-container {
	width:900px;
	height:23px;
	background-color: #e6e6e6;
}
#menu{
	position:absolute;
	left: 100px;
	top: 126px;
	z-index:500;
}

#menu a, #menu h2{
	font-size: 9pt;
	background-color: #e6e6e6;
	display:block;
	margin:0;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#menu a{
	text-decoration:none;
	background-color: #e6e6e6;
}

#menu a, #menu a:visited{
	color:#8b8b8b;
	padding-left:10px;
	padding-right:10px;
	border: none;
}

#menu h2 a, #menu h2 a:visited{
	color:#8b8b8b;
	background-image: none;
	border: solid 1px #e6e6e6;
	color:#8b8b8b;
	background-color:#e6e6e6;
	text-align:center;
	font-weight:bold;
}

#menu a:hover{
	color:#f37021;
	background:#e6e6e6;
	padding-left:10px;
	padding-right:10px;
}

#menu h2 a:hover{
	color:#8b8b8b;
	background-color:#e6e6e6;
	background-image: none;
}

#menu a:active{
	color:#8b8b8b;
	background:#f0f0f0;
	border: none;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:110px;
}

#menu li{
	position:relative;
	border-bottom:none;
}

#menu li.noborder {
	border-bottom:none;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width:150px;
	border: none;
}

#menu ul ul ul{
	top:0;
	left:100%;
	width:150px;
	border: none;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

#sitemapknop {
	float:right;
	width:140px;
	height:20px;
	padding-top:3px;
}

#sitemapknop a:link, #sitemapknop a:visited, #sitemapknop a:hover, #sitemapknop a:active {
	color:#8b8b8b;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	font-size:80%;
}

#sitemapknop a:hover{
	color:#f37021;
}

/*** EINDE CSS HOOFDMENU ***/

/*** EINDE HEADER ***/

/*** BEGIN BROODKRUIMELS ***/
#breadcrumbles {
	background-image:url(../graphics/layout/breadcrumbles_background.gif);
	background-repeat:repeat-x;
	margin: 0px;
	height: 37px;
	color: #f37021;
	font-size:80%;
	padding-top:3px;
	padding-left:131px;
}

#breadcrumbles a:link, #breadcrumbles a:visited, #breadcrumbles a:hover, #breadcrumbles a:active {
	color: #000000;
	text-decoration:none;
}
/*** EINDE BROODKRUIMELS ***/

/*** BEGIN CONTENTS ***/
#contents {
	margin: 0px;
	width: 900px;
	padding-right: 140px;
}

#contents .column {
  position: relative;
  float: left;
}

#contents .topfoto {
	float:right;
	border:none;
	margin-left:10px;
	margin-bottom:10px;
}

#contents .centerfoto {
	border:none;
	margin:10px;
}

#contents a:link, #contents a:active, #contents a:hover, #contents a:visited {
	color:#000000;
} 

/*** BEGIN CENTER KOLOM ***/
#center {
	width: 620px;
	padding-left:10px;
	padding-right:10px;
}

#centeradmin {
	width: 800px;
	margin-left:90px;
	padding-left:10px;
	padding-right:10px;
}

#center h1, #centeradmin h1 {
	font-size:120%;
	color:#f37021;
	margin:0;
	padding:3px;
	padding-left:10px;
	margin-bottom:5px;
}

#center h2, #centeradmin h2 {
	clear:both;
	font-size:90%;
	background-color:#f0f0f0;
	margin:0;
	padding: 2px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}

#center p, #center dl, #centeradmin p, #centeradmin dl {
	margin-left:10px;
	margin-right:10px;
	font-size:80%;
	margin-top:0;
	line-height:150%;
}

#center ol, #center ul, #centeradmin ol, #centeradmin ul {
	margin-top:0;
	font-size:80%;
	line-height:150%;
}

#center ul ul, #centeradmin ul ul {
	font-size:100%;
}

#center form {
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	line-height:150%;
}
/*** EINDE CENTER KOLOM ***/

/*** BEGIN LEFT KOLOM ***/
#left {
	width: 120px;
	text-align:center;
	padding:0;
	margin:0;
}

#left h1 {
	text-align:left;
	background-color: #e6e6e6;
	padding:0;
	padding-left:10px;
	font-size:80%;
	color:#000;
	background-image:url(../graphics/layout/kleine_witte_pijl.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0;
}

#left img {
	border:none;
	height:125px;
	width:91px;
	padding-bottom:10px;
	padding-top:10px;
}
/*** EINDE LEFT KOLOM ***/

/*** BEGIN RIGHT KOLOM ***/
#right {
	width: 140px;
	margin-right:-140px;
	background-color:#FFFFFF;
}

#right h1 {
	text-align:left;
	background-color: #e6e6e6;
	padding-left:10px;
	font-size:80%;
	color:#000;
	background-image:url(../graphics/layout/kleine_witte_pijl.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
}

#right img {
	border:none;
	padding-bottom:10px;
	padding-top:10px;
}

.rightcolumn_block {
	background-color:#f0f0f0;
	margin-top:0px;
	margin-bottom:10px;
}

.rightcolumn_block p, .rightcolumn_block ul {
	margin:0;
	padding:0;
	font-size:80%;
	padding-bottom: 10px;
}

.rightcolumn_block ul {
	list-style-type:none;
}

.rightcolumn_block ul li {
	background:url(../graphics/layout/kleine_zwarte_pijl1.gif) no-repeat 0;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
}

.rightcolumn_block p {
	padding: 10px;
}

.rightcolumn_block a:link, .rightcolumn_block a:visited, .rightcolumn_block a:hover, .rightcolumn_block a:active {
	color:#0000FF;
	text-decoration:none;
}

#sound {
	text-align:center;
	margin-bottom:10px;
}
/*** EINDE RIGHT KOLOM ***/

/*** BEGIN FOOTER ***/
#footer {
	background-color: #921215;
	background-image:url(../graphics/layout/footer_background.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0px;
	clear: both;
	height: 20px;
	width: 898px;
	padding-top:4px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	font-size:80%;
	float:left;
}

#footerknop{
	float:right;
	padding-right:30px;
}

#disclaimer {
	width:900px;
	clear:both;
	text-align:center;
	color:#000000;
	margin-top:10px;
	font-size:80%;
}

#disclaimer a:link, #disclaimer a:active, #disclaimer a:hover, #disclaimer a:visited {
	color:#000000;
} 

/*** EINDE FOOTER ***/

/*** EINDE CONTENTS ***/

/*** EINDE BASIS LAYOUT ***/

/*** BEGIN PAGINA-SPECIFIEKE CSS ***/
.nieuwsitem img {
	border: none;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}

.nieuwsitem p {
	padding-left: 70px;
}

#begrippenlijst ul li{
	font-size:80%;
}

#catalogusaanvraag p {
	width:400px;
	clear:both;
}

#catalogusaanvraag p label {
	float:left;
}

#catalogusaanvraag p input.text {
	float:right;
	width:200px;
	border:1px solid #999999;
}

#catalogusaanvraag p input.checkbox, #catalogusaanvraag p input.radio, #catalogusaanvraag p input.button {
	margin-left:175px;
	float:left;
	clear:both;
}

#prijsvraag p {
	width:450px;
	clear:both;
}

#prijsvraag p label {
	float:left;
}

#prijsvraag p input.text {
	float:right;
	width:200px;
	border:1px solid #999999;
}

#prijsvraag p input.checkbox, #prijsvraag p input.radio, #prijsvraag p input.button {
	margin-left:175px;
	float:left;
	clear:both;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.teamfoto {
	border:solid 1px #666666;
	float:right;
	margin:0px 0px 5px 5px;
}

.links dt {
	clear:left;
	width:40%;
	float:left;
}

.agenda dt {
	clear:left;
	width:30%;
	float:left;
}

.agenda dd {
	margin-left:30%;
	margin-bottom:10px;
}

#center .agenda dd p {
	font-size:100%;
}

.nieuwsfoto {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.begrippenlijstlogo {
	float:left;
	margin:5px 5px 0px 0px;
}

#begrippenlijst p, #begrippenlijst ul {
	padding-left:150px;
}

#reacties img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#reacties p {
	font-size:120%;
}

fieldset {
	margin-bottom:20px;
}

legend {
	font-weight:bold;
}

.video_icon {
	border:none;
}
/*** EINDE PAGINA-SPECIFIEKE CSS ***/
