html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #33598e;
	scrollbar-base-color: #33598e;
	scrollbar-3d-light-color: #fbe073;
	scrollbar-arrow-color: #33598e;
	scrollbar-darkshadow-color: #33598e;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #fbe073;
	scrollbar-track-color: #fbe073;
}

/* div */
#logo {
	z-index: 13;
	width: 80%;
	height: 15%;
	position: absolute;
	left: 10%;
	top: 0px;
	background-color: #33598e;
	overflow: hidden;
}
#header {
	z-index: 12;
	width: 56%;
	height: 3%;
	position: absolute;
	left: 10%;
	top: 15%;
	background-color: #fbe073;
	overflow: hidden;
	color: #000000;
}
#headerRechts {
	z-index: 11;
	width: 25%;
	height: 3%;
	position: absolute;
	left: 65%;
	top: 15%;
	background-color: #fbe073;
	overflow: hidden;
	color: #000000;
}
#content {
	z-index: 9;
	width: 55%;
	height: 59%;
	position: absolute;
	left: 10%;
	top: 18%;
	background-color: #ffffff;
	overflow: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 1px;
}
#nieuws {
	z-index: 10;
	width: 55%;
	height: 20%;
	position: absolute;
	left: 10%;
	top: 77%;
	background-color: #ffffff;
	overflow: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 1px;
}
#praktijk { 
	z-index: 8;
	width: 25%;
	height: 25%;
	position: absolute; 
	left: 65%; 
	top: 18%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
}
#menu { 
	z-index: 1;
	width: 25%;
	height: 79%;
	position: absolute; 
	left: 65%; 
	top: 18%;
	background-color: #9d9d9e;
	overflow: hidden;
}
#link1 { 
	z-index: 7;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 43%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#link2 { 
	z-index: 6;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 52%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#link3 { 
	z-index: 5;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 61%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#link4 { 
	z-index: 4;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 70%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#link5 { 
	z-index: 3;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 79%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#link6 { 
	z-index: 2;
	width: 25%;
	height: 9%;
	position: absolute; 
	left: 65%; 
	top: 88%;
	background-color: #9d9d9e;
	overflow: hidden;
	color: #ffffff;
	padding-top: 5px;
	text-indent: 5px;
}
#footer { 
	z-index: 15;
	width: 56%;
	height: 3%;
	position: absolute; 
	left: 10%; 
	bottom: 0px;
	background-color: #fbe073;
	overflow: hidden;
	color: #000000;
}
#footerRechts { 
	z-index: 14;
	width: 25%;
	height: 3%;
	position: absolute; 
	left: 65%; 
	bottom: 0px;
	background-color: #fbe073;
	overflow: hidden;
	color: #000000;
}

/* header tekst centreren */
#header[id] {
	display: table; 
	position: absolute;
}
#middle {
	position: absolute; 
	top: 50%;
}
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#inner {
	position: relative; 
	top: -50%;
}
#headerIndent {
	padding-left: 10px;
}

/* links */
.linksMenu {
	color: #FFFFFF;
}
.linksMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linksMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linksMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.linksMenu a:hover { 
	color: #FFFFFF;
	background-color: #33598e;
	display: block; 
	width: 100%; 
	text-decoration: none;
}
.linksHeader a:link {
	color: #000000;
	text-decoration: none;
}
.linksHeader a:visited {
	color: #000000;
	text-decoration: none;
}
.linksHeader a:active {
	color: #000000;
	text-decoration: none;
}
.linksHeader a:hover { 
	color: #000000;
	text-decoration: none;
}
#content a:link {
	color: #33598e;
}
#content a:visited {
	color: #33598e;
}
#content a:hover {
	color: #33598e;
}
#content a:active {
	color: #33598e;
}

/* tabel */
table {
	border-collapse: collapse;
	text-align: left;
}
table.logoTabel {
	height: 100%;
}
#logoTabelLinks {
	width: 60%;
	height: 100%;
	float: left;
}
#logoTabelRechts {
	width: 40%;
	height: 100%;
	float: right;
}

/* tekst */
.white {
	color: #ffffff;
}
.blue {
	color: #33598e;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
