@charset "utf-8";
/* CSS Document */
html, body{
	padding:0;
	margin:0;
	width:100%;
	background: url(style/sidebar.png) repeat-y #FFFFFF;
	/*height: 100%; /* heel belangrijk */
	font: Verdana, Arial, sans-serif;
}

a {
	color:#000000;
}

/* #header */
#header{
	height:210px;
	background: url(style/header.png) repeat-x;
	position:absolute;
    _position:absolute;
    top: 0;
    _top:expression(eval(document.body.scrollTop));
    background-repeat: repeat-x;
    width: 100%;
    z-index: 150;
}
/* end #header */

/* #menu */
#menu {
	/*background:url(style/menu.png) repeat-x;*/
	height:30px;
	position:absolute;
    _position:absolute;
    top: 0;
	_top:expression(eval(document.body.scrollTop));
    width: 100%;
    z-index: 160;
	background-repeat:repeat-x;
	margin-top:175px;
	
}

.menu {
	padding-left:205px;
}

div.menuBar,
div.menuBar a.menuButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

div.menuBar {
	padding: 6px 2px 6px 2px;
	text-color: FFCC00;
	margin-left:0px;
}

div.menuBar a.menuButton {
	background-color: 000000;
	border: 1px solid;
	border-color: transparent;
	color:#FFFFFF;
	cursor:default;
	left:0px;
	margin:1px;
	padding: 2px 6px 2px 6px;
	position:relative;
	text-decoration: none;
	top:0px;
	z-index:100;
	position:relative;
}

div.menuBar a.menuButton:hover {
	background:url(style/button_over.png) repeat-x;
	border: 1px solid;
	border-color: #FFCC00 #FFCC00 #FFCC00 #FFCC00;
	color: #000000;
	cursor:default;
}
/* end #menu */

/* #page */
/* #sidebar */
#pageleft {
	bottom:0;
	padding-top:15px;
	position: absolute;
	display: block;
	float: left;
	padding-bottom:50px;
	position:absolute;
    _position:absolute;
    top: 0;
	_top:expression(eval(document.body.scrollTop));
    width: 100%;
    z-index: 0;
	margin-top:200px;
}

.header {
	background:url(style/tool.png);
	width:184px;
	height:26px;
	margin-left:8px;
}

.switchright {
	float: right;
	display:block;
	width: 15%;
	padding-top:3px;
}

.switchleft {
	float: left;
	display:block;
	width: 83%;
	padding-top:3px;
	font-weight: bold;
	font-size: 12pt;
	color: #06F;
	font-family: Comic Sans MS;
	language: NL;
	text-align:center;
}

.box {
	background:url(style/box.png) repeat;
	margin-left:8px;
	width:182px;
	border-style:solid;
	border-width:thin;
	border-color:#FFFFFF;
}
/* end #sidebar */

/* #content */
#pageright {
	position: absolute;
	display: block;
	top:205px;
	padding-bottom:45px;
	left:205px;
	right:0px;
}

#content {
	width:100%;
}

#home {
	width:700px;
}

#pictures{
	width:700px;
}

#pageup {
	position: relative;
	display: block;	
	text-align: right;
	width:700px;
}

TR.header {
	background: #ebe9e6 url(style/header_bg.gif) repeat-x top left;
}
/* end #content */
/* end #page */


/* #footer */
#footer {
	border-top: 0px;
	position: fixed;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	background: url(style/footer.png) repeat-x;
	height: 50px;
	padding-top:10px;
	line-height: 40px;
	z-index:190;
	margin-left:200px;
}

#copy {
	width:700px;
	text-align:center;
}
/* end #footer */
