body {
	margin:0px;
	padding:0;
	background-color:#853d0d;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
}

a {
	text-decoration: none;
	color:#853d0d;
}
a:hover {
	text-decoration:underline;
	color:#853d0d;
}

#outer {
	width:950px;
	margin:auto;
}

#header {
	width: 758px;
	height: 142px;
	padding-top: 35px;
	padding-left: 30px;
}

#bar {
	height:25px;
}

#bodyblock {
	position:relative;
	width:930px;
	padding:0;
}

#menu {
	float:right;
	width:125px;
	padding-top: 85px;
}

#content {
	width:728px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	min-height: 360px;
}

#footer {
	height:35px;
	width: 788px;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	background-image: url(images/footer-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #853d0d;
}
#footer a {
	text-decoration: none;
	color:#853d0d;
}
#footer a:hover {
	text-decoration:underline;
	color:#853d0d;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #535353;	
}
.homepage-image {
	padding-right: 25px;
}
.projectenTable {
	background-image: url(images/projecten-gradient.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.projectenTitel {
	font-weight: bold;
	font-size: 17px;
}
.projectenSubTitel {
	font-weight: bold;
}
.projectenDetailLink a {
	width: 180px;
    color: #853D0D;
    display: block;
    padding-bottom: 6px;
    padding-right: 9px;
    text-decoration: none;
}
.projectenDetailLink a:hover {
    text-decoration: underline;
}
.frmTxtArea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
    width: 450px;
}
.frmTxtField{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}
#slideshow {
    position:relative;
    height:255px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}