body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

a {
	text-decoration: underline;
	color: #4290a6;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin: 0 0 16px 0;
}

h2 {
	font-size: 14px;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

/*****************************
Layout divjes
******************************/

#printHeader {
	display: block;
	padding: 0 0 20px 0;
}

/* de hoofd div waarin de hele site zit */
#mainContainer {
	width: 100%;
}

/* in de header zitten topMenu en headerTitle */
#header, #homeLink, #topMenu, #headerTitle, #menu, #bottom {
	display: none;
}

/* rechter kolom waarin de content div zit en de banner */
#rightColumn {
	width: 100%;	
}

/* tekst gedeelte */
#content {
	margin-bottom: 20px;
}

/* woorden in de tekst die in de Definities module toegelicht worden staan hebben de class .defword */
#content .defword {
	border-bottom: 1px dashed #000;
}

#content ul,
.definition ul {
	list-style: square;
}

/* contactformulier */
#contactForm {
	margin-top: 20px;
}

#contactForm td {
	padding: 2px 0 0 0;
}

#contactForm input,
#contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
}

#contactForm .radio {
	width: 20px;
}

/* extra classes */

.error {
	display: block;
	font-weight: bold;
}
