/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> */

body {
	margin: 0;
	padding: 0;
	background: #69C;
}

#container {
	margin: 0 auto;
	width: 926px;
	background: url(../images/bg.jpg) repeat-y;
	position: relative; 
}

#header {
	background: url(../images/header.jpg);
	height: 140px;
	position: relative;
}

#header img {
	position: absolute;
	top: 27px;
	left: 29px;
}


#content_wrapper {
	margin: 0 13px;
	background: url(../images/content_bg.jpg) right bottom no-repeat;
}

#menu {
	padding: 120px 0 100px 20px;
	width: 170px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 2px 0;
}

#menu ul li a {
	text-decoration: none;
	color: #324254;
}

#menu ul li ul {
	margin: 3px 5px 3px 15px;
	list-style: square;
}

#menu ul li ul li {
	padding: 1px 0;
}

#content_wrapper address.vergeer {
	position: absolute;
	bottom: 55px;
	left: 25px;
	font-size: 0.85em;
	font-style:normal;
}

#content {
	float: left;
	width: 710px;
}

#text {
	padding: 20px 20px 20px 30px;
}

#content_footer {
	clear: both;
	background: url(../images/content_footer.jpg) repeat-x top;
	height: 21px;
	font-size: 0.9em;
}

#content_footer ul {
	margin: 7px 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

#content_footer ul li{
	float: left;
}

#content_footer ul li a {
	font-weight: bold;
	color: white;
	padding: 0 15px;
	text-decoration: none;
}

#content_footer ul li a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/footer.jpg) no-repeat bottom;
	height: 22px;
	position: relative;
}

