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

body{
background: url(../images/balk_blauw.jpg);
background-position:top right;
background-repeat:repeat-y;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-color:#FEFEE4;
font-family:arial;
z-index:0;
font-size:12px;
}

#framecontentLeft{
position: absolute; 
top: 0; 
left: 0; 
width: 160px; /*Width of left frame div*/
height: 100%;
overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: navy;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
background-color:#FEFEE4;
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 160px; /*Width of right frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentRight{
left: auto;
right: 0; 
width: 160px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentTop{
position: absolute;
top: auto; 
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
right: 160px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 150px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
padding-top:0px;
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentTop{
top: 0;
height: 150px; /*Height of top frame div*/
bottom: auto;
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentBottom{
position: absolute;
top: 0; 
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
right: 160px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 80px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
z-index:0;
font-family:arial;
font-size:12px;
}

#framecontentBottom{
top: auto;
height: 80px; /*Height of bottom frame div*/
bottom: 0px;
z-index:0;
font-family:arial;
font-size:12px;
}

#maincontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 80px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
right: 160px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background-color:#ffffff;
color: navy;
z-index:0;
}

#printdiv{
position: absolute;
right:0px;
bottom:30px;
z-index:1;
font-family:arial;
font-size:12px;
}

.printbutton {
position: fixed;
right:160px;
bottom:31px;
z-index:1;
font-family:arial;
font-size:12px;
}

#taalplaatje{
position: absolute;
left:2px;
bottom:0px;
z-index:1;
font-family:arial;
font-size:12px;
}

.langselect {
position: fixed;
left:2px;
bottom:2px;
z-index:1;
color:navy;
font-family:arial;
font-size:12px;
}

.titletext {
padding-top:16px;
font-family:arial;
}

.innertube {
margin-left: 30px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 30px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-bottom: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-top: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
color: navy;
z-index:0;
}

.innertube_header {
margin: 0px 0px 0px 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-color:#3d3f65;
color: white;
font-family:arial;
font-size: 36pt;
font-weight:bold;
text-align:center;
height:100px;
z-index:0;
}

.innertube_subheader{
margin: 0px 0px 0px 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-image: url(../images/topedge.jpg);
background-position:right top;
background-repeat:no-repeat;
background-color:#ffffff;
height:68px;
padding-top:10px;
padding-left:30px;
font-size:12px;
font-family:arial;
color: navy;
z-index:0;
font-size:12px;
}

.innertube_footer{
margin: 0px 0px 0px 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-image: url(../images/bottomedge.jpg);
background-position:left;
background-repeat:no-repeat;
height:50px;
background-color:#ffffff;
z-index:0;
font-family:arial;
font-size:12px;
}

.innertube_subfooter{
margin: 0px 0px 0px 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
text-align:center;
background-color:#FEFEE4;
height:30px;
padding-top:10px;
font-size:12px;
font-family:arial;
color:navy;
z-index:0;
font-size:12px;
}

.innertube_leftcontent{
margin: 120px 5px 5px 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
z-index:0;
font-family:arial;
font-size:12px;
}

* html body{ /*IE6 hack*/
padding: 150px 160px 80px 160px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
z-index:0;
font-family:arial;
font-size:12px;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
z-index:0;
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
z-index:0;
font-family:arial;
font-size:12px;
}

/* ALL OF THE ABOVE IS FOR THE PAGE LAYOUT */


a:link{
color: navy;
text-decoration: none;
}

a:visited{
color: navy;
text-decoration: none;
}

a:hover{
color: orange;
text-decoration: none;
}

a:active{
color: orange;
text-decoration: underline;
}


.menuContainer	{background-color:#FEFEE4; width:100%; font-family:arial; font-size:14px; margin-left:-2px; padding-left:0px; padding-right:0px; margin-top:-10px;}
.menu		{position:relative; overflow:hidden; margin-left:10px; margin-right:-5px; margin-top:2px; margin-bottom:2px; font-family:arial; }
.button 	{position:relative; cursor:pointer; background-color:#FEFEE4; color: navy; font-family:arial; margin-top:2px; margin-bottom:2px; margin-right:-5px; }
.pressedButton	{position:relative; cursor:pointer; background-color:#FEFEE4; color:orange; font-family:arial; }
.subsubmenu {position:relative; overflow:hidden; margin-left:5px; margin-right:0px; margin-top:2px; margin-bottom:2px; font-family:arial; font-size:12px; }
/* FCK Editor */

/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * Styles used in the samples pages.
 */

body, td, input, select, textarea
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
