body {
	background: #fff url(../images/backgrounds/top.jpg) repeat-x left top;
}
div#container {
	background: url(../images/backgrounds/container.jpg) no-repeat center bottom;
}
div#container-top {
	width: 100%;
	height: 400px;
	background: url(../images/backgrounds/banner-container.jpg) no-repeat center 49px;
}
div#top {
	width: 900px;
	margin: 0px auto;
	height: 49px;
	position: relative;
}
#twitter {
	position: absolute;
	left: 492px;
	top: 24px;
}
div#logo {
	width:50%;
	float: left;
}
div#navigation-top {
	width: 50%;
	margin-top: 16px;
	float: right;
}
div#navigation-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
}
div#navigation-top ul li {
	display: inline;
}
div#navigation-top ul li a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	width: 126px;
	text-align: center;
	background: url(../images/backgrounds/navigation-top.jpg) no-repeat left top;
	margin-left: 2px;
}
div#navigation-top ul li a:hover {
	background-position: left bottom;
}

div#banner {
	width: 900px;
	margin: 0 auto;
}
div#content {
	width: 900px;
	margin: 0 auto;
}
div#posts {
	width: 600px;
	float: left;
}
div#sidebar {
	width: 300px;
	float: right;
}

div#footer-left {
	width: 50%;
	float: left;
}
div#footer-right {
	width: 50%;
	float: right;
	text-align: right;
}
div#footer {
	width: 900px;
	margin: 0 auto;
	padding: 4px 0;
}
div#footer ul {
	display: inline;
}

div#footer ul li {
	display: inline;
	margin-right: 10px;

}

div#sitemap {
	line-height: 200%;
	background-color: none;
	background: none;
}
div#sitemap ul {
	background-color: none;
	background: none;
}

div#sitemap .ddsg-wrapper a{
	background: none;
	color: #000;
	}

div#sitemap .ddsg-wrapper a:hover {
	background: none;
	text-decoration: underline;
	}


	.news-content img {
	float: right;
	margin-bottom: 5px;
	}

	.news-item {
	padding: 25px;
	}

	.news-item.odd {
	background: #eee;
	}

	.news-item.even {
	background: none;
	}

iframe.hide{
	display:none;
}


.actieblok { 
    background: #C90D0D; 
    padding: 20px;
    color: #fff;
}
.actieblok h1,
.actieblok h2,
.actieblok h3,
.actieblok p {
    color: #fff;
}


