* { 
	margin: 0;
	padding: 0; 
	font-family: Arial,Sans-serif;
}
body { 
	background-image: url('./images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFFF;
}

#container { 
	width: 962px;
	margin: 0 auto; 
}

#header {
	width: 962px;
	height: 156px;
	margin-top: 30px;
	background-image: url('images/header4.png');
	background-repeat: no-repeat;
}

#header_bmi {
	width: 962px;
	height: 40px;
	margin-top: 30px;
	/*background-image: url('images/header4.png');*/
	background-repeat: no-repeat;
}

#header_left {
	float: left;
	width: 385px;
	padding-top: 8px;
	padding-left: 30px;
}

#header_right {
	float: right;
	width: 450px;
	height: 144px;
	padding-top: 8px;
	padding-left: 30px;
	cursor: pointer;
}

#header_left h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #AA1F1B;
}

#header_left p {
	padding-top: 0px;
	color: #305631;
	font-size: 11px;
	font-weight: bold;
}

#content_top {
	float: left;
	margin-top: 20px;
	width: 752px;
	height: 13px;
	background-image: url('images/content_top.png');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 2px;
}

#content_links {
	float: left;
	width: 750px;
	border-left: 1px solid #caefff;
	border-right: 1px solid #caefff;
	background-color: #ffffff;
}

#content_links h2 {
	padding-left: 30px;
	color: #AA1F1B;
	font-size: 20px;
}

#content_links h3 {
	padding-left: 30px;
	color: #AA1F1B;
	font-size: 14px;
}

#content_links p {
	padding-left: 30px;
	color: #305631;
	font-size: 11px;
}

#content_links_verhaal {
	float: left;
	width: 750px;
	padding-left: 0px;
	border-left: 1px solid #caefff;
	border-right: 1px solid #caefff;
	background-color: #ffffff;
}

#content_links_verhaal h2 {
	padding-left: 30px;
	color: #AA1F1B;
	font-size: 20px;
}

#content_links_verhaal p {
	padding-left: 10px;
	color: #305631;
	font-size: 11px;
}

#content_bottom {
	float: left;
	width: 752px;
	height: 13px;
	background-image: url('images/content_bottom.png');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 2px;
}

#bmi_uitleg {
	float: left;
	width: 280px;
}

#bmi_uitleg table {
	padding-left: 30px;
	color: #305631;
	font-size: 12px;
	font-weight: bold;
}

#bmi_uitleg input,select {
	border: 1px solid black;
	color: #305631;
	font-size: 11px;
}

#bmi_graph {
	float: right;
	padding-right: 8px;
}

#content_box_rechts {
	float: right;
	width: 186px;
}

#content_top_rechts {
	margin-top: 7px;
	width: 186px;
	height: 43px;
	background-image: url('images/rechts_boven.png');
	background-repeat: no-repeat;
	font-size: 2px;
}

#content_rechts {
	width: 178px;
	padding: 3px;
	border-left: 1px solid #caefff;
	border-right: 1px solid #caefff;
	background-color: #ffffff;
}

#content_rechts h3 {
	padding-left: 3px;
	color: #AA1F1B;
	font-weight: bold;
	font-size: 14px;
}

#content_bottom_rechts {
	width: 186px;
	height: 10px;
	padding-left: 0px;
	background-image: url('images/rechts_onder.png');
	background-repeat: no-repeat;
}

#nummer_box {
	margin-top: 10px;
	width: 170px;
}

#nummer_box p {
	padding-left: 5px;
	color: #305631;
	font-size: 11px;
}

#ster {
	float: left;
	background-image: url('images/ster.png');
	width: 36px;
	height: 43px;
	color: white;
	padding-top: 17px;
	padding-left: 29px;
	padding-right: 5px;
	font-weight: bold;
}

#ster_tekst {
	padding-top: 20px;
	color: #AA1F1B;
	font-weight: bold;
	font-size: 12px;
}

#spacer {
	height: 25px;
}

#clearer {
	clear: both;
}

#footer {
	text-align: center;
	color: #AAAAAA;
	font-size: 10px;
}

#footer a {
	color: #AAAAAA;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}