html,body {
	margin: 0;
	padding: 0;
	_height: 100%;
	min-height: 100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

/* ignored by IE */ 
body > div#container { 
  height: auto; 
  min-height: 100%;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #menulinks {
  margin-right: 19px;
  }
 
* html #text {
  height: 1%;
  margin-left: 0px;
  }
 
/* End hide from IE5/mac */

a, a:link, a:visited, a:active {
	color: #000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 13px;
	text-decoration: underline;
	letter-spacing:normal;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #ec9b3e;
}

p {
	text-align: justify;
	padding: 0;
	margin: 0;
	color: #000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 13px;
	letter-spacing:normal;
}

h1 {
	text-align: justify;
	padding: 0;
	margin: 0;
	color: #ec9b3e;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	font-weight:bold;
}

td {
	color: #000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 13px;
}

#header {
	width: 688px;
	height: 193px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	white-space: nowrap;
	padding: 0px 0 0 0;
}
#taal{
	position: absolute;
	margin: -180px 0px 0 592px;
}

#contentbox {
	width: 588px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding: 0 50px 0 50px;
	
}

#contentlinks {
	width: 375px;
	text-align: left;
	padding: 0 0 20px 0;
	float:left;
	margin: 0 0 0 0px;
	min-height: 800px;
}

#contentrechts {
	width: 185px;
	text-align: left;
	padding: 0 0 0 0;
	float:right;
	margin: 0 0px 0 0;
}

#contentfotos {
	width: 600px;
	text-align: left;
	padding: 0 0 20px 0;
	float:left;
	margin: 0 0 0 0px;
}

#foto_bg {
	width: 91px;
	height: 70px;
	background-image:url(images/foto_bg.png);
	background-repeat:no-repeat;
}

#bottom {
	position:relative;
	height: 10px;
	text-align: justify;
	margin: 60px 0 0 0;
	padding: 40px 0 0 170px;
	color: #885a3c;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: inherit;
}

#bottom2 {
	color: #885a3c;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	font-weight:bold;

}

/* menu */
#navcontainer1 {
	padding: 18px 34px 0 0;
}
#navlist1 {
	height: 19px;
	margin: 0;
	padding-left: 0px;
	white-space: nowrap;
}


#navlist1 ul {
	margin: 0 0 0 0;
	padding: 0;
}

#navlist1 li {
	height: 32px;
	width: 124px;
	float: right;
	display:inline;
	text-align:center;
	background-image:url(images/menu_out.jpg);
	background-repeat:no-repeat;
	margin: 124px 0px 0px 0;
	list-style-type: none;
	padding: 0 0 0 0;

}

#navlist1 li a  {
	height: 32px;
	width: 124px;
	position: static;
	display: block;
	margin: 10px 0px -12px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family:"Trebuchet MS";
	text-align:center;
	font-size: 12px;
	text-decoration: none;
}


#navlist1 li a:hover {
	height: 32px;
	width: 124px;
	color:#000;
	background-image: url(images/menu_out_over.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding: 10px 0 0px 0;
}

#navlist1 li a.active:active, #navlist1 li a.active, #navlist1 li a.active:visited {
	height: 32px;
	width: 124px;
	float: right;
	text-align:center;
	background-image: url(images/menu_over.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding: 10px 0 0px 0;
}

#navlist1 li a.active:hover {
	color: #000;
}

.veld { 
    background: #fff; 
	font-family:"Trebuchet MS";
	font-size: 12px;
    border : 1px solid #000; 
}

.radio {  
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-align:left;
}

.knop { 
    background:#fff; 
	font-family:"Trebuchet MS";
	font-size: 12px;
    color: #000; 
    width: 100px; 
    border : 1px solid #000; 
    cursor : hand; 
}


	
