@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../website_images/background_streepjes.png);
	background-repeat: repeat-x;
	background-color: #333333;
	margin: 0px;
}

.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


.header {
width: 950px;
height: 296px;
background-image: url(../website_images/header_doorzichtig.png);
}

.header_metanavigatie {
padding-top: 0px;
padding-left: 885px;
}

.header_navigatie {
margin-left: 250px;
padding-top: 105px;
}

.header_broodkruimel {
padding-left: 10px;
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
}

.content {
width: 950px;
}

.content_left {
float: left;
width: 200px;
}

.content_center {
float: left;
width: 550px;
}

.content_right {
float: left;
width: 200px;
}


.footer {
float: left;
margin-top: 10px;
text-align: right;
width: 950px;
height: 20px;
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
}

.hoekje_rechts {
	position: absolute;
	top: 0px;
	right: 0px;
}

.hoekje_rechts img {
	border: 0px solid #000000;	
}





