/* 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;
}
a:link, a:active, a:hover, a:visited {
	color: #0033CC;
}

.container {
	margin: 0 auto;
	width: 800px;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	background-color: #FFFFFF;
	
}
.header {
	width: 100%;
	background-color: #FFFFFF;
}
.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;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.kolom1 {
	float: left;
	margin-left : 5px;
	width: 195px;
}
.kolom2 {
	margin-right : 5px;
	float: right;
	width: 578px;
}
.menu {
	border: 1px solid #646464;
	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;
}
.menuinhoud {
	background-color: #C2E0FD;
	padding: 3px;
}
.gokkast {
	width: 100%;
	background-color: #C2E0FD;
	border: 1px solid #646464;
	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;
}
.gokkastinhoud {
	background-color: #C2E0FD;
	padding: 5px;
	display: table;
}
.gokkastinhoud img{
	padding: 5px;
}
.gokkastinhoud p{
	padding: 0px;
	margin: 0px;
}

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