/*--------------------------------------------------------------*/
/* Standaard containers											*/
/*--------------------------------------------------------------*/
body {
	background		: #d1e4e8 url(http://www.leaf.nl/plaatjes/body.jpg) center;
	font			: normal 22px verdana;
	color			: #4e4e4e;
	margin			: 0;
	padding			: 0;
}

.main {
	width			: 640px;
	height			: auto;
	position		: absolute;
	top				: 49px;
	left			: 25%;
}

.block {
	
	padding-left	: 37px;
	width			: 603px;
	height			: 108px;
	font			: normal 22px Verdana, Arial, Helvetica, sans-serif;
	line-height		: 108px;
	color			: #FFFFFF;
	text-align		: left;
	margin-bottom	: 10px;
}

a:link {
	color			: #FFFFFF;
	text-decoration : none;
}
a:visited {
	color			: #FFFFFF;
	text-decoration	: none;
}
a:hover {
	color			: #e32119;
	text-decoration	: none;
}
a:active {
	color			: #e32119;
	text-decoration	: none;
}