html, body{
	height:100%;
	text-align: left;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 12px;
	color: #fff;
	background-color: #22292c;
	margin:0;
	padding:0;
}

.wrapper{	
	position: relative;
	height:100%;
	width: 950px;
	text-align:left;
}

a:link       { color: #0066ac; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #0066ac; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:active     { color: #0066ac; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #000000; font-size: 8pt; text-decoration: none}

.floatleft{	
	float:left;
}

.tekst{	
	float:right;
	background-color:#ebe8e5;
	padding:32px 30px 0 30px;
	height:197px;
	width:290px;
	color:#808080;
	text-align:justify;
	line-height:16px;
}

.blauw {
	color:#329bd8;
}

.adres {
	width:530px;
	color:#919496;
	font-size:11px;
	padding-top:16px;
	line-height:13px;
	float:left;
}

.menu {
	float:right;
	width:420px;
	height:29px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.menu li a:link, .menu li a:active, .menu li a:visited, .menu li a:hover   {
	color: #ffffff; 
	font-size: 12px;
	text-decoration: none; 
	display: block;
	height: 22px;
	padding: 7px 5px 0 5px;
	margin-right:2px;
	margin-left:2px;
}

*html .menu li a:link, *html .menu li a:active, *html .menu li a:visited, *html .menu li a:hover   {
	color: #ffffff; 
	font-size: 12px;
	text-decoration: none; 
	display: block;
	height: 22px;
	padding: 7px 2px 0 2px;
	margin-right:1px;
	margin-left:1px;
	width:68px;
	text-align:center;
}

.menu li a:hover   {
	background-color:#329bd8;
}

.menu li {
	float:left;
}
