body {
	background-color: black;
	min-width: 800px;
	color: white;
	margin: 0px;
}

.main_frame {
	clear: both;
	margin-left: 66px;
	margin-right: 66px;
	border: 1px solid gray;
	background-color: black;
	padding: 0px;

}

.header {
	width: 100%;
	height: 114px;
	background-image: url(menuachter.jpg);
	background-repeat: repeat-x;
}

.left {
	background-image: url(linksachter.jpg);
	background-repeat: no-repeat;
	left: 0px;
	width: 66px;
	height: 413px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	
}
.right {
	background-image: url(rechtsachter.jpg);
	background-repeat: no-repeat;
	float: left;
	right: 0px;
	width: 66px;
	height: 413px;
	position: absolute;
}
.menu {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	clear: both;
	border-bottom: 0px;
	background-image: url(menubalkachter.jpg);
	background-repeat: repeat-x;
	height: 36px;
}

.menu img {
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
}

.menu a {
	border: 0px;
}

.contents {
	min-height: 800px;	
	border: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin-left: 122px;
	margin-right: 122px;
	margin-bottom: 0px;
	color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

.laatste_update {
	position:  absolute;		
	border: 0px;
	width: 123px;	
	font-size: small;
}

.laatste_update img {border: 0px;}

.laatste_updates_contents {
	padding: 5px;
}

.recht_column {
	float: right;
	right: 100px;
	width: 123px;
	border: 0px;
}

.recht_column img {border: 0px;}

.rechter_column_contents {
	padding: 5px;
}

.over_ons h1 {font-size: 21px; text-align: center;  font-style: italic;}
.over_ons a:link { font-size: 21px; color: white;}
.over_ons a:visited {font-size: 21px; color: #C0C0C0;}
.over_ons a:active {font-size: 21px; color: #808080;}

a:link { color: white;}
a:visited {color: #C0C0C0;}
a:active {color: #808080;}

.footer {
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0px;
}

*html .right{ 	width: 65px; }
*html .contents{ height: 800px; /* fix for fucking stupid IE*/}
