/*
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.70em Tahoma, Verdana, Arial, Trebuchet MS;
	color: #000080;
	background: #f4f4f4 url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 948px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
#content {
	overflow: hidden;
	background: url(images/bg.jpg);
	width: 948px;
}
/******************/
/***** HEADER *****/
/******************/
#logo {
	background: url(images/logo.jpg);
	width: 363px;
	height: 34px;
	margin: 15px 5px;
}
#logo h1, #logo h2 {
	position: absolute;
	text-indent: -999em;
}
/****************/
/***** LEFT *****/
/****************/
#left {
	float: left;
	width: 283px;
	background: url(images/glazenwasser_groot.jpg) left top no-repeat;
	padding: 390px 0 0 2px;
}
#contact {
	background: url(images/contact.jpg);
	height: 76px;
	width: 188px;
	padding-left: 95px;
}
#contact h1 {
	font-size: 150%;
}
.box_green h3, .box_red h3, .box_blue h3 {
	position: relative;
	color: #fff;
	line-height: 42px;
	height: 42px;
	font-size: 100%;
	padding-left: 25px;
}
.box_green h3 a, .box_red h3 a, .box_blue h3 a {
	position: absolute;
	right: 15px;
	top: 0;
	color: #fff;
	font-weight: normal;
}
/***** BOX BLUE *****/
.box_blue {
	width: 100%;
	background: url(images/blue_bg.jpg);
	overflow: hidden;
}
.box_blue h3 {
	padding-left: 30px;
	background: url(images/blue_arrow.jpg) 10px center no-repeat;
}
.box_blue_footer {
	background: url(images/blue_footer.jpg);
	font-size: 1px;
	height: 8px;
}
ul.album {
	width: 100%;
	overflow: hidden;
	background: url(images/blue_line.jpg) 140px top repeat-y;
}
ul.album li {
	float: left;
}
ul.album li img{
	margin: 3px 0 3px 10px;
}
ul.album li.c2 img{
	margin-left: 43px;
}
ul.album li a{
	float: left;
}
/***** BOX GREEN *****/
.box_green {
	background: url(images/green_bg.jpg);
}
.box_green h3 {
	background: url(images/green_header.jpg);
}
.box_green a {
	color: #435206;
	padding-left: 5px;
}
.box_green_footer {
	background: url(images/green_footer.jpg);
	font-size: 1px;
	height: 8px;
}
/***** BOX RED *****/
.box_red {
	background: url(images/red_bg.jpg);
}
.box_red h3 {
	background: url(images/red_header.jpg);
}
.box_red a {
	color: #fff;
	padding-left: 5px;
}
.box_red_footer {
	background: url(images/red_footer.jpg);
	font-size: 1px;
	height: 8px;
}
/***** CALL BACK *****/
.callback  {
	background: url(images/callback.jpg);
	height: 146px;
	width: 220px;
	padding: 60px 0 0 63px;
}
.callback h3 {
	font-size: 125%;
	color: #000080;
	text-transform: uppercase;
}
.callback input {
	width: 134px;
	height: 24px;
	background: transparent url(images/callback_input.jpg) no-repeat;
	outline: none;
	border: none;
	font: inherit;
	color: #000080;
	padding-top: 5px;
	padding-left: 3px;
}
.callback input.belterug {
	background: transparent url(images/callback_arrow.jpg) left 5px no-repeat;
	cursor : pointer;
	text-align: left;
	padding-left: 15px;
	margin-top: -10px;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	float: right;
	width: 663px;
}
/***** MENU *****/
ul#menu {
	background: url(images/menu.jpg);
	height: 41px;
	padding-left: 5px;
	line-height: 41px;
}
ul#menu li {
	background: url(images/menu_arrow.jpg) left 16px no-repeat;
	padding-left: 15px;
	float: left;
	margin-left: 10px;
}
ul#menu li a {
	float: left;
	color: #000080;
	font-size: 160%;
}
/***** PHOTOS ****/
ul.photos {
	height: 175px;
	width: 100%;
	margin: 10px 0;
}
ul.photos li {
	float: left;
	margin-left: 10px;
}
ul.photos li a {
	float: left;
}
#right h3 {
	position: relative;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	font-size: 150%;
}
#right h3 span {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 60%;
	font-weight: normal;
}
#right h3.purple { background: url(images/right_titlepurple.jpg) left no-repeat; }
#right h3.green { background: url(images/right_titlegreen.jpg) left no-repeat; color: #2b3600; }
#right p {
	padding: 10px 15px;
}
img.floatleft {
	float: left;
	padding: 10px 15px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.jpg) top no-repeat;
	clear: both;
	height: 43px;
	line-height: 40px;
	position: relative;
}
#footer ul {
	
}
#footer ul li {
	background: url(images/footer_arrow.jpg) left 12px no-repeat;
	padding-left: 20px;
	float: left;
	margin-left: 15px;
}
#footer ul li a {
	float: left;
	color: #000080;
	font-size: 160%;
}
#footer p {
	position: absolute;
	right: 15px;
}