body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #FFF;
	border: solid 0px #FFF;
	margin: 0px;
	background-image: url(/images/site_back.png);
	background-repeat: repeat-y;
}
h1, h2, h3 {font-weight: bold;}
h1 {font-size: 120%;} 
h2 {font-size: 110%;}
h3 {font-size: 100%;}
hr{
	height: 1px;
	color: #000000;
}
ul {
	margin-top:2px;
	text-align:left;
}
li {
	margin-left: -20px;
	list-style-type : square;
}
/*
li > a:active {
	color: #006;
	text-decoration: underline;
}
li > a:hover {
	color: #00C;
	text-decoration: underline;
	background-color: #FFFFFF;
}
li > a:link {
	color: #006;
	text-decoration: none;
}
li > a:visited {
	color: #666;
	text-decoration: none;
}
*/
.hide {
	visibility: hidden;
	height: 0px;
	display: none;
}
/* Defenition of Header */
div#Header {
	position:absolute;
	/* position:fixed; */
	/* MSIE begrijpt fixed niet maar lijkt het te lezen als absolute of static */
	left:0px;
	top:0px;
	width:750px;
	height:80px;
	z-index:3;
	border-bottom: solid #000 2px;
}
div#SiteTitle {
	position:absolute;
	top:50px;
	width:100%;
	font-weight:bold;
	font-size:25px;
	text-align:right;
}
/* Defenition of Column 1 */
div#Column1 {
	position:absolute;
	left:150px;
	top:82px;
	width:600px;
	z-index:1
}
div#Body {
	position:relative;
	z-index:4;
	padding: 5px 5px 0px 25px;
}
div#Footer {
	position:relative;
	z-index:3;
	padding: 5px 10px;
	margin: 10px 0px;
	border: solid #000 0px;
	text-align: center;
	font-size: 80%;
}
/* Defenition of Column 2 */
div#Column2 {
	position:absolute; 
	left:0px;
	top:82px;
	width:150px;
	z-index:2;
}
div#Menu, div#Links, div#Labcam {
	position:relative;
	z-index:3;
	margin: 0px;
	width: 100%;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	background-image: url(/images/menu_back.png);
	background-repeat: repeat;
}
div#Menu {
	text-align: left;
	padding: 5px;
	width:150px;
}
div#Links {
	text-align: center;
	padding: 15px 5px;
}
div#Labcam {
	text-align: center;
	font-size: 70%;
	padding: 10px 5px 5px;
}
p.headerimg {
	font-size: 80%;
}
img.headerimg{
	width:750px;
	height:80px;
	border:1px solid #000;
	margin-left: -5px;
}
.MenuTitle {
	font-weight: bold;
	font-size: 90%;
	font-variant: small-caps;
	color: #000;
	text-transform: none;
	text-align: left;
	display: block;
	padding: 1px 0px;
	vertical-align: text-bottom;
}
.MenuLevel1, .MenuLevel2 {
	font-size: 80%;
	font-weight: normal;
	list-style-type : none;
	list-style-image: url(/images/li_bullet.png);
}
.onderschrift {
	font-size: 90%;
	text-align: right;
}
/* Deel van deze stylesheet overgenomen uit picsPHP */
table, tr, td {text-align: Left;}
h1.albumtitle, h1.picturetitle, h1.titlebrowser {
     font-size:100%;
     margin:0px 10px;
     padding:10px;
}
div#albumbrowser {
     text-align:left;
     margin:5px 10px;
	 padding:10px;
}
div#albumdescription, div#picturedescription {
     text-align:center;
     margin:5px 10px;
     padding:10px;
     border: 1pt solid #000;
}
div.abstractalbum {
     color:#999;
     font-size:95%;
}
table#thumbnails, table#thumbnailsNavigation {
     text-align:center;
     margin-left:auto; 
     margin-right:auto;
}
td.thumbCell {
     color:#999;
     font-size:95%;
     vertical-align:middle;
     padding:10px;       
}
td.noThumbCell {padding:10px;}
div#navigation {
     font-size:100%;
     margin:10px;
}
span.navigationItem {
	text-decoration:none;
/*	font-weight:bold; */
	font-size:90%;
}
div.picture {
     color:#999;
     margin:10px;
     padding:5px;
}
img {border:1px solid black;}

/* menu spul */
.Xtree, .XtreeRoot {
	list-style-image: url(/images/li_bullet.png);
}
.Xtree {
	/* Indentation of a sub-item compared to its parent */
	padding-left:10px;
	margin-left:3px;
}
.Xnode {
	/* Top and bottom space for a node item */
	margin-top:3px;margin-bottom:3px;
	/* Font specifications for a node */
	font-size:80%;
	font-weight: bold;
	cursor:pointer;
	padding: 1px 0px;
	vertical-align: text-bottom;
	text-decoration: underline;
}
.Xleaf {	
	/* Top and bottom space for a leaf item */
	margin-top:2px;margin-bottom:2px;
	/* Font specifications for a leaf */
	font-size:75%;
	font-weight: bold;
	cursor:pointer;
}
