/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/pattern.jpg) repeat-x;
	color: #fff;
	font: 0.67em Verdana, Arial, Tahoma;
}
#container {
	width: 890px;
	margin: 0 auto;
	background: url(images/content_pattern.jpg);
}
#content {
	overflow: hidden;
	width: 100%;
	background: url(images/content_bg.jpg) top no-repeat;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 243px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	text-indent: -999em;
}
/***** ZOEKEN *****/
#header form {
	background: url(images/zoeken.jpg);
	height: 44px;
	width: 233px;
	position: absolute;
	top: 149px;
	left: 289px;
	padding: 23px 0 0 77px;
}
/*****************/
/***** MENU *****/
/****************/
ul#menu {
	background: url(images/menu.jpg);
	line-height: 22px;
	height: 29px;
	text-align: center;
	list-style: none;
}
ul#menu li {
	display: inline;
	padding: 0 10px 0 15px;
	border-left: 1px solid #000;
}
ul#menu li.noborder {
	border: 0;
}
ul#menu li a {
	display: inline;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
/****************/
/***** LEFT *****/
/***************/
#left {
	float: left;
	position: relative;
	left: 18px;
	width: 149px;
}
.boxs {
	padding: 0 10px;
	background: url(images/boxs_p.jpg) repeat-y;
}
.boxs_t, .boxs_b, .boxb_t, .boxb_b {
	height: 10px;
	font-size: 1px;
}
.boxs_t {
	background: url(images/boxs_t.jpg);
}
.boxs_b {
	margin-bottom: 10px;
	background: #000 url(images/boxs_b.jpg);
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	float: right;
	position: relative;
	right: 18px;
	width: 701px;
}
.classnaam h2 {
font-size: 18px;
}
.classnaam2 h4 {
font-size: 15px;
font-style: bold;
}
.boxb {
	padding: 0 10px;
	background: url(images/boxb_p.jpg) repeat-y;
}
.boxb_t {
	background: url(images/boxb_t.jpg);
}
.boxb_b {
	margin-bottom: 10px;
	background: #000 url(images/boxb_b.jpg);
}
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding: 0 0 25px 0;
	background: url(images/footer.jpg) no-repeat bottom;
}
A:link
{
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
}
A:visited
{
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}
A:active
{
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}
A:hover
{
	display: inline;
	text-decoration: none;
	color: #B10190;
	font-weight: bold;
	font-size: 100%;
}


