
body {
	z-index: 0;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	overflow: scroll;
}

.bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-repeat:repeat;
	z-index: -1;
}



#hetmenu{
	position:fixed;
	top:0px;
	margin-top: 15px;
	left:-9px;
	width:210px;
	height:610px;
	z-index:1000;
	background-image: url(/public/images/achterlijst.png);
	background-position:center bottom;
	background-repeat: no-repeat;



}

#share{
	position:fixed;
	top:0px;
	right:0px;
	width:60px;
	height:18px;
	z-index:1000;
	margin: 10px;
}

#logo{
	position: fixed;
	top:40px;
	right:0px;
	width:120px;
	height:22px;
	z-index:1000;
	margin-left: 5px;
	background-color: white;
}

#datum{
	position: fixed;
	top:70px;
	right:0px;
	width:120px;
	height:22px;
	z-index:1000;
	margin-right: 5px;
}


/* Colours */

body, a { color: #000; }
a { border-bottom: 0px solid #FFF; }
em { color: #958f83; }

/* Typography */

body {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	line-height: 1.3;
	font-style: normal;
	}
ul li, p, em {font-size: 11px; font-style: cursief; }
h1, h2 { font-size: 14px; font-weight: normal; color: #000;}
a { text-decoration: none; }

/* Layout */

body { padding: -20px 0px 140px; text-align: center; }
div#container { margin: -35px auto; width: 630px; padding: 5px 20px; text-align: left; background: url('/images/grid-bg.gif') 20px 0px;*/ }

.col { float: left; margin: 0px 0px -15px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }

p, h2 { margin: 0px 0px 5px; }

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; } 

em.three { margin: 0px 0px 0px -46px; }

div#navigation { margin: 0px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 3px; }
div#navigation ul li.selected { color: #958f83; text-indent: -0.7em; }
div#navigation ul li.selected a { border: 0px; color: #958f83; border-bottom: 0px solid #958f83; cursor: default; }
div#navigation ul li em { display: block; margin: 12px 0px 0px; } /*afstand tussen de kopjes!!*/

div#content { margin: 0px 0px 0px -25px; }

div#media { clear: both; padding: 30px 0px 0px 60px; }
div.media { margin: 0px 0px 10px; }
div.home div#media { padding: 0px 0px 0px 60px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }

div#image-wrapper { overflow: hidden; width: 560px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 560px; }

p#footer { margin: 0px 0px 0px 275px; display: inline; }
p#footer em { display: block; }

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }
