body {
	background-color: #5e9779;
	font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a {
	color: #e4b42a;
	text-decoration: none;
}
h1 {
	clear: both;
}

#header {
	margin: 0px auto;
	width: 900px;
}

#header img {
	border-left: 6px solid #e4b42a;
	float: left;
	height: 249px;
	margin-left: 66px;
}

#header #news {
	background-color: #fff;
	border-top: 6px solid #e4b42a;
	float: left;
	height: 243px;
	width: 230px;
}

#header #news dl {
	padding: 8px 10px;
	margin: 0px;
}

#header #news dt {
	font-weight: bolder;
}

#header #news a {
	color: #000;
}

#header #news dd {
	margin: 0px 0px 8px 0px;
}

#menu {
	background-color: #000;
	clear: both;
	height: 39px;
	font-size: 11pt;
}

#menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	border-right: solid 1px #333;
	color: #fff;
	display: block;
	float: left;
	padding: 10px;
}

#menu ul li.page-item-24 a {
	border-right: none;
}

#background {
	background: #fff url(../img/back.jpg) no-repeat;
	background-position: center bottom;
}

#content {
	min-height: 625px;
	overflow: auto;
	padding: 25px 25px 25px 225px;
	margin: 0px auto;
	width: 600px;
}

#content h1 {
	color: #888;
	font-weight: lighter;
	margin-left: -45px;
}

#content a {
	color: #555;
	text-decoration: underline;
}

#footer {
	border-top: solid 6px #000;
	font-size: 10pt;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	padding: 10px;
}

#footer ul li.current_page_item a {
	text-decoration: underline;
}

#footer p {
	clear: both;
	color: #fff;
	font-size: 9pt;
}

#footer p a {
	color: #fff;
}

h3 {
	margin: 8px 8px 0px;
}



/* ------------------- NIEUWS ------------------- @update 1 maart 2010, by Mies */

#content-nieuws{
	min-height: 625px;
	overflow: auto;
	padding: 25px 25px 25px 25px;
	margin: 0px auto;
	width: 900px;
}

#content-nieuws #posts{
	width: 600px;
	float: left;
}

#content-nieuws #sidebar{
	width: 250px;
	float: right;
	padding-top: 10px;
	border-left: 1px solid #ccc;
	padding-left: 20px
}

#content-nieuws h1 {
	color: #888;
	font-weight: lighter;
}

#content-nieuws a {
	color: #555;
	text-decoration: underline;
}

#content-nieuws a:hover{
	color: #000;
}

#content-nieuws #sidebar h2{
	color: #888;
	font-weight: lighter;
	font-size: 20px;
}

#reacties{
	background: #eee;
	clear: both;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: 5px solid #ccc;
}

#reacties textarea{
	width: 550px;
}

#reacties cite.fn{
	
}


#reacties span.says{
	display: none;
}

#reacties .comment-author{
	float: left;
}

#reacties .comment-meta{
	float: right;
	font-size: 12px;
}

#reacties .comment p{
	clear: both;
}

#reacties .comment-body{
	background: #fff;
	padding: 10px;
}

#reacties ol.commentlist{
	margin: 0;
	list-style: none;
	padding: 0;
}

#reacties li.comment{
	margin: 10px 0;
	list-style: none;
	border: 1px solid #ccc;
	border-top: 2px solid #ccc;
}


