body, *, html {
	margin: 0;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	overflow:hidden;
	}

html {
	background-color:#000;
	}

#logo {
	position: absolute;

	height: 169px;
	width: 81px;
	
	right: 0;
	top: 0;
	
	margin-left: -50px;
	
	background-color: #000;
	z-index:2;
	}

#copyright {
	position: absolute;
	
	height: 15px;
	width: 142px;
	
	right: 81px;
	bottom: 0;
	
	background-color:#000;
	}

#menu {
	position: absolute;
	
	height: 600px;
	width: 245px;
	
	top: 50%;
	left: 15px;
	margin-top: -280px;
	
	background-color:#000;
	}

#content {
	position: absolute;
	
	height: 580px;
	width: 680px;
	
	top: 50%;
	left: 280px;
	margin-top: -290px;
	
	background-color:#000;
	}

#textcontent {
	width: 480px;
	background-color:#000;
	}

/* css for client login */ 
#content_login {
	position: absolute;
	
	height: 260px;
	width: 174px;
	top: 50%;
	left: 50%;
	
	margin-top: -130px;
	margin-left: -87px;
	
	background-color: #000;
	}

/* css for filebox */
#content_filebox {
	position: absolute;
	
	height: 152px;
	width: 138px;
	top: 50%;
	left: 50%;
	
	margin-top: -76px;
	margin-left: -69px;
	
	background-color: #000;
	}
	
/* css for webmail */
#content_webmail {
	position: absolute;
	
	height: 192px;
	width: 204px;
	top: 50%;
	left: 50%;
	
	margin-top: -96px;
	margin-left: -102px;
	
	background-color: #000;
	}
	
/* css under construction */
#content_construction {
	position: absolute;
	
	height: 140px;
	width: 445px;
	top: 50%;
	left: 266px;
	margin-top: -70px;
	background-color:#000;
	}
	
/* 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: #4D4D4D;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.arrowlistmenu .menuheader a:hover {
color: #EE4036;
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: #EE4036;
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: #4D4D4D;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:-1px;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #EE4036;
}
/* einde css menu */


#foto {
	position:absolute;
	top:50%;
	margin-top:10px;
	}
	
	

#content a {
	text-decoration:none;
	color:#EE4036;	
	}

#content a:hover {
	color:#808080;
	}

