﻿@charset "utf-8";
.container {
	margin: auto;
	width: 950px;
	position: relative;
}
.kop {
	height: 140px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(images/kop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_container {
	width: 950px;
	background-attachment: scroll;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
}
.bottom {
	height: 50px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	clear: both;
}

.sub_menu {
	float: left;
	width: 150px;
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 20px;
	height: 400px;
}
.tekst {
	float: right;
	width: 650px;
	background-attachment: scroll;
	position: static;
	padding-right: 70px;
	padding-left: 30px;
	padding-top: 8px;
}
.menu {
	height: 40px;
	width: 938px;
	background-attachment: scroll;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 12px;
}
h3 {
	font-size: 24px;
	color: #AC2293;
}



body {
	background-attachment: fixed;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #62778C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
p {
	font-size: 14px;
	color: #FFF;
	line-height: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sub_menu ul li {
	list-style-image: url(images/opsomming.gif);
	font-size: 12px;
	line-height: 2em;
	list-style-position: outside;
	font-weight: bold;
	color: #606;
}
.menukopje {
	font-size: 14px;
	font-weight: bold;
	color: #AC2293;
}
.sub_menu ul li a {
	color: #660091;
	text-decoration: none;
}
.sub_menu ul li a:hover {
	color: #D482C2;
	text-decoration: underline;
}
.tekst a {
	color: #AC2293;
	text-decoration: underline;
}
.tekst a:hover {
	color: #D17FBF;
	text-decoration: none;
}
.container .main_container .tekst table tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D3DBDE;
	top: auto;
}
.container .main_container .tekst table tr th {
	font-size: large;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
}
.container .main_container .sub_menu p {
	font-family: Arial, Helvetica, sans-serif;
}
.main_container .tekst div table tr td strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
