body {
background-image:url(images/back.jpg);
background-repeat:repeat-y;
	background-color: #d7d7d7;
	font-family: Tahoma;
	font-size: 9pt;
}

.registreertable {
	width: 100%;
	border: 1px solid #01a5ec;
}

table {
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 9pt;
}

.menutable {
	border: 1px solid #000A6E;
	width: 160px;
}

.menutitle {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}

.menuitem {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	border-color: blue;
	background-color: #f6f6f6;
}

a {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

input {
	font-size: 9pt;
	font-family: Tahoma;
	color: black;
}

textarea {
	font-size: 9pt;
	font-family: Tahoma;
	color: black;
	background-color: white; 
	border-color: #D3D3D3;
}
select {
	font-size: 8pt;
	font-family: Tahoma;
	color: black;
	background-color: white; 
	border-color: #D3D3D3;
}

.registreer {
	font-size: 9pt;
	font-family: Tahoma;
	color: black;
	background-color: white; 
	border: 1px solid #01a5ec;
	width: 160px;
}
.top_geel {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fdca01;
}
.tabel_geel {
	border: 1px solid #fdca01;
		background-color:#f6f6f6;
}
.top_roze {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3017f;
}
.tabel_roze {
	border: 1px solid #e3017f;
		background-color:#f6f6f6;
}
.top_blauw {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #01a5ec;
}
.tabel_blauw {
	border: 1px solid #01a5ec;
	background-color:#f6f6f6;
}
.tabel_blauw_shop {
	border: 1px solid #01a5ec;
}