* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}

body, html {
	height: 100%;
}

body {
	background-image: url('images/background_stretch.gif');
	background-repeat: repeat-x;
	background-color: #8cad4e;	
}

/*CONTENT*/
img.kaart {
	width: 200px;
	height: 130px;
}

div.wrapper {
	background-image: url('images/background_main.jpg');
	background-repeat: no-repeat;
	
	display: table;
	
	overflow: visible;
	width: 100%;
	
	min-height: 100%;
	!height: auto !important;
	height: 100%;
}

div.side {
	width: 250px;
	float: left;
	
	position: fixed;
	left: 0px;
}

div.container {
	overflow: visible;
	float: left;
	width: 960px;
}

div.content_wrapper {
	overflow: visible;
	float: left;
	
	background-image: url('images/content_bg.png');
	
	position: relative;
	left: 250px;	
}

div.content {
	overflow: visible;
	margin-bottom: 20px;
	
	background-image: url('images/content_righttop.gif');
	!background-image: url('images/content_righttop_ie.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	width: 690px;
	
	min-height: 300px;
	height:auto !important;
	height: 300px;
	
	padding: 5px;
	font-size: 11pt;
}

.content img {
	border: 5px solid #fff;
	margin: 10px 0;
}

.content a:link, .content a:visited {
	color: #870203;
	text-decoration: none;
}

.content a:hover, .content a:active {
	color: #fff;
}

.content p.aanbieding {
	background-color: #f7f7f7;
	border-left: 5px solid #870203;
	color: #657c36;
	padding: 5px;
	
	margin-top: 15px;
}

.content table {
	width: 100%;
}

.content table td {
	border: 1px solid #fff;
	background-color: #c0de8b;
	padding: 3px;
}

.content table td.header {
	background-color: #ddd;
}

div.headers {
	width: 700px;
	
	margin-left: 250px;
}

/*SPANS*/
span.contact {
	display: block;
	width: 945px;
	
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	
	margin-bottom: 20px;
}

/*HEADERS*/
h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 24pt;
	float: left;
}

h1 {
	letter-spacing: 7px;
	color: #870203;
}

h2 {	
	margin-left: 21px;
	!margin-left: 30px;
	letter-spacing: 2px;
	
	color: #c9dda6;
}

h3 {
	margin-left: 20px;
	letter-spacing: 2px;
	color: #870203;
}

/*LISTS*/
.content ul {
	margin-left: 20px;
}

ul.navigation {
	width: 250px;
}

ul.navigation li {
	list-style: none;
	padding-right: 20px;
	
	text-align: right;
}

ul.navigation li.current {
	color: #870203;
	height: 23px;
	
	background-image: url('images/current_bg.png');
}

li.current, ul.navigation li a {
	font-size: 13pt;
	display: block;
	height: 23px;
}

ul.navigation li a {
	color: #c9dda6;
	text-decoration: none;
}

ul.navigation li.current a {
	color: #000;
}

ul.navigation li a:hover {
	background-image: url('images/nav_hover.gif');
	background-position: center right;
	background-repeat: no-repeat;
	
	color: #fff;
	padding-right: 20px;
}

/*FLOATS*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img.left, img.right {
	margin: 5px;
}