html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	color: #ffffff;
	overflow-y: scroll;
	text-align: center;
	line-height: 20px;
	background-color: #000000;
	
	overflow-y: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

th{
	text-align:left;
}

a {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	margin: 4px 0;
	font-size: 18px;
	color: #FFFFCE;
}

h2 {
	margin: 4px 0;
	font-size: 14px;
	color: #FFFFCE;
}

h3 {
	margin: 4px 0;
	font-size: 12px;
	color: #FFFFCE;
}

p {
	margin: 4px 0;
}

a:link{
	color: #FFE8BF;
	text-decoration: underline;
}

a:visited{
	color: #FFE8BF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
div.column div.hr {
  height: 5px;
  background: url('../gfx/hr.gif') repeat-x scroll center;
  margin:5px auto;
}
div.column div.hr hr {
  display: none;
}

div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;                                                                     
  margin-top: -320px;                                                              
  float: left;
}

div.container{
  clear: both;
  position: relative;
  top: -400px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
}

div.container {
	height: 643px;
	width: 996px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	text-align: left;
	border: 1px solid #fff;
	scrollbar-base-color: #020202;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color: #474747;
	scrollbar-face-color: #353535;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-shadow-color: #141414;
	scrollbar-track-color: #F2F2F2;
}

div.top {
	height: 20px;
	width: 864px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
}

div.top div.kruimelpad a {
	color: #ffffff;
}

div.top div.kruimelpad a:hover {
	text-decoration: underline;
}

div.kruimelpad  {
	float: right;
	width: 400px;
}

div.lichtkrant  {
	float: left;
	width: 400px;
	margin: 0 10px;
}

div.header {
	height: 146px;
}

div.contactgegevens {
	float: left;
	width: 164px;
	margin: 43px 0px 0 10px;
}

div.navigation {
	margin: 43px 0 0 280px;
	height: 102px;
	float: left;
	width: 500px;
}

div.navigation ul {
	display: inline;
}

div.navigation ul li {
	display: inline;
	margin: 0 1px 0 0;
}

div.navigation img {
	border-width: 0;
}

a#hide{
	width:60px;
	height:20px;
	display:block;
	float:right;
}

div#plaats a{
	float:left;
	width:200px;
	height:30px;
	display:block;
}

div.subnav {
	height: 20px;
	width:50px;
	float:right;
	margin:0 70px 0 0;
}
div.subnav ul {
	margin: 0px;
	padding: 0;
	display:block;
}

div.subnav ul li {
	display: inline;
	margin: 0 50px 0 0;
	font-family: Verdana, Sans-serif;
}

div.subnav ul li a{
	background-image:url('../afbeeldingen/subtn.png');
	background-repeat:no-repeat;
	width:79px;
	height:25px;
	display:block;
	float:left;
	text-align:center;
	line-height:2em;
	margin-right:10px;
	color:#FFF;
}

div.subnav ul li a:hover{
	text-decoration: none;
	color:#FFE8BF;
}

div.body {
	width: 848px;
	margin: 0px auto 29px auto;
}

div.column {
	clear:left;
	float: left;
	width: 184px;
	margin: 0px 28px;
	font-family: Verdana, Sans-serif;
}

div.column ul{
	margin:0 0 0 10px;
	list-style:none;
}

div.column ul li{
	background:url('../afbeeldingen/bullet.gif') no-repeat left;
}

div.column ul li a{
	text-decoration:none;
	line-height:2em;
	margin:0 0 0 20px;
	padding:0px;
	font-size:16px;
}

div.column ul li a:hover{
	text-decoration:none;
	color:#fff;
}

div.content {
	float: right;
	width: 582px;
	background-color: #282628;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	margin: 0;
	padding: 10px;
	height: 400px;
	overflow-y: auto;
}

table {
	font-size: 12px;
}
div.content #formulier label {
	display: block;
	margin: 3px;
	padding: 3px;
	width: 400px;
}

div.content #formulier .textField {
	width: 200px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

div.content #contact {
	background-image: url(../gfx/contact.jpg);
	background-repeat: no-repeat;
	background-position: right 27px;
}

#button{    width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#button { /* For non-IE browsers*/
  height: 0px;
}

img{border:0;}

div.content a.bannerOver{
	margin:10px;
	padding:2px;
	display:block;
	width:286px;
	height:100px;
	clear:both;
	float:left;
}

div.content a.bannerOver:hover {
	background-color:#fff;
	display:block;
}

div#popupbox {
	width:50%;
	height:50%;
	position:absolute;
	z-index:999;
	left:25%;
	top:25%;
	border:solid 5px #fff;
	background-color:#282628;
	text-align:left;
	padding:20px;
	margin:0;
	overflow:auto;
}

div#overlay{
	width:100%;
	padding:100%;
	position:absolute;
	z-index:996;
	left:0;
	top:0;
	background-color:#333333;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#popupbox #removebox {
	font-weight:bold;
	color:red;
	font-size:18px;
	position:absolute;
	z-index:10000;
	width:30px;
	height:30px;
	top:10px;
	right:5px;
	text-decoration:none;
}

.arrangebtn{
	background:#282628 url(../gfx/bannerlogo.gif) no-repeat 10px 10px;
	border:solid 2px white;
	width:260px;
	height:80px;
	margin:5px;
	padding:5px;
	float:left;
}

.arrangebtn h2{
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
	text-align:right;
	margin:0;
	padding:0;
}

.arrangebtn p{
	margin:15px 0 0 0;
	padding:0;
	line-height:1.5em;
	text-align:right;
}

.arrangebtn a, .arrangebtn a:link, .arrangebtn a:visited{
	display:block;
	width:260px;
	height:80px;
	text-decoration:none;
}

.arrangebtn a:hover, .arrangebtn a:active{
	display:block;
	text-decoration:none;
}


