@import url(/style/page.css);

#main {
	height: 380px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -190px 0 0 -400px;
	}

h1 {
	position: relative;
	width: auto;
	background-color: #fff;
	background-position: 475px center; /* 400 + (400 - 250)/2 */
	}
h1 a {
	float: left;
	width: 400px;
	background: #369;
	color: #fff;
	position: relative;
	margin: 0;
	height: 116px;
	}

#header {
	background: #fff;
	color: #369;
	}
h2 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 4px;
	margin: 0;
	background: #369;
	color: #fff;
	height: 16px;
	width: 396px;
	}
hr.clear {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	border: 0;
	}

div#center {
	background: #369;
	height: 200px;
	border: 1px solid #369;
	}
div#center div {
	height: 200px;
	float: left;
	width: 400px;
	background: #fff;
	margin: -1px;
	}
div#center address {
	position: relative;
	margin: 0;
	padding: .2em 1ex;
	color: #369;
	white-space: pre;
	font-style: normal;
	}
div#center address a {
	color: #369;
	}
div#center p {
	color: #fff;
	margin-left: 400px;
	padding: .2em 2ex;
	}

#bottom {
	background: #369;
	color: #fff;
	height: 32px;
	}
#bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#bottom #advies {
	float: left;
	margin: .5em 2ex;
	}
#bottom #verder {
	float: right;
	font-size: 200%;
	margin: 0 1ex;
	}

