html, body {
	height:100%;
	width:100%;
	margin:0;
	background-image: url(../images/bg.jpg);
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
* {
	padding:0;
	margin:0;
}
html {
margin-bottom: 1px;
} 
#container{
	margin:auto;
	position:relative;
	width:960px;
	height:auto;
	min-height:560px;
	color: #1e3c46;
}
* html #container {
	height:560px;
	}
#subcontainer {
	position:relative;
	margin:auto;
	width:960px;
	min-height:560px;
	height: auto;
	left: auto;
	top: 10px;
	right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3c78a0;
	border-right-color: #3c78a0;
	border-left-color: #3c78a0;
	background-color: #FFFFFF;
}
* html #subcontainer {
	height:560px;
	}
#tekst {
	position:relative;
	width:600px;
	min-height:386px;
	height:auto;
	z-index: 5;
	margin-top: 130px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left:60px;
}
* html #tekst {
	height:386px;
	}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:108px;
	background-image: url(../images/logo.jpg);
	overflow: hidden;
}
#top {
	position:absolute;
	left:180px;
	top:0px;
	width:780px;
	height:108px;
	background-image: url(../images/boven.jpg);
	overflow: hidden;
}
#left {
	position:absolute;
	left:0px;
	top:108px;
	width:176px;
	height:452px;
	background-image: url(../images/left.jpg);
	overflow: hidden;
}
#right {
	position:absolute;
	left:843px;
	top:108px;
	width:117px;
	height:452px;
	background-image: url(../images/rechts.jpg);
	overflow: hidden;
}
#postzegel {
	position:absolute;
	left:738px;
	top:128px;
	width:85px;
	height:120px;
	z-index: 15;
	overflow: hidden;
	background-position: right top;
}
#google {
	position:relative;
	width:960px;
	height:90px;
	overflow: hidden;
	z-index:9;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3c78a0;
	border-left-color: #3c78a0;
	background-color: #FFFFFF;
}
#onderbalk {
	position:relative;
	width:960px;
	height:35px;
	overflow: hidden;
	z-index:9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	font-size: 9px;
	line-height: 32px;
	background-image: url(../images/onderbalk.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3c78a0;
	border-bottom-color: #3c78a0;
	border-left-color: #3c78a0;
}
a.onderbalk:link, a.onderbalk:visited
	{
	text-decoration: none;
	color: #666666;
	}
a.onderbalk:hover
 	{
	text-decoration: none;
	color: #a30755;
	}
