h1 {
	color: #FFC;
	padding-left: 20px;
}
h4 {
	color: #FFC;
	padding-left: 30px;
}
h5 {
	color: #FFC;
	font-size: 90%;
	padding-left: 20px;
}
a:link {
	text-decoration: none;
	color: #FFC;
}
a:visited {
	text-decoration: none;
	color: #FFC;
}
a:hover {
	text-decoration: underline;
	color: #FFC;
}
a:active {
	text-decoration: none;
	color: #FFC;
}
#container {
	width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 700px;
}

#header {
	background-color: #000;
	height: 93px;
	background-image: url(../JPEG/header2.jpg);
	width: 720px;
	margin-left: 151px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: absolute;
	top: 21px;
	left: -26px;
	border: thin solid #900;
}
#navigatie {
	height: 22px;
	width: 720px;
	position: absolute;
	top: 120px;
	left: 125px;
	background-color: #10230F;
	border: thin solid #900;
}
#sidebar1 {
	height: 700px;
	width: 120px;
	position: absolute;
	top: 21px;
	left: 0px;
	background-image: url(../JPEG/quilt_bewerkt.jpg);
}
#content {
	width: 720px;
	height: 544px;
	top: 148px;
	position: absolute;
	left: 125px;
	background-repeat: no-repeat;
	background-color: #000;
	border: thin solid #900;
	color: #FFC;
	background-image: url(../JPEG/bordenrek.jpg);
}
#sidebar2 {
	background-color: #1023F;
	height: 700px;
	width: 120px;
	position: absolute;
	margin-left: 392px;
	left: 458px;
	background-image: url(../JPEG/kast_bewerkt.jpg);
	background-repeat: repeat-y;
	top: 21px;
}
#footer {
	height: 19px;
	width: 720px;
	position: absolute;
	left: 125px;
	top: 696px;
	background-color: #10230F;
	border: thin solid #900;
	color: #999;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
	font-weight: 600;
}
body {
	background-color: #112410;
	background-image: url(../te%20bewerken/achtergrond.gif);
	background-repeat: repeat;
	color: #374E2D;
}

