body {
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:20px;
	font-size:14px;
	color:#000;
	padding:0px;
	margin:0px;
	background:url(../img/bg2.jpg) center top repeat-y;
	text-align:center;
}

#siteContainer {
	position:relative;
	margin:0 auto;
	width:872px;
	text-align:left;
}


/* ----- algemeen ---  */
img {
	border:0px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#65944a;
}

h1 {
	font-size:20px;
	line-height:22px;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
h4 {
	font-size:14px;
	line-height:16px;
}
h5 {
	font-size:12px;
	line-height:15px;
}
a {
	color:#000;
}
a:hover {
	color:#744b75;
}

p {
	margin:0px;
	padding:0px;
}

.err {
	font-style:italic;
	color:#000;
	font-size:12px;
}
.noInput {
	font-weight:bold;
	color:#f00;
	font-size:14px;
	line-height:20px;
}

ul {
	margin:0;
	padding-left:15px;
}

/* ----------------------------------------------------- alle DIVS ------ */
#divNavigatie, #divNieuws, #divItem {
	overflow:visible;
	word-wrap:break-word;
}

#divContent {
	background:url(../img/bg_content.gif) center top repeat-y;
}

#divHeader {
	position:relative;
	height:180px;
	margin-top:25px;
	padding-left:208px;
	background:url(../img/logo.png) left 50% no-repeat;
	border:0px solid #000;
}

#divNieuws {
	position:relative;
	float:left;
	margin-left: 0px; /* Width of #divItem + this.width? */
	margin-right: -208px; /* Negative value of #this.width + left margin. */
	padding:0;
	width:208px;
	font-size:12px;
}
#divNieuws-inner {
	margin:0 10px 0 0;
	color:#fff;
}
#divNieuws-inner a {
	color:#fff;
}


#divNavigatie {
	position:relative;
	float:left;
	margin-left: 208px; /* Width of #divitem + this.width. */
	margin-right: -396px; /* Negative value of #nav width + left margin. */
	width:188px;
	background-color:#fff;
}
#divNavigatie-inner {
	margin:10px 10px 0 10px;
	padding-top:5px;
	background:#f0d5c3 url(../img/bg_nav_top.png) center top no-repeat;
}
#divNavigatie-bottom {
	height:6px;
	overflow:hidden;
	background:url(../img/bg_nav_bottom.png) center top no-repeat;
}

#divItem {
	position:relative;
	float:left;
	margin-left: 396px; /* this.width. */
	margin-right: -872px; /* Negative value of #divItem.width + left margin. */
	width:476px;
	background-color:#fff;
	min-height:300px;
}
#divItem-inner {
	margin:10px 0 0 0;
}

#divFooter {
	position:relative;
	height:20px;
	text-align:center;
	padding-left:188px;
	color:#777;
	font-size:10px;
	background:url(../img/bg_footer.png) center top repeat-y;
	margin:40px 0 20px 0;
}



