*
{
	font-family: Verdana;
	font-size: 10px;
}
a
{
	color: black;
}
#container
{
	position: absolute;
	width: 666px;
	margin-left: -333px;
	left: 50%;
	top: 20px;
}

#header
{
	width: 666px;
	height: 97px;
}
#menu
{
	float: left;
	margin-top: 65px;
	color: #f78f1e;	
}
#menu a
{
	color: black;
	text-decoration: none;
}
#logo
{
	float: right;
}
#splash
{
	background-image: url('images/header.png');
	Width: 666px;
	height: 185px;
}
#slogan
{
	float: left;
	width: 220px;
	height: 170px;
	margin-left: 165px;
	margin-top: 17px;
}
#slogan h1
{
	color: #f78f1e;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
#slogan h2
{
	color: #4d4d4d;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
#slogan #infolink
{
	float: right;
	font-weight: bold;
	color: #4d4d4d;
	
}
#slogan #infolink a
{ 
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}
#buttons
{
	width: 161px;
	float: right;
	margin-right: 39px;
	margin-top: 15px;
}
.button
{
	background-image: url('images/knop.png');
	width: 161px;
	height: 34px;
	line-height: 33px;
	font-weight: bold;
	margin: 1px;
}
.button p
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	color: #b4b4b4;
}
#content
{
	clear: both;
	width: 666px;
}
#content h1
{
	color: #f78f1e;
	font-size: 20px;
	font-weight: bold;
}
#footer
{
	width: 666px;
	height: 59px;
	padding-top: 8px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}
#footer #first
{
	text-align: center;
	color: #858585;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#footer #second
{
	text-align: center;
	color: #858585;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}
