BODY {
 background-color: #999999;
 background-attachment:fixed;
 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
}    
 
#top {
	height: 140px;
      background-image: url(images/carpmaxlogo.png);
	background-repeat: no-repeat;
	background-position: 361px 20px;
}
 
#middentabel {
	width: 591px;
	position: absolute; 
	top: 150px; 
	left: 240px; 
}

#middentabelkop {
	height: 17px;
      background-image: url(images/tabelbovenrand.png);
}
#middentabelmidden {
      background-image: url(images/tabelmiddenrand.png);
}
#middentekst {
	margin-left: 20px; 
	margin-right: 30px; 
}
#middentabelonder {
	height: 32px;
      background-image: url(images/tabelonderrand.png);
}

#rechtsboventabel {
	width: 177px;
	position: absolute; 
	top: 150px; 
	left: 840px; 
}

#rechtstabelkop {
	height: 11px;
      background-image: url(images/rechtsbovenrand.png);
}
#rechtstabelmidden {
      background-image: url(images/rechtsmiddenrand.png);
}
#rechtstekst {
	margin-left: 5px; 
	margin-right: 10px; 
}
#rechtstabelonder {
	height: 17px;
      background-image: url(images/rechtsonderrand.png);
}

#linkermenu {
	width: 210px; 
	height: 420px; 
	position: absolute; 
	top: 150px; 
	left: 20px; 	
	background-image: url(images/menubalk.png)
}



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

.tekstlink { 
 font-weight: normal; 
 font-size: 10pt; 
 font-family: Verdana; 
 color: #004990; 
 text-decoration: none
}  
P { margin: 0; padding: 0; }
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}
.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: 533px;
overflow: auto;
 font-weight: normal; 
 font-size: 11pt; 
 border-width: 1px;
 font-family: "Comic Sans MS"; 
 color: black; 
 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;
}



