/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/

body {
	background: url(images/pattern.jpg);
	color: #043664;
	font: 0.75em Arial, Verdana, Tahoma, Trebuchet MS;
	text-align: center
}
a img {
	border: 0;
}
#container {
text-align: left;
	position: relative;
	width: 831px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.floatright {
	float: right;
	padding-right: 20px;
	margin-left: 20px;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	height: 148px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	text-indent: -999em;
}
#header ul {
	margin-top: 6px;
	list-style: none;
}
#header ul li {
	float: left;
	margin-right: 10px;
}
#header ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 80%;
}
#header ul li a img {
	margin: 0 10px;
}
/****************/
/***** LEFT *****/
/***************/
ul#menu {
	list-style: none;
	height: 47px;
	padding-left: 15px;
	margin-bottom: 20px;
	background: url(images/menu.jpg);
	margin: 0;
	padding: 0;
}
ul#menu li {
	line-height: 24px;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
ul#menu li a {
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 10px;
}
ul#menu li.noborder {
	border: 0;
}
/****************/
/***** LEFT *****/
/***************/
#left {
	position: relative;
	float: left;
	left: 7px;
	width: 213px;
}
#left h3 {
	background: url(images/small_header.jpg);
	height: 35px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-size: 120%;
}
#left p {
	padding: 0 10px;
	margin-top: 10px;
}
/***** BOX WATERBED ACHTERGROND *****/
.box_waterbed {
	width: 213px;
	height: 164px;
	margin-bottom: 20px;
	background: url(images/small_waterbed.jpg);
}
#left .box_waterbed h3 {
	background: 0;
	height: 25px;
}
/***** BOX *****/
.box {
	width: 213px;
	margin-bottom: 20px;
	background: url(images/small_bg.jpg);
}
#left .box p {
	margin-top: -15px;
}
.box_footer {
	background: url(images/small_footer.jpg);
	height: 8px;
	font-size: 1px;
}

/******************/
/***** RIGHT *****/
/*****************/
#right {
	position: relative;
	float: right;
	right: 7px;
	width: 600px;
	background: url(images/big_bg.jpg);
	overflow: hidden;
}
#right h3 {
	height: 45px;
	font-size: 120%;
	text-align: center;
	margin-bottom: 20px;
	background: url(images/big_header.jpg) no-repeat bottom center;
}
#right p {
	padding: 0 20px;
	margin-bottom: 20px;
}
#right_footer {
	clear: both;
	background: url(images/big_footer.jpg);
	height: 8px;
	font-size: 1px;
}
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	padding-left: 231px;
	text-align: center;
	line-height: 300%;
}