body{
	text-align: center;
}

#container {
	position: relative;
	width: 940px;  
	margin: 0px auto;
	left: auto;
	text-align: left;
}

#splash_content {
	float: left;
	margin: 0px 0px 0px 30px;
	width: 730px;
}

.clear {
	clear: both;
}

#splash_buttons ul, #splash_buttons ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#splash_buttons ul li {
	float: left;
	margin: 0px 8px 0px 0px;
}

#splash_buttons ul li.last {
	margin: 0px;
}

#splash_buttons ul li a img {
	border: none;
}

#splash_text {
	padding: 30px 0px 30px 0px;
	border-bottom: 1px #d9d9d9 solid;
	font-size: 11px;
	line-height: 16px;
}

#splash_logo {
	float: left;
	width: 126px;
}

#splash_logo a img {
	border: none;
}

.address {
	color: #adadaf;
	font-size: 10px;
	margin: 160px 0px 0px 12px;
}

.address a {
	color: #adadaf;
	font-size: 10px;
	text-decoration: none;
}

.address a:hover {
	color: #50b948;
	text-decoration: underline;
}

#navigatie
{
	font-size:10px;
	margin:0px 0px 0px 0px;
} 

#navigatie ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

#navigatie li
{
margin-top:0px;
margin-right:1px;
text-align:center;
float:right;
}

#navigatie li a
{
	padding-top:14px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:18px;
	width:105px;
}
#navigatie li a:hover, #navigatie li.current a
{
	padding-top:4px;
	margin-top:10px;
	height: 18px;
	background:#FFFFFF;
	color:#54B948;
}
