BODY {
 background-image: url(xpachter.png);
 font-weight: normal;
 font-size: 10pt;
 font-family: Verdana;
 color: black; 
 height: 100%;
 padding:0px;
 margin: 0px;
}
A { 
 font-weight: normal; 
 font-size: 10pt; 
 font-family: Verdana; 
 color: black; 
 text-decoration: none
}    
  
#midden {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 241px;
      background-image: url(bovenbalk.jpg);

}
#tabelkop {
	height: 45px;
}
#tabelmidden {
	height: 400px;
      background-image: url(tabelmiddenachter.jpg);
}

#tabeltekst {
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
}
#footer {
	width: 980px;
	height: 94px;
	background-image: url(footer.jpg);
}

P		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10pt}
DIV		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10pt}
FORM 		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10pt}
SELECT		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10pt}
A:hover   { color: #891E24 }
.title 		{BACKGROUND: none; COLOR: #01254A; FONT-SIZE: 40px; FONT-WEIGHT: bold; FONT-FAMILY: "Souvenir Lt Bt", Verdana, Helvetica; TEXT-DECORATION: none}
.content 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
.footertekst	{COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Helvetica}
.tekstlink  	{COLOR: #B71213; FONT-SIZE: 12pt; FONT-FAMILY: Verdana, Helvetica}
.contactmail	{COLOR: #000000; FONT-SIZE: 12pt; FONT-FAMILY: Verdana, Helvetica}
.storytitle 	{BACKGROUND: none; COLOR: #363636; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle 	{BACKGROUND: none; COLOR: #363636; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
.option 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.tiny		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 7px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.header		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Lithograph, Verdana, Helvetica; TEXT-DECORATION: none}
.nieuws		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: normal; FONT-FAMILY: "Courier New", Verdana, Helvetica; TEXT-DECORATION: none}
.nieuwskop		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: "Courier New", Verdana, Helvetica; TEXT-DECORATION: none}
.tabelmenu  {background-color: #891E24}
.tabeltekst  {background-color: #FFFFFF}
.tabelrechts  {
 	 background-color: #FFFFFF;
	 font-weight: normal; 
	 font-size: 8pt; 
	 border-width: 1px;
	 font-family: Verdana; 
	 color: black; 
	 text-decoration: none
}
.tabelaanbieding  {background-color: #FAF8CF}
.transparant {background-image: url(images/zwart-transparant.gif);
background-repeat: repeat}
.scroll {
height: 380px;
overflow: auto;
text-decoration: none } 

/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 250px;
	width: 40px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 300px;
	margin: 0 auto;
	width: 400px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}



