/*
Zwart:	#151515
Licht grijs:	#c0c0bf
Donker gr:	#818182
Blauw:	#5ac0dd
Donker bl:  #4e8190
*/

body {
	margin: 0px;
	font-family: Times New Roman, Serif !important;
	font-size: 11pt !important;
	color: #c0c0bf;
	background-color: #818182;
	background-image: url(images/bg.png);
}
table {
	background-color: #151515;
	font-family: Times New Roman, Serif !important;
	font-size: 11pt !important;
	color: #c0c0bf;
	border: 0px;
}

table.maintable {
	background-color: #151515;
	font-family: Times New Roman, Serif !important;
	font-size: 11pt !important;
	margin-left: auto;
	margin-right: auto;
	color: #c0c0bf;
	height: 100%;
	width: 800px;
	padding: 0px;
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
}

td.logo{
	background-color: #151515;
	width: 300px;
	height:  150px;
	vertical-align: center;
	text-align: center;
	border-right: 1px solid #5ac0dd;
}

td.top{
	background-color: #5ac0dd;
	width: 500px;
	height:  120px;
	color: white;
	background-image: url(images/banner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: right;
	margin: 15px;
}

td.top a{
	text-decoration: none;
	color: White;
	font-size: 10pt;
}

td.menu{
	background-color: #4e8190;
	width: 500px;
	height:  30px;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
}

td.image{
	background-color: #151515;
	width: 300px;
	height: 400px;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	border-right: 1px solid #5ac0dd;
	background-image: url(images/pic.png);
	background-repeat: no-repeat;
}

td.main{
	background-color: #151515;
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 50px;
}

td.main a{
	text-decoration: underline;
	color: White;
}

td.bottom1{
	background-color: #151515;
	width: 300px;
	height: 325px;
	vertical-align: top;
	text-align: center;
	font-family: Times New Roman, Serif !important;
	font-size: 12pt !important;
	color: #5ac0dd;
	border-right: 1px solid #5ac0dd;
}

td.bottom{
	background-color: #151515;
	width: 300px;
	vertical-align: bottom;
	text-align: right;
	font-family: Times New Roman, Serif !important;
	font-size: 8pt !important;
	color: #818182;
	border-right: 1px solid #5ac0dd;
}

td.bottom a{
	text-decoration: none;
	color: #818182;
}

input.nietingevuld{
	color: White;
	background-color: #5ac0dd;
}

H1{
	font-family: Times New Roman, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #5ac0dd;
	margin: 10px, 0px, 15px, 0px;
}

H2{
	font-family: Times New Roman, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #5ac0dd;
	padding-bottom: 0px;
	margin: 5px, 0px, 0px, 0px;
}

H3{
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #818182;
	margin: 0px, 0px, 0px, 0px;
}

li.menu {
	list-style: none;
	display: inline;
	text-indent: 0px;
	margin-right: 10px;
	padding: 0px;
}

li.menu a {
	text-decoration: none;
	color: #c0c0bf;
	font-size: 12pt;
	font-weight: bold;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}