html, body {
	height: 100%;
}

body {
	background-color: #f7f2df;
	background-image: url("../images/bg_body.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

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

h2 {
	font-size: 14px;
}

h2 a {
	background-image: none !important;
	padding: 0 !important;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

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

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

#printHeader {
	display: none;
}

/* de hoofd div waarin de hele site zit */
#mainContainer {
	position: relative;
	width: 770px;
	background-color: #ffffed;
	margin: auto;
	min-height: 100%;
	_height: 100%; /* hack voor IE: min-heigt werkt niet in IE */
}

/* in de header zitten topMenu en headerTitle */
#header {
	width: 770px;
	height: 66px;
	background-image: url("../images/header.gif");
	color: #fff;
}

#homeLink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 66px;
}

#topMenu {
	position: absolute;
	left: 512px;
	top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#topMenu a {
	color: #fff;
	background-image: url("../images/topmenu_0.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

#topMenu a:hover, 
#topMenu .selected {
	color: #e3572b !important; /* !important is nodig voor de class .selected */
	background-image: url("../images/topmenu_1.gif") !important;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

#headerTitle {
	position: absolute;
	top: 38px;
	left: 354px;
	width: 400px;
	text-align: right;
}

#headerTitle h1 {
	color: #fff;
	margin: 0;
}

/* linker kolom met het menu */
#menu {
	float: left;
	width: 176px;
	color: #4290a6;
	padding-left: 22px;
}

#menu a:hover {
	color: #e3572b;
}

#menu ul {
	margin: 0;
	padding: 0;
}
	
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* linkjes op het 1e niveau */
#menu ul a {
	color: #4290a6;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-image: url("../images/arrow_blue.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
}

/* linkjes op het 2e niveau */
#menu ul ul a {
	color: #4290a6;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-image: url("../images/arrow_blue.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
	margin-left: 13px; /* het linkje inspringen */
}

/* mouse-over links en geselecteerde links highlighten */
#menu ul a:hover,
#menu .selected {
	background-image: url("../images/arrow_orange.gif");
	color: #e3572b;
}

/* blokje met links naar nieuwsberichten */
#newsLinks {
	border: 1px solid #a0c7c9;
	border-left: none;
	border-right: none;
	padding: 20px 0 7px 0;
	margin: 20px 0 20px 0;
	font-size: 11px;
	line-height: 14px;
}

#newsLinks ul a {
	color: #4290a6;
	text-decoration: none;
	display: block;
	font-weight: normal;	
	background-image: url("../images/arrow_orange.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0 0 13px 13px;
}

/* rechter kolom waarin de content div zit en de banner */
#rightColumn {
	float: right;
	width: 550px;	
}

/* tekst gedeelte */
#content {
	padding: 20px;
	background-color: #ffffb9;
}

#content a:link,
#content a:visited,
.row0 a:link,
.row0 a:visited,
.row1 a:link,
.row1 a:visited {
	color: #e3572b;
	background-image: url("../images/arrow_orange.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
}

#content a:hover,
#content a:active,
.row0 a:hover,
.row0 a:active,
.row1 a:hover,
.row1 a:active {
	color: #4290a6;
	background-image: url("../images/arrow_blue.gif");
}

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

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

#banner {
	/* border-top: 15px solid #ffffb9; */
}

/* contactformulier */

#contactForm td,
#nbInschrijvenForm td,
#nbUitschrijvenForm td {
	padding: 2px 0 0 0;
}

/* extra classes */
#rightColumn sup {
	color: #e3572b;
}

.radio {
	width: 20px;
}

/* Bestel formulier */
#orderForm th {
	text-align: left;
}

#orderForm th,
#orderForm td {
	border-bottom: 1px solid #e4b568;
	padding: 2px 4px 2px 0;
}

.noBorder {
	border-bottom: none !important;
}

#orderForm input {
	width: 30px;
}

/* Formhandler foutmelding */
.error {
	display: block;
	color: #e3572b;
	font-weight: bold;
}

/* clearer divje (voor FireFox) */
.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* rijen met wisselende achtergrondkleur */
.row0,
.row1 { 
	padding: 15px 20px 15px 20px;
	border-top: 1px solid #e4b568;
}

.lastrow {
	border-bottom: 1px solid #e4b568;
}

.row0 h2,
.row1 h2 { 
	margin: 0 0 6px 0;
}

.row0 span,
.row1 span { 
	font-weight: bold;
	font-style: italic;
}

.row0 {
	background-color: #f5df8f;
	
}

.row1 {
	background-color: #ffffb9;
}

.attachments {
	margin: 6px 0 0 0;
}

.attachments a {
	background-image: none !important;
	padding: 0 !important;
}

.attachments img {
	margin: 2px 0 2px 0;
}

.linkText {
	padding: 0 0 0 13px;
}