/* CSS Document */
body {
	/*	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;*/

	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #524F4F;
}
a:link, a:active, a:hover, a:visited {
	color: #0033CC;
}

.container {
	margin: 0 auto;
	width: 800px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #589626;
}
.header {
	width: 100%;
	background-color: #589626;
	padding-bottom: 2px;
	height: 93px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px;
	border-bottom: 2px solid #FFFFFF;
}
.header h1 {
	font-size: 20px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-top: 70px;
	text-align:center;
	color: #003333;
}
.toolbar {
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	width: 100%;
	font-weight: bold;
	background-image: url(images/titelbg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}
.kolom1 {
	float: left;
	margin-left : 5px;
	width: 195px;
}
.kolom2 {
	margin-right : 5px;
	float: right;
	width: 578px;
}
.menu {
	border: 1px solid #000000;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.menutitel {
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(images/titelbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.menuinhoud {
	background-color: #FEF8F8;
	padding: 3px;
}
.gokkast {
	width: 100%;
	background-color: #FEF8F8;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
.gokkasttitel {
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(images/titelbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.gokkasttitel h3, .menutitel h3{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gokkastinhoud {
	background-color: #FEF8F8;
	height: 110px;
	padding: 3px;
}

.footer {
	float: left;
	margin-bottom :10px;
	width: 100%;
	text-align: center;
	color: #8E0413;
}
