* {	
	margin: 0;
	padding: 0;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}

body{
	font-size: 100%;
	background: rgb(255, 255, 255);
	color: #58564f;

}

div#wrapper
{
	margin-left: 50px;
}

div#header
{
	background: rgb(255, 255, 255);
	background-image: url(../img/layout/header.gif);
	color: rgb(0, 0, 0);
	width: 938px;
	height: 321px;
}

div#content
{
	background: rgb(255, 255, 255);
	background-image: url(../img/layout/content.gif);
	background-repeat: repeat-y;
	color: rgb(0, 0, 0);
	width: 914px;
	  min-height:399px;
  height:auto !important;
  height:399px;

	
}


div#footer
{
	background: rgb(255, 255, 255);
	background-image: url(../img/layout/footer.gif);
	background-repeat: no-repeat;
	color: rgb(0, 0, 0);
	width: 914px;
	height: 49px;
	
}

div#left, div#right {
	float: left;
}

div#leftSpacer {
	float: left;
	width: 60px;
	height: 1px;
}

div#clearBottom {
	clear: both;
	height: 1px;
	width: 1px;
}

div#left {
	width: 455px;	
}

div#right {
	margin: 2px 5px 10px 45px;
	width: 310px;
}

div#menu_wrapper
{
	position:relative;
	top: 137px;
	left: 20px;
	height: 19px;
}

div.menu_tab
{
	width: 80px;
	height: 19px;
	background-image: url(../img/layout/tab.gif);
	text-align: center;
	margin: 0px 0px 0px 10px;
	padding-top: 3px;
	float: left;
	color: #58564f;
}

img{
	border: 0px;
}

img.thumb {
	margin: 5px 10px 0px 10px;
}

div.thumbsHolder {
	margin-left: 30px;
}

a {
	color: white;
	text-decoration: none;
}

div#left, div#right, div#commentsForm {
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	padding: 8px 0px 10px 0px;
}

h1 {
	background:url(../img/layout/h1.gif) left bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing:1px;
	font-weight: normal;
	padding:8px 0px 4px 0px;
	margin-bottom:2px;
	color: white;
}

h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	margin:10px 0px -10px 0px;
}

.list li
{
	background:url(../img/layout/li.gif) left center no-repeat;
	padding:1px 0px 1px 16px;
	list-style:none;
	color: #58564f;
}

#text li
{
	color: #58564f;
	font-size: 0.8em;
	list-style-type: none;
}

td.agendaDatum, td.agendaTitel {
	width: 250px;
}

td.agendaDatum {
	font-weight: bold;
}

td.agendaOpmerking {
	font-size: 10px;
}

div.comment {
	color: white;
	text-decoration: none;
	padding: 8px 0px 10px 0px;	
	margin-top: 10px;
}

/*vanaf hier voor contactscript*/
#fieldset1 {
		border:solid;
		border-color:#E0E0E0;
		border-width: 1px;
		height: 200px;
}

#labels {
float:left;
width:30px;
line-height:27px;
margin-left: 5px;
}

#velden {
float:right;
}

#legendcontact {
text-decoration:none;
color:#FFFFFF;
}

#naam {

width:200px;
margin:3px;
}

#email {

width:200px;
margin:3px;
}

#bericht, #complete {

width:200px;
margin:5px;
height:75px;
}
