*		{padding: 0; margin: 0;}
html	{height: 100%;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-size: 62.5%;
font-family: Avenir, Helvetica, "Lucida Grande";
color: black;
text-align: left;
background-color: white;
}

#tvandel {
position: absolute;
bottom: 0; 
right: 0.5em;
width: 1em; /*Width of frame div*/
height: 8em;;
background: white;
z-index: 3;
}

#navigatie{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 21em; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: white;
z-index: 2;
}

#gallery{
position: fixed;
top: 0;
left: 21em;
right: 0; /*Set right value to WidthOfFrameDiv*/
bottom: 0;
overflow: auto; 
background: white;
}

#contact{
position: fixed;
top: 12em;
left: 35em;
width: 20em;
height: 10em;
overflow: auto; 
background: white;
//display: none;
z-index: 0;
}

#logo {
	position:relative;
	top: 1em;	
	margin: 0 auto;
	width: 20em;
	height: 6.4em;
	z-index: 3;
}

#home {
position: fixed;
top: 12em;
left: 35em;
width: 45em;
height: 32em;
overflow: auto; 
background: white;
//display: none;
z-index: 0;
}

#simpleviewer {
bottom:0;
height:88%;
margin:0;
position:absolute;
top:12%;
width:100%;
z-index: 1;
}

a, a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	font-weight: 200;
}

img {
	border: none;
}

h1 {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 1.2em;
	line-height: normal;
	background-color: transparent;
	padding: 0;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
}


ul {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

li {
	line-height: 1.3em;
}

.innertube {
/* margin: 12em 0 0 3em; Margins for inner DIV inside each DIV (to provide padding)*/
margin: 8em 0 0 3em;
}

#navigatie a {
	color: black;
}

#navigatie a:hover {
	font-weight: 200;
	color: gray;
	text-decoration: none;
}

#navigatie .subitems a {
	font-size: 0.8em;
	color: gray;
}

#navigatie .subitems a:hover {
	font-weight: 200;
	color: black;
	text-decoration: none;
}

.adres {
	font-size: 0.8em;
	color: gray;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 21em; /*Set value to (0 WidthOfFrameDiv 0 0)*/
}

* html #gallery{ /*IE6 hack*/
height: 100%; 
width: 100%; 


