/*** algemeen ***/
html, body{ height: 100%; }

body {	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:black;
	height:100%;
	background-color:#905a33;
}

#pagina { position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height:100%;
	width: 946px;
	background: #fff;
}

#shade{ position:fixed;
	left: 932px;
	top: 0px;
	bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height:100%;
	width: 14px;
	background-image: url(gfx/shade.jpg);
	background-repeat: repeat-y;
}

#marge {left:946px;
	top:0px;
	height:100%;
	width: 100%;
	background-image: url(gfx/marge.jpg);
}

#toppie {
	position: absolute;
	margin-top:0px;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-left: 210px;
	width: 712px;
	height: 110px;
	z-index:10;
}

#menu {
	position:absolute;
	left: 0px;
	top: 0px;
	margin-top: 110px;
	margin-left: 34px;
	vertical-align: top;
	width:172px;
}

#menu ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#menu ul a{
	text-decoration: none;
	color: #905a33;
	font-size:17px;
	font-weight:bold;
	line-height: 21px;
	cursor:default;
}

#menu ul ul {
	list-style:none;
	padding:0px 0px 21px 0px;
	margin:0px;
}

#menu ul ul a{
	text-decoration: none;
	color: #905a33;
	font-size:12px;
	font-weight:normal;
	line-height: 21px;
	cursor:pointer;
}

#menu ul li a:hover{
	font-weight:bold;
	color: #905a33;
}

#submenu {position:absolute;
	margin-left:210px;
	margin-top:112px;
	top: 0px;
	left: 0px;
	width: 214px;
	line-height:21px;
	padding: 10px;
	vertical-align: top;
	background-color:#CCCC66;
}

#submenu a{	text-decoration:none;
	color:#000000;
}

#submenu a:hover{
	font-weight:bold;
	color:#ffffff;
}

#kolom{ position:absolute;
	margin-left:210px;
	margin-top:220px;
	left:0px;
	top:0px;
	bottom:0px;
	width:234px;
	height:100%;
	padding: 0px;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #905a33;

}

#kolom h1{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

#kolom h2{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#kolom a{
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration:underline;
}

#klik {

  position: relative;

}

#klik a {

  position: absolute;

  left: 0;

  top: 0;

}

#klik a img {

  width: 234px; /* breedte en hoogte zo groot als flash laten zijn */

  height: 150px;
}

#tekst{ position:absolute;
	margin-top: 268px;
	margin-left:0px;
	top:0px;
	left:0px;
	width: 458px;
	min-height: 100%;
	padding: 10px;
	vertical-align: top;
	background-color:#CCCC66;
}

#tekst h1{
	font-size: 21px;
	font-weight: bold;
	color: #000;
}

#tekst h2{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#tekst h3{
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
}

#tekst a{
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration:underline;
}

#fotogroot{
position:absolute;
margin-left: 454px;
margin-top:112px;
left:0px;
top:0px;
height:268px;
width:478px;
background-color:#fff;
}

#nextlevel {
}

#breadcrumbs {
}

/*** div tekst ***/
.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

/*** newsletters/news ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

