body, html {
	margin: 0px;
	background: url('images/background.jpg') repeat-x #200000;
	height: 100%;
}
/* ####### Wrapper ######## */
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#wrapper div {
	float: left;
	display: inline;
}
.no_border {
	float: left;
	border: 0px none;
}
/* ####### Header ####### */
#header {
	width: 900px;
	height: 100px;
	text-align: center;
}
.logo {
	margin: 10px 0 0 0;
}
/* ####### Buttons ####### */
#buttons {
	width: 900px;
	height: 40px;
	background: url('images/buttons_background.png') no-repeat;
}
#buttons ul {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#buttons ul li {
	float: left;
	margin: 0;
	padding: 0 13px 0 11px;
	list-style: none;
	background: url('images/button_background.png') top right no-repeat;
}
#buttons ul li a {
	float: left;
	margin: 11px 0 0 0;
	padding: 0;
	font: bold 12px verdana;
	color: #000000;
	text-decoration: none;
}
#buttons ul li a:hover {
	float: left;
	margin: 11px 0 0 0;
	padding: 0;
	font: bold 12px verdana;
	color: #000000;
	text-decoration: underline;
}
/* ####### Content ####### */
#content {
	width: 900px;
	margin: 5px 0 0 0;
}
#content_inner {
	width: 900px;
	background: #ffffff;
	overflow: hidden;
}
/* Content left */
#content_left {
	width: 465px;
}
div.cl_box {
	width: 194px;
	height: 178px;
	background: url('images/cl_box.png');
	margin: 3px 0 0 25px;
}
div.cl_box span {
	float: left;
	margin: 10px 0 0 12px;
	font: 10px verdana;
	color: #000000;
	width: 180px;
}
.cl_image {
	float: left;
	margin: 12px 0 0 7px;
}

.cl_image {
	float: left;
	margin: 8px 0 0 7px;
}

#cr_inner p {
	float: left;
	margin: 7px 0 0 15px;
	font: 12px arial;
	width: 390px;
}

div.c2_box {
	width: 400x;
	height: 178px;
	background: url('images/cr2.jpg');
	margin: 3px 0 0 25px;
}
div.c2_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}


div.c3_box {
	width: 400x;
	height: 569px;
	background: url('images/cr3.jpg');
	margin: 2px 0 0 10px;
}
div.c3_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c4_box {
	width: 400x;
	height: 569px;
	background: url('images/cr-breeks.jpg');
	margin: 2px 0 0 10px;
}
div.c4_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c5_box {
	width: 400x;
	height: 569px;
	background: url('images/cr-creeks.jpg');
	margin: 2px 0 0 10px;
}
div.c5_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c6_box {
	width: 400x;
	height: 569px;
	background: url('images/cr-alles.jpg');
	margin: 2px 0 0 10px;
}
div.c6_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c7_box {
	width: 400x;
	height: 569px;
	background: url('images/cr-keuken.jpg');
	margin: 2px 0 0 10px;
}
div.c7_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c8_box {
	width: 400x;
	height: 569px;
	background: url('images/cr-dubbel.jpg');
	margin: 2px 0 0 10px;
}
div.c8_box span {
	float: left;
	margin: 15px 0 0 15px;
	font: 11px verdana;
	color: #000000;
	width: 410px;
}

div.c9_box {
    width: 400x;
    height: 569px;
    background: url('images/dinak4.jpg');
    margin: 2px 0 0 10px;
}
div.c9_box span {
    float: left;
    margin: 15px 0 0 15px;
    font: 11px verdana;
    color: #000000;
    width: 410px;
}

/* Content right */
#content_right {
	width: 435px;
}
#cr_inner {
	width: 415px;
	overflow: hidden;
	background: url('images/cr_bg.png') repeat-y;
}
#cr_inner h1 {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline;
    font: bold 18px arial;
    color: #000000;
}
#cr_inner h3 {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
	font: bold 15px arial;
	color: #000000;
}
#cr_inner p {
	float: left;
	margin: 7px 0 0 15px;
	font: 12px arial;
	width: 390px;
}
#cr_spacer {
	width: 100%;
	height: 50px;
}

/* ####### Footer ####### */
#footer {
	width: 900px;
	margin: 5px 0 0 0;
}
#footer span {
	float: left;
	margin: 2px 0 0 0;
	font: 11px verdana;
	color: #ffffff;
}
#footer a {
	float: right;
}