/*  ----- Created by Emile Blume - 2006 - Netcreators.com ---- */

body {
	color: #413839;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

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

img, fieldset {
	border:none;
}

form {
	margin: 0;
	padding: 0;
}

a{
	color: #413839;
	text-decoration:underline;
}

input, select, textarea{
	border: 1px solid #E1E1E1;
	font-size: 11px;
	padding-left: 2px;
}

#container {
	top: 0;
	position: relative;	
	width: 900px;
	margin: auto;
}

#frame{
	background: url(../img/bg-instellingen.gif) repeat-y center;
		
	min-height:540px;
  	height:auto !important;
  	height:540px;
  	
  	float: left;
}

#header{
	background: #FEFEFC;
	height: 135px;
	width: 900px;
	border-bottom: 1px solid #413839;	
}

#header h1{
	background: url(../img/logo.png) no-repeat top;
	height: 135px;
	width: 230px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}

#header h1 a {
	display: block;
	height: 118px;
	width: 230px;
	cursor: pointer;
}

#header h2{
	background: url(../img/header-instellingen.png) no-repeat top;
	height: 135px;
	width: 670px;
	right: 0;
	position: absolute;
}

#header h2 a {
	display: block;
	height: 135px;
	width: 670px;
}

#header h1 span, #header h2 span{
	display: none;
}


/* NEWS */
#right #nieuws {
	color: #413839;
	margin-left:2px;
	width: 180px;
}

#right #nieuws h4 {
	color: #FEFCF9;
	margin-left: 4px;
}

.news-list-item {
	border-bottom: 1px solid #ED9912;
	margin: 0 0 5px 0;
}

.news-list-item p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-list-title {
	background: #FFCC00;
	color: #413839;
	font-weight: bold;
	padding: 2px;
}

.news-list-body {
	padding: 2px;
}

.news-list-morelink {
	padding-top: 0;
}

.news-list-date {
	font-size: 10px;
}

/* LATEST ITEM */
.news-latest-container {
	background: #CBAA8E;
	border: 0px solid #FEFCF9;
}

.news-latest-container h4 {
	padding-top: 2px;
	padding-bottom: 12px;
}
.news-latest-container h5 {
	padding-top: 2px;
	font-size: 12px;
}

.news-latest-item-1 a, .news-latest-item-2 a {
	color: #413839;
	text-decoration: none;
}

.news-latest-item-1 a:hover, .news-latest-item-2 a:hover {
	text-decoration: underline;
}

.news-latest-item {
	padding: 2px;
	padding-left: 14px;
}

#right .news-latest-item h5 {
	font-size: 12px;
	margin:0;
	padding:0;
}

#right a.news-latest-more {
	margin-left:10px;
}

#right .news-latest-item h5 a:hover, #right .news-latest-morelink a:hover, #right a.news-latest-more:hover{
	color:#FFFFFF;
}

#right .news-latest-item p {
	margin:0;
	padding:0;
}

/* SINGLE ITEM */
.news-single-item {
}

.news-single-item a {
	color: #413839;
	text-decoration: none;
}

.news-single-item a:hover {
	text-decoration: underline;
}

.news-single-img {
	float: right;
	margin: 0 0 0 5px;
}

.news-single-img img {
	border: 1px solid #FEFCF9;
}

.news-single-imgcaption {
	margin: 0;
	font-style: italic;
	text-align: right;
}

.news-single-item  blockquote {
	border-left: 1px solid #FEFCF9;
	font-style: italic;
	padding-left: 7px;
}

.news-single-related, .news-single-links, .news-single-author, .news-single-backlink {
	margin: 7px 0 0 0;
}

.news-single-links {
	border: 1px solid #FF9933;
	padding: 2px;
}

.news-single-related {
	border: 1px solid #FEFCF9;
	padding: 2px;
}

.news-single-backlink {
}

.news-single-timedata {
}

.news-single-additional-info dt {
	font-weight: bold;
}

.news-single-additional-info dd {
	margin-left: 7px;
}

.news-single-additional-info dd p {
	margin: 0;
}

.clearer {
	visibility: hidden;
}

.news-single-author {
	margin: 0 0 7px 0;
}

/* END NEWS */
 
 
 
 