/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */

a,
a:link,
a:visited,
a:active {
    color: #053c0c;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:950px;/* for mozilla*/
	background: url(/images/bg.jpg) #bfe224 repeat-x;
}

#bottom {
	width: 100%;
	height: 32px;
	*height: 32px;
	_height: 31px;
	margin: 0;
	margin-top: -32px;
}

#outer{
	height:100%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
	background:url(/images/midbg.jpg) #f5f5f5 no-repeat bottom;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:950px;	
}

#header{
	position:absolute;
	top:0px;
	width:950px;
	height:197px;
	background: url('/images/top.jpg') no-repeat top left;
}

#right {
	position:relative;
	float:left;
	width: 305px;
	margin-top: 230px;
	margin-left: 40px;		
}

#blok {
	width: 265px;
	height: 158px;
	background:url(/images/blokbg.jpg) no-repeat;
	padding: 20px;
	line-height: 22px;
}

#footer {
	width:950px;
	clear:both;
	height:32px;
	left:0;
	bottom:0;
	/*background: url(/images/footer.gif) top left no-repeat; */	
	position: absolute;
}

#footertxt {
	width: 400px;
	height: 32px;
}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:600px;
	_width:590px;	
	float:left;
	padding-top:220px;
	padding-bottom:32px;/* needed to make room for footer */
}

#titel {
	width:570px;
	_width:550px;		
	height: 35px;
	padding-top:10px;
	padding-left:50px;	
	color: #000;
	font-size: 18px;
	font-weight: bold;
	}

#content {
	width:550px;
	_width:550px;		
	padding-left: 50px;
	padding-top: 20px;
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	color: #000;
	line-height: 22px;			
	}
	
#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */

#nav ul {	
	margin-top: 167px;	
	*margin-top: 161px;		
	height: 20px;	
	width: 900px;
	*padding-top: 6px;
	*padding-bottom: 7px;		
}

#nav li {
	display: inline;	
	list-style-type: none;
	padding-right: 20px;
	padding-left: 15px;	
	padding-top: 6px;
	padding-bottom: 7px;	
	font-size: 13px;
	color: #000;
	border-right: 1px solid #6d6d6d;
}

#nav li ul {
	display: none;		
}

#nav li a, a:link, a:visited, a:active {
	color: #000;
	font-weight:bold;
}

/* maatwerk */

#eventlist
{

}

#eventlist td
{
	vertical-align:top;
	padding:4px;
}

#nawtable td input
{
	width:200px;
}

.fieldWithErrors
{
	border:solid 1px red;
}

#warning
{
	border:solid 1px red;
	padding:10px;
	color:red;
}