/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 858px;
	margin: 0 auto;
}
div#site-wrapper2
{
	width: 858px;
	margin: 0 auto;
}
div#main-logo
{
	float: left;
	width: 86px;
	height: 68px;
}

div#main-logo-text
{
	float: left;
	width: 227px;
margin-top:10px;
	color:#eee7b1;
	font-size:24px;
}

div#top-links
{
	float: right;
	height: 31px;
	padding-top: 37px;
	padding-right: 16px;
}

div#top-links a
{
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	color: #fff;
}

div#banner
{
	height: 214px;
	width: 858px;
	background: url(../images/banner-bg.jpg) no-repeat;
	clear: both;
}

div#banner h1
{
	padding-left:15px;
}

div#banner img
{
	margin: 41px 0 0 15px;
}

div#banner p
{
	margin: 14px 0 0 15px;
	color: #15252d;
	width: 380px;
	line-height: 1.4;
}

div#navigation
{
	height: 34px;
	width: 858px;
	background: url(../images/nav-bg.gif) no-repeat;
}

div#content-wrapper
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}
div#content-wrapper2
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}

div#footer
{
	background: url(../images/footer-bg.gif) no-repeat;
	width: 858px;
	height: 24px;
}

div#footer-copy
{
width:858px;
margin:5px auto 0px;
padding-right:30px;
text-align:right;
color:#000;
font-size:10px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1
{
	color: #274c5e;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

h2
{
	font-weight: normal;
	font-size: 18px;
}

p
{
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 20px;
	color: #2c2d2d;
	padding-left: 0;
}

a:link
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:visited
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding: 8px 0 10px 36px;
	background: url(../images/list-item.gif) center left no-repeat;
	list-style: none;
}

li a
{
	text-decoration: underline;
}

ul
{
	padding: 0px 0 10px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 125px;
}

div#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: #f0dd92;
}

div#navigation ul li a.last-item 
{
	background: none;
}
#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:300px;
    background:#ddd;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
	top:-5px;	
	right:-5px;
    cursor:pointer;
	display:none;
}

body#home div#navigation ul li a#home-link, body#tvshows div#navigation ul li a#tvshows-link
{
	color: #f0dd92;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper img
{
	float: right;
	padding: 0px 4px 0px 0px;
}

div#content-wrapper img.tvshows
{
	float: right;
	padding: 32px 52px 0 0;
}

div#content-wrapper h1
{
	padding: 28px 0 10px 38px;
}
div#content-wrapper2 h2
{
	padding: 28px 0 10px 38px;
}

div#content-wrapper p.first-paragraph
{
	padding-top: 36px;
	padding-left: 38px;
	width: 500px;
}

div#content-wrapper p
{
	padding-left: 38px;
	width: 500px;
}
div#content-wrapper2 p
{
	padding-left: 38px;
	width: 790px;
}

ul.left-list
{
	width: 240px;
	float: left;
}

ul.right-list
{
	width: 240px;
	float: left;
	padding-left: 20px;
}

/* FAQ */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-left:20px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left:20px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
#nieuws
{
	padding: 20px;
}

#lang
{
	height: 34px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.klant
{
	border: hidden;
}
