@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top {
	height:0;
	width:0;
}

#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#header {
	position:relative;
	width:1000px;
	background:url(../img_site/header.jpg) no-repeat;
	height:232px;
}
#address {
	position:relative;
	float:right;
	height:30px;
	margin:180px 83px 0 0;
}

#content {
	width:1000px;
	position:relative;
	float:left;
	background: url(../img_site/mainback.jpg) repeat-y;
}
#cols {
	width:1000px;
}
#leftcol {
	width:229px;
	float:left;
}
#nav {
	width:229px;
	background:url(../img_site/nav1.jpg) no-repeat;
	padding:12px 0 0 0;
	margin:24px 0 0 0;
}
#nav ul {
	list-style:none;
	margin:11px 0 0 0;
	padding:0;
}
#nav ul li {
	display:block;
	height:36px;
	width:229px;
	background:url(../img_site/nav3.jpg) no-repeat;
	margin:0;
	padding:0;
	text-align:right;
}
#nav ul li.last {
	background:url(../img_site/nav4.jpg) no-repeat;
}
#nav ul li a {
	display:block;
	height:36px;
	color:#96317d;
	text-decoration:none;
	font-size:12px;
	padding:8px 40px 0 0;
}
#nav ul li a:hover {
	display:block;
	height:36px;
	color:#96317d;
	text-decoration:none;
	font-size:12px;
	padding:8px 40px 0 0;
	font-weight:bold;
}
#navfooter {
	width:229px;
	height:29px;
	background:url(../img_site/nav2.jpg) no-repeat;
}
#navbanner {
	width:229px;
	margin:20px 0 0 0;
}
#nieuwsbrief {
	width:229px;
	margin:20px 0 0 0;
}

#rightcol {
	position:relative;
	width:771px;
	float:left;
}

#footer {
	position:relative;
	float:left;
	width:1000px;
	height:50px;
	background:url(../img_site/footerback.jpg) no-repeat;
}