﻿/* CSS-indeling */
body {
	background-color: #0088FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	line-height: 13pt;
	color: #003399;
}
#masthead {
	position: absolute;
	width: 800px;
	top: 150px;
	height: 100%;
}
#container {
	position: relative;
	width: 800px;
}
#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 180px;
}
#footer {
	position: absolute;
	margin-top: 10px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}
/*/ KOPTEKSTEN MAKEN /*/
#idDivBack {
	position: absolute;
	top: 40px;
	left: 70px;
	height: 40px;
	width: 600px;
	background-color: #000088;
}
#idDivTitle1a {
	position: absolute;
	top: 12px;
	left: 57px;
	width: 550px;
	font: italic bold 38pt Verdana;
	color: black;
}
#idDivTitle1b {
	position: absolute;
	top: 15px;
	left: 60px;
	width: 550px;
	font: italic bold 38pt Verdana;
	color: #0088FF;
}
#idDivTitle2a {
	position: absolute;
	top: 75px;
	left: 552px;
	width: 100px;
	font: bold 8pt Arial;
	color: #666600;
	background: #666600;
	width: 100px;
	text-align: center;
}
#idDivTitle2b {
	position: absolute;
	top: 73px;
	left: 550px;
	width: 100px;
	font: bold 8pt Arial;
	color: #3366FF;
	background: #FFCC66;
	width: 100px;
	text-align: center;
}
#idDivTitle3a {
	position: absolute;
	top: 90px;
	left: 26px;
	font: bold 18pt Verdana;
	color: #FF9900;
	text-align: center;
}
#idDivTitle3b {
	position: absolute;
	top: 92px;
	left: 25px;
	font: bold 18pt Verdana;
	color: #333366;
	text-align: center;
}
/*/ KOPTEKSTEN MAKEN /*/
.center {
	text-align: center;
}
a {
	text-decoration: none;
}
a img {
	border: 0px;
}
a:link {
	color: #FFFF00;
}
a:active {
	color: #FFCC66;
}
a:visited {
	color: #FFFF00;
}

