* {
	margin:0;
	padding:0;
	border:0
}

body,html {
	background:url("../img/bg.png") repeat-x #c4ecf5
}

#container {
	width:1000px;
	margin:0 auto;
	background:url("../img/header.png") no-repeat
}

#logo {
	background:url("../img/logo.png");
	position:absolute;
	width:500px;
	height:250px;
	z-index:1;
	margin:0 0 0 250px
}

#kolommen {
	margin:0 0 0px 0
}

.kolom_boven {
	height:117px;
	background:url("../img/boven.png") no-repeat
}

.kolom_midden,li {
	background:url("../img/midden.png")
}

.kolom_midden,#footer {
	text-align:center
}

.kolom_onder_a {
	height:75px;
	background:url("../img/onder_a.png")
}

.kolom_onder_b {
	height:75px;
	background:url("../img/onder_b.png")
}

#footer {
	height:211px;
	background:url("../img/footer.png");
	width:100%;
	font:12px Verdana;
}

#footer,#footer a {
	color:#fff
}

#footer a,h1 a,h2 a,li a {
	text-decoration:none
}

h1 a,h2 a {
	font:25px Arial;
	font-weight:bold;
	text-transform:uppercase
}

h1 a {
	color:#4d6e06
}

h1 {
	padding:30px 0 0 0
}

h2 a {
	color:#c46312
}

h2 {
	padding:5px 0
}

li {
	list-style-type:none;
	display:block
}

li:hover {
	background:url("../img/midden_licht.png")
}

li a {
	font:13.5px Arial;
	color:#a55d21;
	line-height:22px
}

.clear {
	clear:both
}