* {
	margin: 0;
	padding: 0;
}
a img, a:visited img {
	border: none;
}
body {
	font: 80% Verdana, sans-serif;
	background: #F1F1F1 url(/images/bg.gif) repeat-y top center;
	text-align: center;
}
#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	display: none;
}
#header {
	height: 140px;
}
#content {
	margin: 5px 25px 0 0;
	_margin: 2px 13px 0 0;
	width: 720px;
	float: right;
	line-height: 130%;
}
#menu {
	margin: 20px 10px 10px 10px;
	_margin: 10px 5px 5px 5px;
	float: left;
	width: 155px;
}
h2 {
	/* font-family: "Bradley Hand ITC TT"; */
	font-family: Verdana;
	font-size: 250%;
	color: #68049C;
	line-height: 100%;
}
h3 {
	/* font-family: "Bradley Hand ITC TT"; */
	font-family: Verdana;
	margin: 1em 0 0.2em 0;
	color: #68049C;
	line-height: 100%;
}
p, table, ul, ol, q {
	margin-bottom: 1em;
}
ul#submenu {
	width: 100%;
	float: left;
	background-color: #E1E1E1;
	margin-top: 10px;
	padding: 2px 0;
	margin-bottom: 1.5em;
}
ul#submenu li {
	float: left;
	list-style: none;
}
ul#submenu li a, ul#submenu li a:visited {
	padding: 2px 15px;
	color: #0057D8;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#submenu li a:hover, ul#submenu li a:visited:hover {
	text-decoration: underline;
}
ul#submenu li.selected a, ul#submenu li.selected a:visited {
	font-weight: bold;
	color: #68049C;
}

p.verborgen {
	visibility: hidden;
	height: 0;
}

td.tube {
	width: 160px;
	height: 50px;
}

.tube a,.tube a:hover,.tube a:visited {
	/* text-decoration: none; */
	color: #ffffff;
	font-family: Verdana;
}
.tubegroen {
	background-image: url(/images/tube_groen.jpg);
}
.tubeoranje {
	background-image: url(/images/tube_oranje.jpg);
}
.tubepaars {
	background-image: url(/images/tube_paars.jpg);
}
.tuberood {
	background-image: url(/images/tube_rood.jpg);
}
img {
	border: none;
}

table.fotoalbum, table.fotoalbum_overzicht {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
table.fotoalbum td, table.fotoalbum_overzicht td {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}
table.fotoalbum_overzicht td {
	text-align: left;
	font-weight: bold;
}
table.fotoalbum td img, table.fotoalbum_overzicht td img {
	border: 0px solid #999;
}


table.bestandenlijst {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

table.bestandenlijst th, table.bestandenlijst td {
	padding: 2px 5px;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: top;
}

table.bestandenlijst th {
	border-bottom: 2px solid #0056D8;
}

label {
	font-weight: bold;
}