html, body {
	font-family: Verdana, Arial;
	background-color: #8cb4e8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	height: auto !important; /* Modern browsers */
	min-height: 100%; /* Modern browsers */
	margin:0;
	padding:0;
}
a {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
h1 {
	margin: 0px;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	margin-bottom: 10px;
	margin-top: 10px;
}
#container {
	line-height: 130%;
	background-image: url(../images/vis_25.png);
	text-align: left;
	width: 795px;
	margin: auto;
	padding-top: 160px; /* De padding top declaratie zorgt voor lager begin content */
	padding-bottom: 100px; /* De padding bottom declaratie zorgt voor hoger einde content */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#header {
	text-align: center;
	width: 795px;
	position: absolute;
	top: 5px;
}
#header-img {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
#header-name {
	background-color: #ff0000;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	margin-top: 5px;
}
#header h1 {
	background-color: #ff0000;
	text-align: center;
	margin-top: 10px;
}
#navigation {
	font-size: 11px;
	background-image: url(../images/vis_25.png);
	width: 190px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
}
#navigation a:hover {
	color: #ff0000;
}
#navigation ul {
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6E6E;
}
#navigation li ul {
	padding: 5px 5px 5px 20px;
}
#navigation li li {
	list-style-type: square;
	border-bottom-color: #888888;
}
#navigation li li a {
	font-weight: normal;
}
#content {
	font-size: 11px;
	background-image: url(../images/vis_25.png);
	margin-left: 210px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#clear {
	clear: both;
	margin: 0px;
}
#wrapper {
	clear: both;
}
#left {
	margin: 5px 10px;
	float: left;
}
#right {
	margin: 5px 10px;
	float: right;
}
[if IE]>
#header {
	width: 100%; /* IE geeft de header onvolledig weer*/
}
#container, #content, #navigation {
	height: 100%;
}
<! [endif]
