body {
	background-color: #333333;
	color: #fff;
	font-family:Helvetica, sans-serif;
}

img {
	border: 0 none;
}

h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:18px;
	font-family:Helvetica, sans-serif;
}

p{
	font-size:13px;	
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;
	/*font-weight:bold;*/
}
	p a{
		color:#F57920;	
	}

div#website {
	position: relative;
	overflow: hidden;
	width: 956px;
	height: auto;
	margin: 10px auto;
	background-color: #242424;
	background-image: url(/img/splash/website-bg.gif);
	background-repeat: repeat-y;
}

div#logo {
	position: absolute;
	top: 0;
	left: 12px;
	width: 412px;
	height: 80px;
	z-index: 100000;
}

div#content {
	position: relative;
	width: 944px;
	height: 487px;
	margin: 0 1px 0 11px;
	/*background-image: url(/img/splash/website-bg.gif);*/
	background-color: #000;
}


div#content div#dezeMaand {
	position: absolute;
	top: 18px;
	right: 22px;
	width: 266px;
	height: 469px;
	z-index: 100000;
	/*background-color: #fff;*/
}
div#content div#dezeMaand div.tekst {
	width: 241px;
	height: 363px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	/*background-color: #fff;*/
}

div.tekst p{
	padding-right:11px;
	text-align:justify;	
}

div#content div#dezeMaand button#btnBekijk {
	width: 265px;
	height: 42px;
	margin: 20px 0 0 0;
	padding: 0;
	cursor: pointer;
	border: 0 none;
	background-image: url(/img/splash/button-bekijk.gif);
}
#bekijk_laf{
	position:absolute;
	right:0;
	top:400px;
	width: 265px;
	height: 42px;
	margin: 20px 0 0 0;
	padding: 0;
	cursor: pointer;
	border: 0 none;
}

html>body div#content div#dezeMaand button#btnBekijk {
	background-image: url(/img/splash/button-bekijk.png);
}

div#banners {
	width: 920px;	
	height: 95px;
	margin: 0 1px 0 11px;
	padding: 20px 12px;
	background-color: #000;
}
div#banners div#afleveringen,
div#banners div#winnen,
div#banners div#nieuwsbrief {
	float: left;
	margin: 0 10px;
}
div#banners div#afleveringen {
	width: 268px;
	height: 95px;
	cursor: pointer;
	/*background-image: url(/img/splash/banner-afleveringen-leeg.jpg);*/
}
div#banners div#winnen {
	width: 325px;
	height: 95px;
	cursor: pointer;
}
div#banners div#nieuwsbrief {
	width: 267px;
	height: 95px;
	background-image: url(/img/splash/banner-nieuwsbrief2.jpg);
}
div#banners div#nieuwsbrief div {
	margin: 55px 20px 0 20px;
	padding: 0;
	border: 0 none;
}
div#banners div#nieuwsbrief #email {
	float: left;
	width: 150px;
	height: 15px;
	margin-right: 10px;
	line-height: 15px;
}
div#banners div#nieuwsbrief button#btnZend {
	float: left;
	width: 48px;
	height: 22px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0 none;
	background-image: url(/img/splash/button-zend.gif);
}

div#footer {
	width: 932px;
	padding: 0 0 0 24px;
	background: url(/img/splash/footer-bg.gif) #333333 left top no-repeat;
}
div#footer #rechts img {
	margin: 0 0 0 15px;
}

#links{
	float:left;	
	width:200px;
	font-size:10px;
	padding:30px 0 0 0;
}
#rechts{
	padding:12px 0 0 0;
	float:right;
	vertical-align:middle;
}
#rechts p{
	float:left;
	font-size:10px;
	padding:17px 5px 0 0;
	margin:0;
}
.clear_b{
	clear:both;	
}
