
BODY { 
	font-size: 11px; 
	font-family: Verdana; 
	text-align: justify;
	background: #EEEEEE;
}
TABLE {
	border: 0px;
	padding: 2px;
	font-size: 11px; 
	font-family: verdana;
	width: 90%;
}
TD {
	font-size: 11px; 
	font-family: verdana;
	vertical-align: top;
	text-align: left;
}
DIV{
	font-size: 11px; 
	font-family: verdana;
}
INPUT {
	font-size: 11px;
	font-family: Verdana;
	width: 200px;
}
INPUT[type="checkbox"] {
	width: 25px;
}
INPUT[type="radio"] {
	width: 25px;
}
SELECT {
	font-size: 11px;
	font-family: Verdana;
	width: 205px;
}
A {
	color: #6b3420;
}
.imageInput {
	font-size: 11px;
	font-family: Verdana;
	width: 135px;
}
.checkbox INPUT {
	font-size: 11px;
	font-family: Verdana;
	width: 20px;
}

.checkbox SELECT {
	font-size: 11px;
	font-family: Verdana;
	max-width: 600px;
}
.middle {
	padding: 5px;
	width: 700px; 
	left: 50%;
	min-height: 150px;
	margin-left: -350px; /* - (width/2) */
	position: relative;
	background: #FFFFFF;
	border: solid 1px #C3C3C3;
	overflow: visible;
	bottom: 5px;
	top: 5px;
}
.header { 
	font-weight: bold; 
	font-size: 16px;
	font-family: verdana; 
	color: #6b3420;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_sub { 
	font-weight: bold; 
	font-size: 12px;
	font-family: verdana; 
	color: #6b3420;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_accordion_toggler {
	font-weight: bold; 
	font-size: 12px;
	font-family: verdana; 
	color: #652c16;
	background: #c1d72e;
	height: 20px;
	border: 1px;
	border-bottom-style: solid;
	cursor:pointer;
}
.inschrijf_header {
	font-weight: bold; 
	font-size: 12px;
	font-family: verdana; 
	color: #652c16;
	background: #c1d72e;
	height: 20px;
	border: 1px;
	border-bottom-style: solid;
}
.logo {
	
		background: url('./images/logo.gif') no-repeat top left;
	
	height: 80px;
	color: #6b3420;
	border: 1px;
	border-bottom-style: solid;
}
.tdLeft {
	width: 100px;
	height: 20px;
}
.td20 {
	height: 20px;
}
.tdSep {
	width: 30px;
}
.tdSpreker {
	font-size: 10px;
	font-style: italic;
}
.tdExtra {
	font-size: 10px;
}
.tdEmpty {
	height: 3px;
	background: white;
}
.liDeelnemer {
	font-size: 12px; 
	font-family: verdana;
}
.wsSelect {

}

.bottom {
	left:0px;
	right:0px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	background: #FFFFFF;
}

.validation-failed {
  border: 1px solid #f00;
}

