@charset "utf-8";
/* CSS Document */

/********************
HTML Tags
********************/

/** reset defaults **/
body, html, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, p, img {margin:0;padding:0;}
img {border:none;}

body {
	text-align:center;
	margin:3px 0 3px 0;
}

/** headings **/
h1, h2, h3, h4 {font-weight:bold;}
h1 {font-size:1em;}

/** links **/
a:link, a:visited, a:hover {color:#201E21;text-decoration:underline;}
a:hover {text-decoration:none;}

/**********************
LAYOUT DIVS & STYLES
**********************/

#pagewrap {
	width:836px;
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
	border:1px solid #201E21;
	font:.7em Arial, Helvetica, sans-serif;
	color:#201E21;
	position:relative;
}
#nessieloopt {
	position:absolute;
	width:577px;
	height:240px;
	top:314px;
	left:248px;
	z-index:2;
}
#nessieknipoog {
	position:absolute;
	width:182px;
	height:285px;
	top:80px;
	left:800px;
	z-index:1;
}
#banner-kortingsactie {
	position:absolute;
	width:300px;
	height:140px;
	top:65px;
	left:280px;
	z-index:10;
}
#banner-kortingsactie-klein {
	position:absolute;
	width:210px;
	height:110px;
	top:390px;
	left:600px;
	z-index:10;
}
#banner-infoavond-klein {
	position:absolute;
	width:154px;
	height:47px;
	top:29px;
	left:644px;
	z-index:10;
	font-size:12px;
	color:#E2001A;
	background-color:#FFF;
	padding:10px;
	border:1px solid #E2001A;
}
#maintext-home {
	position:absolute;
	width:300px;
	height:140px;
	top:280px;
	left:274px;
	z-index:12;
	line-height:1.2em;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}
#maintext-home ul {
	margin:0; padding:0;
}
#maintext-home li {
	padding:0 0 8px 0;
}

#header {
	height:125px;
}
#mainwrap {
	background:url(../img/bg-main.png) repeat-y right;
}
#footer {
	position:relative;
	height:73px;
}
#disclaimer {
	position:absolute;
	top:48px;
	left:4px;	
}
#disclaimer a {
	color:#777;
	text-decoration:none;
}
#disclaimer a:hover {
	text-decoration:underline;
}
#logo-cnw {
	position:absolute;
	top:0;
	left:0;	
}
#imagewrap {
	background-repeat:no-repeat;
	float:left;
}

/** columns **/
#cl-wrap {}
#cl-right {
	width:122px;
	min-height:429px;
	height:auto !important;
	height:429px;	
	display:inline;
	float:left;
	background:#E67A1D url(../img/bg-rightcl.png) no-repeat bottom;
}
#cl-nav {
	width:122px;
	margin:0 2px;
	min-height:429px;
	height:auto !important;
	height:429px;	
	display:inline;
	float:left;
	background-color:#002F55;
}
#cl-content {
	width:577px;
	min-height:429px;
	height:auto !important;
	height:429px;	
	display:inline;
	float:left;
	background:#72C6E0 url(../img/bg-content.png) repeat-y right;
}

/* globalnav */
#cl-nav {}
#cl-nav ul {margin:0;padding:0}
#cl-nav li {
	margin:0;
	padding:4px 0 4px 5px;
	list-style-type:none;
	font-weight:bold;
	font-size:11px;
	color:#858688;
	border-bottom:1px solid #fff;	
}
#cl-nav li a {
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
}
#cl-nav li a:hover {color:#E67A1D;}
#current a:link, #current a:visited, #current a:hover {color:#E67A1D;}

/* content */
#content-inner-home {margin:0;}
#content-inner-informatie {
	width:420px;
	margin:10px 0 0 12px;
	line-height:19px;
}
#content-inner {
	width:430px;
	margin:10px 0 0 12px;
	line-height:19px;
}
#content-inner-kaartje {
	width:550px;
	margin:10px 0 0 12px;
}

/* news */
#newslist-item {
	padding:8px 0 8px 8px;
	border-top:1px dashed #287B9B;
}
#newslist-item img {
	float:left;
	margin:0 12px 8px 0;
}

/* ai thumbs */
#ai-thumbs img {
	float:left;
	margin-bottom:25px;
}
#ai-thumbs .center {
	margin:0 25px;
}

/* home focusblok */
#home-focusblok {
	margin:12px 5px 0 5px;
	padding:4px;
	color:#fff;
	background-color:#E67A1D;
	line-height:19px;
}
#home-focusblok a {color:#fff; text-decoration:none}
#home-focusblok a:hover {color:#fff; text-decoration:underline}

#bannercontainer {
	width:122px;
	height:153px;
}


/********************
FORM STYLES
********************/

input, select, textarea {
	font:11px Arial, Helvetica, sans-serif;
	color:#201E21;
	background-color:#fff;
	border:1px solid #9B9C9E;
}
.verplicht {background:#fff url(../img/form-verplicht.png) no-repeat right}
.form-noborder {background:none;border:none;}
.verzendbutton {
	margin-top:10px;
	font-weight:bold;
	color:#fff;
	border:1px solid #fff;
	background-color:#DC1924;
	cursor:pointer;
}
/********************
GENERIC CLASSES
********************/
.floatright {float:right;}
.floatleft {float:left;}
.clear {clear:both;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.lh17 {line-height:17px;}
.sml {font-size:.95em;}
.hide {display:none;}
.bortop {border-top:1px solid #fff;}
.logoheader {margin:9px 0 0 61px;}
.logofw {margin:0 0 24px 323px;}
.logodp {float:right;margin:4px 30px 0;}
.pdfico {margin:6px 6px -4px 0px;}
.zwart{color:#000;}
 a.zwart, a.zwart:visited {color:#000;}
 a.zwart:hover {color:#000;text-decoration:none;}
.rood {color:#E2001A;}
.wviewer a {
	font-size:12px;
	border:1px solid #fff;
	display:block;
	width:260px;
	background:#E67A1D;
	text-align:center;
	padding:1px 0 2px 0;
}
 

