body, html {
	width:100%;
	height: 100%;
	margin:0px;
}

#container {
	width:100%;
	height:100%;
	background-image: url(../images/balk.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#content {
	width:860px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#binnenkort {
	width:610px;
	height:60px;
	background-image: url(../images/binnenkort.png);
	background-repeat: no-repeat;
	float:left;
	margin-left:157px;
	padding-top: 60px;
	
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	line-height: 22px;	

}

#logo {
	width:600px;
	height:100px;
	margin-top: 150px;
	background-image: url(../images/logo.png);
	float: left;
	
}

#adresgegevens{
	width:810px;
	height:160px;
	margin-top: 10px;
	float: left;	
}

td {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;	
	height:18px;
}

.label {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-align: right;
	width:100%;
	width:140px;
	padding-right: 12px;
}

a.link, a.link:hover, a.link:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #11216e;
	text-decoration: underline;
}

a.link_2, a.link2:hover, a.link2:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #3497db;
	text-decoration: underline;	
}