@charset "utf-8";

/* CSS Marije Tolman */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	height: 100%;
	background: url(../img/bg.jpg) top left no-repeat fixed;
}
a, a img {
	border: none;
	text-decoration: none;
}

.fixedwidth div {
	display: inline;
}
.wrapper {
	height: 550px;
	/*width: 960px;*/
	width:100%;
	padding: 0;
	position: absolute;
	z-index:10;
	top: 50%;
	margin-top: -275px; /* half of height */
}
#menu {
	width: 192px;
	height: 450px;
	/*float: left;*/
	position:absolute;
	z-index:1000;
	xbackground:url(../img/bg_menu.jpg) no-repeat;
}

.bg_menu {
 position:absolute; 
 left:0px; 
 top:0px; 
 z-index:20; 
 width:194px;
 height:455px;
 background:url(../img/bg_menu.jpg) no-repeat scroll;
 }


/**
 * Language selector
 */
#language {
	position:absolute;
	left:0px;
	top:0px;
	width: 192px;
	height: 50px;
}
#language ul {
	margin: 0;
	padding: 5px 0 0 40px;
	height: 18px;
}
#language li {
	margin: 0 8px 0 0;
	padding: 0;
	width: 27px;
	height: 18px;
	float: left;
	
	list-style: none;
}
#language li a {
	width: 27px;
	height: 18px;
	display: block;
	cursor: hand;
	cursor: pointer;
}
#language li a.dutch {
	background: transparent url(../img/btn-dutch.gif) no-repeat scroll top;
}
#language li a.english {
	background: transparent url(../img/btn-english.gif) no-repeat scroll top;
}
#language li a:hover,
#language li a.selected {
	background-position: 0 -18px;
}

/**
 * Menu-items
 */
.menu-items {
	width: 192px;
	height: 380px;
	margin: 80px 0 0 0;
}
.menu-items ul {
	margin: 0;
	padding: 0;
}
.menu-items li {
	list-style: none;
	margin: 0 0 5px 0;
	width: 191px;
	height: 45px;
	text-align: left;
}

.menu-items li a {
	cursor: hand;
	cursor: pointer;
}


/**
 * Disclaimer
 */
#disclaimer {
	width: 191px;
	height: 65px;
	text-align: left;
}


/**
 * Content
 */

#pane5 a,
#pane5 img {
padding:0px;
margin:0px;
line-height:0px;
font-size:0px;
display:block;
cursor:pointer !important;
}


/**
 * pijltje
 */
#bottom-arrow {
	vertical-align: bottom;
	height: 65px;
	float: left;
	display:inline;
	margin-left:200px;
}

/**
 * logo Marije Tolman
 */
#bottom-logo {
	vertical-align: bottom;
	text-align: right;
	height: 65px;
	float: right;
}

