body {
	background: url(../images/backgrounds/body_bg.jpg) left top repeat-x;
}

div#top-container {
	width:100%;
	background:transparent;
	height:143px;
	margin: 0;
	padding: 0;
}

div#top-container div#top  {

	height:143px;
	width: 890px;
	margin: 0px auto;
	padding: 0;
}

div#top-container div#top div#logo {

	width:50%;
	height:99px;
	line-height: 99px;
	float: left;
}

div#top-container div#top div#searchbox {
	width:50%;
	height:99px;
	line-height:99px;
	float: left;

}

div#top-container div#top div#logo a {
	display: block;
	height: 67px;
	padding-top: 22px;
}

div#top-container div#top div#searchbox {
	text-align:right;
}
div#top-container div#top div#searchbox  form{
	width: 188px;
	float: right;
	height: 23px;
	padding: 38px 0;
}

div#top-container div#top div#searchbox input#search {
    width: 137px;
    height: 37px;
    background: url(../images/backgrounds/zoekbox.jpg) no-repeat left top;
    border: 0;
    float: left;
    color: #b8c4c9;
    font-family: arial;
    padding: 9px 0 0 10px;
    }

div#top-container div#top div#searchbox  input#search-submit {
    width: 41px;
    height: 35px;
	background: url(../images/backgrounds/zoekbox.jpg) no-repeat right top;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    float: left;
	cursor:pointer;
    }

div#banner-container {
	width:100%;
	height:188px;
	overflow:hidden;
}

div#banner-container div#banner-left {
	height:188px;
	width:50%;
	background:url(../images/backgrounds/banner-left-bg.jpg) left top repeat-x;
	float:left;
}

div#banner-container div#banner-left div#banner-left-div {
	height:188px;
	width:100%;
	background:url(../images/backgrounds/banner-left-div-bg.jpg) right top no-repeat;
	}

div#banner-container div#banner-right {
	height:188px;
	width:50%;
	background:#dadedc;
	float:right;
}

div#banner-container div#banner-right div#banner-right-div {
	height:188px;
	width:100%;
	overflow:hidden;
	background:url(../images/backgrounds/banner-right-div-bg.jpg) left top no-repeat;
}

div#main-container {
	width:100%;
	height:600px;
}

div#main {
	padding-top:40px;
	margin:0px auto;
	width:890px;
	border-right:1px solid #7A837F;
}

div#main div#main-left {
	width:550px;
	float:left;
}

div#main div#main-right {
	margin-right: 30px;
	width: 300px;
	float: right;
	text-align: center;
}


div#main div#main-right div#animatie {
	width:200px;
	height:200px;
	background:#7a837f;
	margin-left:52px;
}

div#main div#nieuws {
	width:890px;
	height:auto;
	margin-top:100px;
}

div#main div#nieuws div.newsitem {
	width:360px;
	height:200px;
}

div#main div#nieuws div.col-1 {
	padding-right:44px;
	border-right:1px solid #dadedc;
	float:left;
}

div#main div#nieuws div.col-2 {
	padding-right:60px;
	float:right;
}

a#tani {
	display:block;
}

div#subnavigation {
	text-align: left;
	padding-left: 20px;
}
div#subnavigation ul {
	list-style: none;
	padding: 0;
}
div#subnavigation ul li {
	height: 26px;
	line-height: 27px;
	border-bottom: 1px solid #dbdbdb;
}


/*** Galleries ***/
.ngg-galleryoverview {
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	margin-bottom: 18px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.border {
	border-bottom: 1px solid #DBDBDB;
	margin-top: 5px;
	margin-bottom: 10px;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation a {
	color: #ccc;
}

/*** Forms ***/
ol.cf-ol {
	list-style: none;
	padding: 0;
}
ol.cf-ol li {
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
}
.cf_hidden,
ol.cf-ol .reqtxt,
ol.cf-ol .emailreqtxt {
	display: none;
}
ol.cf-ol label {
	width: 120px;
	float: left;
}
ol.cf-ol input,
ol.cf-ol textarea {
	border: 1px solid #ccc;
	width: 400px;
	height: 20px;
	padding: 3px 5px 0 5px;
	font-family: arial;
	font-size: 12px;
}
ol.cf-ol textarea {
	height: 100px;
}
input.sendbutton {
	cursor: pointer;
	width: 150px;
	height: 27px;
}
input.sendbutton:hover {
	/*background-color: #DB0511;*/
}