@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E8DFBA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #7D7D7D;
	background-image: url(IMAGES/achtergrond.jpg);
	background-position: 0px -100px;
	background-repeat: no-repeat;
	line-height: 160%;
}
.oneColElsCtr #footer {
	width: 580px;
	padding-left: 120px;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}
a:visited {
	color: #E3E3E1;
}
a:link {
	color: #DCDACB;
}
.oneColElsCtr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 120px;
	text-align: justify;
}
.oneColElsCtr #kop {
	height: 70px;
	width: 580px;
	padding-left: 115px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
.oneColElsCtr #sidebar {
	float: left;
	width: 100px;
	padding-top: 0px;
}
