/*this version uses absolute/relative positioning between the side columns and their respective faux column containers. */
/* se notes on min and max width above
/* the content is first in the markup followed by the two side columns*/
/* this "content-first" markup is good for accessability and search engine optimization */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/winter_bg_0708.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	}
* {margin:0; padding:0;} /* removes defaults of all elements */
div#mainwrap {
	min-width:780px;
	max-width:1006px; /* sets the max and miin widths */
	/* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	background-image: url(../images/bg-versie-deechte.jpg);
	background-repeat: no-repeat;
	background-color: #1F2F53;
	}


.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.tabletop {
	margin-top: 50px;
	margin-bottom: 50px;
}

div#header {
	height:144px;
	text-align:right;
	color: #FFFFFF;
	top: 39px;
} /* tempoarary placeholder styles for header */
div#contentarea {
	position:relative;
	}
div#contentarea2 {
	position:relative;
	}
div#column1 {
	width:225px; /* left col width */
	position: absolute; /* contextual positioning in contentarea 

container */
	top:0px;
	left:0px; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden;
	text-align: justify;
	background-image: none;
	}
.nieuwsbrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: left;
}


div#column2 {
	margin:0 261px 0 225px; /* left and right margins to make room for sidebars */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	}
div#column2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div#column2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div#column3 {
	width:261px;
	position:absolute;  /* contextual positioning in contentarea container */
	top:1px; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: repeat-y;
	right: -3px;
	}
div#column3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B7D8DB;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 35px;
}
div#column3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div#column3 a.special:hover {
	text-decoration: underline;
	color: #1DABC5;
	font-size: 10px;
}
div#column3 a.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C2B54;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div#column3 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div#column2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #86b1b8;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 25px;
}

div#column2 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ace9f3;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 25px;
}
div#footer {
	background-color:#84BDC4;
	text-align:left;
	padding-top:6px;
	padding-left: 20px;
} /* temp footer styles */

div#footer a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div.clearfloats {clear:both;}
/* some basic styles for placeholder content */
div#column1 ul {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
	padding-right: 20px;
	padding-left: 20px;
} 
div#column2 p {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 30px;
}
div#column3 p {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	color: #D0E6E8;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */
div#column2 ul {
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
div#column2 ul li {
	list-style-position: inside;
}


/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
div#header1 {
	height:39px;
	text-align:right;
	color: #D0E6E8;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 0px;
	padding-right: 5px;
}
div#header1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D0E6E8;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
div#header1 a:hover {
	text-decoration: none;
	background-color: #FF3833;
	color: #FFFFFF;
	left: 1px;
	top: 2px;
	right: 1px;
	bottom: 2px;
}
div#header3 {
	height:103px;
	text-align:right;
	color: #FFFFFF;
	top: 182px;
	right: 0px;
}
div#column3 ul {
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	width: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#column3 ul li {
	list-style-type: disc;
	color: #B7D8DB;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F2E57;
	margin: 5px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	height: 30px;
	width: 80px;
}
.okbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F2E57;
	margin: 5px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 40px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px dashed #E45E42;
	overflow: auto;
	color: #1B2A53;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1F2E57;
	border-bottom-style: dashed;
	padding: 2px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.special-header {
	font-family: Arial, Helvetica, sans-serif;
	color: #ACE9F3;
	background-color: #0F172F;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACE9C1;
}
.special-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F172F;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0f172f;
	border-bottom-color: #0f172f;
	border-left-color: #0f172f;
}


div#column2 table {

	padding-top: 0px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 30px;
}
.active {

	text-decoration: none;
	background-color: #012f63;
	color: #FFFFFF;
}
.silverkey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	right: 0px;
}

