body, *, html {
	margin: 0;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	overflow:hidden;
	}

html {
	background-color:#000;
	}

#logo {
	position: absolute;

	height: 100px;
	width: 250px;
	
	right: 25px;
	top: 25px;
	
	margin-left: -50px;
	
	z-index:1;
	}

#copyright {
	position: absolute;
	
	height: 15px;
	width: 64px;
	
	right: 25px;
	bottom: 0;
	z-index:1;
	
	}

#menu {
	position: absolute;
	
	height: 560px;
	width: 245px;
	
	top: 141px;
	left: 15px;
	
	}

#content {
	position: absolute;
	
	height: 600px;
	width: 680px;
	
	top: 141px;
	left: 280px;
	
	}
	
/* css vr menu */
.arrowlistmenu{
width: 245px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: -5px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader a {
color: #FFF;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.arrowlistmenu .menuheader a:hover {
color:#808080;
text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
/*padding-bottom: 2px; /*bottom spacing between menu items*/

color: #808080;
display: block;
padding: 0 0; /*spacing between menu items*/
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:-1px;
margin-left:85px;
}

.arrowlistmenu ul li a{
color: #FFF;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:-1px;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #808080;
}
/* einde css menu */


#foto {
	position:absolute;
	margin-top: 10px;
	width: 480px;
	}
	
#fortress {
	position: absolute;
	margin-top: 10px;
	width: 680;
	}

#content a {
	text-decoration:none;
	color:#808080;	
	}

#content a:hover {
	color:#FFFFFF;
	}

