/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
	background-image: ;
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
	color: Gray;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 0px;
}
h1 {
	font-size: 1.30em;
	float: left;
	margin-left: 10px;
	color: #000066;
	width: 425px;
}
h2 {
	font-size: 1.20em;
	float: left;
	margin-left: 10px;
	color: #000066;
	border-bottom: 1px solid #FFA739;
	width: 425px;
}
h3 {
font-size: 1.1em;
float: left;
margin-left: 4px;
color: #005CFF;
}
h1 a, #header h2{
color: #fff;
}

h4 {
	font-size: 11px;
	color: Navy;
	float: left;
	margin-left: 0px;
}


.clear { clear: both; }
#mainContainer {
	width: 800px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: White;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	border-left: 1px solid #00008B;
	border-right: 1px solid #00008B;
	border-top: 1px solid #00008B;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background: White;
	padding: 5px;
}

#navcontainerhorz {
	margin-bottom: 5px;
	padding-top: 5px;
	background-color: #FF9615;
	height: 20px;
	vertical-align: middle;
	
	
}


ul#navlist
{
	margin-left: 5px;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	color: Black;
	background-color: #FF9615;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #fff;
	background-color: #FF9615;
	text-decoration: none;
}

.headerfoto {

	
	float: right;
}






/**************************
CONTENT AND COLUMNS
**************************/
.wegwijzer {
	font-size: 1.1em;
	color: Blue;
	float: left;
	margin-left: 10px;
	width: 400px;
}

.outer {
padding-left: 165px;  
padding-right: 120px;
}
* html .outer {

}
.inner {
width: 635px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 650px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
	float: right;
	width: 488px;
	background: #fff;
	position: relative; /*** IE needs this  ***/
	border: 1px solid #D0D0D0; 
}
* html #content {

}
.contentWrap {
	padding: 0px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.tekstbox-content200px {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px dotted Blue;
	background: #C3DFFF;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

.tekstbox-content440px {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 6px;
	margin-right: 6px;
	width: 440px;
	float: left;
	margin-bottom: 10px;
	color: #5A5A5A;
	background: White;
	}
	
	.tekstbox-footer440px {
	padding-bottom: 5px;
	
	
	
	
	width: 440px;
	margin-bottom: 10px;
	color: #Navy;
	background: White;
	text-align: center;
}


.tekstbox-content440pxmarg-0px {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 6px;
	margin-right: 6px;
	width: 440px;
	float: left;
	color: Navy;
}
.foto-content{
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	margin-left: 2px;
}

.tabelcontent{
	float: left;
	width: 450px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	vertical-align: top;
	color: Navy;
}

.tabel-doetips{
	color: #2F4F4F;
	font: oblique;
}

.tabel-fotos{
	float: left;
	margin-left: 10px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 150px;
	background: White;
	min-height: 250px;
	padding: 5px;
	position: relative; /*** IE needs this  ***/
}
* html #left {
height: 250px;
}

#navcontainer 
{ width: 120px; }

#navcontainer ul
{
	margin-left: 5;
	padding-left: 10;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#navcontainer a
{
	display: block;
	padding: 3px 9px;
	width: 120px;
	background-color: #FF9615;
	
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#navcontainer a:link, #navlist2 a:visited
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
	background-color: #EFEFEF;
	color: Navy;
	text-decoration: none;
}

.list2 {
	list-style: square;
	color: #FF9615;
	margin-top: 0px;
	border: 1px solid #D0D0D0;
	padding: 1px;
	background-color: White;
	text-align: left;
	margin-left: 2px;
	padding-left: 2px;
	width: 130px;
}
.listgoogle {
	list-style: square;
	color: #FF9615;
	margin-top: 0px;
	border: 1px solid #D0D0D0;
	padding: 1px;
	background-color: #EFEFEF;
	text-align: left;
	margin-left: 2px;
	padding-left: 2px;
	width: 133px;
}
.banner1 {
	margin-top: 10px;
	margin-left: 10px;
	
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 140px;
background: #EFEFEF;
padding: 5px;
min-height: 250px;
position: relative; /*** IE needs this  ***/
}
* html #right {
margin-right: -120px; /*** IE gets this margin. ***/
height: 250px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

.vert-ruimte {
	margin-top: 10px;
	
}
/**************************
FOOTER
**************************/
#footer {
	width: 800px;
	
	margin: 0 auto;
	text-align: center;
	background-color: #FF9615;
	border-left: 1px solid #00008B;
	border-right: 1px solid #00008B;
	border-bottom: 1px solid #00008B;
	font-size: 10px;
	color: #000066;
}
.tekstbox-footer440pxmarg-0px {
	padding-left: 5px;
	padding-right: 5px;
	width: 440px;
	float: left;
	color: Navy;
}