body
{
	background: url(../images/bg.png) repeat-x;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000;
}

/* Container */
#container
{
	width: 1000px;
	overflow: hidden;
	margin: auto;
}

/* Header */
#header
{
	background: url(../images/header.png);
	width: 475px;
	height: 50px;
	margin-top: 50px;
}

#headsense
{
	padding-left: 400px;
}

/* Menu */
#menu
{
	width: 123px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	float: left;
}

	#menu ul
	{
		margin-left: -40px;
		*margin-left: 0px;
	}
	
	#menu li
	{
		background: url(../images/li.png);
		width: 114px;
		height: 25px;
		padding-top: 6px;
		padding-left: 15px;
	}
	
	
/* Content */
#content
{
	width: 617px;
	overflow: hidden;
	float: left;
	margin-left: 3px;
	margin-top: 30px;
}

#contenttop
{
	background: url(../images/contenttop.png);
	width: 605px;
	height: 30px;
}

#contentdown
{
	background: url(../images/contentdown.png);
	width: 605px;
	height: 40px;
}	

	.content
	{
		background: url(../images/content.png);
		width: 617px;
		margin-left: -5px;
		padding: 30px;
		padding-top: 0px;
		padding-bottom: 5px;
		overflow: hidden;
	}
	
	.image
	{
		background: url(../images/image.png);
		width: 570px;
		height: 131px;
		margin-left: -5px;
	}
	
	.info
	{
		background: url(../images/info.png);
		width: 552px;
		margin-top: 10px;
		margin-left: -5px;
		padding: 9px;
		text-align: right;
		color: #cb0505;
	}
	
	.waarom
	{
		margin-left: 8px;
		margin-top: 20px;
		float: left;
	}
	
	.procent
	{
		float: right;
		color: #cc0000;
		font-weight: bold;
		font-size: 48px;
		margin-right: 80px;
		margin-top: 20px;
	}
	
	.content h1
	{
		font-weight: bold;
		font-size: 20px;
		margin: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
	}
	
	.content h2
	{
		font-weight: bold;
		font-size: 20px;
		margin: 0px;
		margin-bottom: 6px;
		margin-left: 12px;
		margin-top: 6px;
		margin-right: 6px;
		color: #ffcc00;
		float: left;
	}
	
	.content h3
	{
		font-weight: normal;
		font-size: 20px;
		margin: 0px;
		margin-bottom: 6px;
		margin-left: 5px;
		margin-top: 6px;
		float: left;
	}
	
	.waarom ul
	{
		margin-left: -26px;
		*margin-left: 20px; 
		margin-top: 2px;
		list-style-type: square;
	}

.inhoud {
	padding-left: 30px;
	width: 500px;
}

/* Bereken */
#bereken
{
	background: url(../images/bereken.png);
	width: 140px;
	height: 164px;
	float: left;
	padding: 20px;
	margin-left: 15px;
}

	#bereken input[type=text]
	{
		background: url(../images/input.png);
		width: 138px;
		height: 14px;
		border: 1px solid #b40101;
		padding: 2px;
		margin-top: 8px;
		margin-bottom: 10px;
	}

	.datum
	{
		margin-top: 40px;
		margin-bottom: 8px;
		padding-left: 23px;
		overflow: hidden;
	}
	
/* Footer */
#footer
{
	margin-top: 20px;
	text-align: center;
	color: #999999;
}

	#footer hr
	{
		width: 100%;
		border: none;
		border-bottom: 1px solid #efefef;
	}
	
/* Misc */
a
{
	color: #000000;
	text-decoration: none;
}
	
a:hover
{
	color: #000000;
	text-decoration: underline;
}

.info a
{
	color: #cb0505;
	text-decoration: none;
}

.info a:hover
{
	color: #cb0505;
	text-decoration: underline;
}

#footer a
{
	color: #999999;
	text-decoration: none;
}

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