/* Reset */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, dd, dt, li, tbody, tfoot, thead, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* Indeling van de website */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	font-size: 13px;
}

#header, #menu, #footer, #sidebar, #themas {
	display: none;
}

.inschrijven_knop, .inschrijven_plaats {
	display: none;
}

#content {
	width: 960px;
	font-size: 13px;
	line-height: 1.4em;
}

/* Elementen op de website */
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	
}

/* Links op de website */
a {
	color: #000000;
	text-decoration: underline;
}

/* Table */
.details_left {
	width: 100px;
	color: #000000;
	text-align: right;
	padding-right: 5px;
	margin-right: 10px;
	font-size: 8px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.details_right {
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
}

.inspringen {
	margin-left: 111px;
}

/* Formulieren */
input, textarea, select {
	background-color: #EFEFEF;
	color: #000000;
	border-style: solid;
	border-color: #334562;
	border-width: 1px;
	font-family: Verdana;
}

input[type='checkbox'], input[type='radio'] { 
	border: 0;
}

input[type='image'] {
	border: 0;
	padding: 0;
}

input[type='submit'] {
	font-weight: bold;
	font-size: 10px;
}

.required {
	color: #FF0000;
}