/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
modified by http://www.serpia.nl
date: 2008-08-19
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

a.pressroom:link {
	text-decoration: none;
	}     /* unvisited link */
a.pressroom:visited {
	text-decoration: none;
	}  /* visited link */
a.pressroom:hover {
	text-decoration: none;
	}   /* mouse over link */
a.pressroom:active {
	text-decoration: none;
	}   /* selected link */
							  
body {
	background: #FFF url(bg.gif) repeat-x;
	color: #444;
	/*font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;*/
	font: normal 67% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
	/*padding-top: 0px;*/
	text-align: justify;
	height: 100%;
	min-width: 924px;
	/*margin: 0 auto;*/
	/*max-width: 924px;*/
}

html {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	/*width: 980px;*/
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
/*code {*/
/*	background: url(bgcode.gif);*/
/*	border: 1px solid #F0F0F0;*/
/*	border-left: 6px solid #F06;	*/
/*	color: #444;*/
/*	display: block;*/
/*	font: normal 1.1em "Lucida Sans Unicode",serif;*/
/*	margin-bottom: 12px;*/
/*	padding: 8px 10px;*/
/*	white-space: pre;*/
/*}*/
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	/*background: url(stripes.gif) no-repeat;*/
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
	
	
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 0px;
	text-align: center;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 42% 20px 3%;
	padding-right: 20px;
	/*position: relative;*/
	width: 450px;
}

.content {
	/*width: 450px;*/
}
.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a,.footer a {
	color: #F06;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 35px;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	/*width: 17%;*/
	width: 250px;
	padding-right: 20px;
}
.nav .logo {
	/*background: url(logo.gif) no-repeat center top;*/
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 100px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.2em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #F06;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 3%;
	padding: 8px 6px;
	/*altijd beneden*/
	/*height: 37px;*/
	/*clear: both;*/
	/*bottom:0px;*/
	/*width:100%;*/
	/*position: relative;*/

}
.footer, .push {
	height: 4em;
 }

/*image op pagina's*/
.image{
 /* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.thumbs {
/*background: url(grey.gif) no-repeat top;*/
/*width: 100px;*/
/*height: 100px;*/
/*margin: 0 auto;*/
/*padding: 10px;*/
background: #C0C0C0;

/*background-color: #C0C0C0;*/
/*border: 1px solid black;*/
text-align: center;
vertical-align:middle;
/*overflow: auto;*/


}


div.thumbs a:hover {
clear : both;
background-color: #C0C0C0;
color : #C0C0C0;
text-decoration: none;
border-bottom: 0px solid #F06;
}

div.thumbs a:link {
background-color: #F06;
color : #C0C0C0;
text-decoration: none;
border-bottom: 0px solid #F06;
}
div.thumbs a:visited {
background-color: #C0C0C0;
color : #C0C0C0;
text-decoration: none;
border-bottom: 0px solid #F06;
}
div.thumbs a:active {
background-color: #C0C0C0;
color : #C0C0C0;
text-decoration: none;
border-bottom: 0px solid #F06;
}
#navigator {

}

.housebutton {

}

.housebutton a {

}

.housebutton a:hover {

}
#navigator {

/*background-color: #7ea8cf;*/
background-color: #fff;

/*border: 1px #666666 solid;*/
border: 1px #F06 solid;

width: auto;

margin-top: 30px;

margin-left: 0px;

margin-right: 75%;

padding: 8px;

text-align: center;

}
.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #224059;

background-color: #b5c9e2;

border-top: 2px #cce3ff solid;

border-left: 2px #cce3ff solid;

border-bottom: 2px #31557f solid;

border-right: 2px #31557f solid;

}
.housebutton a:hover {

background-color: #99aabf;

border-top: 2px #31557f solid;

border-left: 2px #31557f solid;

border-bottom: 2px #cce3ff solid;

border-right: 2px #cce3ff solid;

}


