.foo
{
}

html, body
{
	background: #404040;
	margin: 0px;
	color: red;
/*	overflow: hidden;*/
}


.vlak
{
	position: relative;
	overflow-x: hidden; ^zoom:1;height:100%;}
.kolom
{
	position: relative;
	float: left;
	height: 100%;
	overflow-x: hidden;
}

#pagina
{
	margin: 0px auto;
}

#linkerfotokolom
{
	overflow: hidden;
}
#middenkolom
{
	height: 768px;
	background: url(../images/middenkolom.achter.png) top left repeat-y;
	overflow: hidden;
}
#navigatiekolom
{
	width: 220px;
	height: 768px;
	overflow: hidden;
	padding-bottom: 100px;
}
#hoofdkolom
{
	width: 502px;
	height: 768px;
}
#rechterfotokolom
{
	overflow: hidden;
}

#linkerfotokolom .voering
{
	text-align: right;
}
#hoofdkolom .voering
{
	overflow: hidden;
	height: 768px;
	width: 490px;
}
#colophon
{
	width: 200px;
	position: absolute;
	bottom: 10px;
	height: 100px;
	font-size: xx-small;
	text-align: center;
}

#colophon a, #colophon a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#colophon a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.tekst
{
	padding: 1em;
}

body
{
	font: .84em/1.3 Verdana, Arial, Helvetica, sans-serif;
	background: #404040;
}
a
{
	text-decoration: none;
}
a img
{
	border: none;
}


/* SIDE PANELS */

.knopje
{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 390px;
	background: top left no-repeat;
	cursor: pointer;
}

#linkerfotokolom .knopje
{
	right: 0px;
	margin-right: -1px;
	background-image: url(../images/pijltje.rechts.jpg);
}

#rechterfotokolom .knopje
{
	left: 0px;
	margin-left: -1px;
	background-image: url(../images/pijltje.links.jpg);
}

#linkerfotokolom.is-open .knopje
{
	background-image: url(../images/pijltje.links.jpg);
}
#rechterfotokolom.is-open .knopje
{
	background-image: url(../images/pijltje.rechts.jpg);
}

.toelichting
{
	font-size: .84em;
	width: 160px;
	padding: .2em .4em;
	position: absolute;
	top: 430px;
	background: #437a14 url(../images/toelichting.achter.png) top left repeat-x;
	border: 1px solid white;
	color: white;
	opacity: 0.80; /* CSS3 */
	-moz-opacity: 0.80; /* Mozilla */
	filter: alpha(opacity=80); /* IE */
}
#linkerfotokolom .toelichting
{
	right: 0px;
	margin-right: -1px;
}
#rechterfotokolom .toelichting
{
	left: 0px;
	margin-left: -1px;
}
.toelichting .collectie
{
	font-weight: bold;
}
.toelichting .auteur
{
	color: black;
}
.toelichting .lees-verder 
{
	color: #F80930;
	font-weight: bold;
	cursor: hand;
}

/* MENU */

.tree
{
	margin-bottom: 30px;
}

#navigatiekolom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
#navigatiekolom .voering
{
	margin: 0px 1px;
}

div.AspNet-TreeView
{
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
div.AspNet-TreeView ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.AspNet-TreeView-Show
{
}
.AspNet-TreeView-Hide, .AspNet-TreeView-Collapse, .AspNet-TreeView-Expand
{
	display: none;
}
.AspNet-TreeView-Selected
{
	background: #f80930;
}

#navigatiekolom ul, #navigatiekolom li
{
	margin: 0;
	padding: 0px; ^zoom:1;}

#navigatiekolom ul
{
	background: #fe7201 url(../images/hoofdmenu.achter.jpg) bottom left repeat-x;
	padding: .6em 0px 225px; /*217*/
}
#navigatiekolom ul ul
{
	background: #fdad00;
	padding: 0px;
}
#navigatiekolom ul ul ul
{
	background: white;
}
#navigatiekolom ul ul ul ul
{
	background: white;
}

#navigatiekolom li a
{
	display: block;
	color: white;
	font-weight: bold;
	padding: .1em 1em;
}
#navigatiekolom li li a
{
	color: black;
	font-weight: normal;
	padding-left: 2em;
}
#navigatiekolom li li li a
{
	padding-left: 3em;
}
#navigatiekolom li li li li a
{
	padding-left: 4em;
	font-style: italic;
}

#navigatiekolom li a.actief, #navigatiekolom li a:hover
{
	background: #f80930;
}
#navigatiekolom li li a.actief, #navigatiekolom li li a:hover
{
	background: transparent;
	color: #f80930;
}

#navigatiekolom li li li li a.actief, #navigatiekolom li li li li a:hover
{
	background: transparent;
	color: #f80930;
	font-style: italic;
}


#hoofdkolom
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/hoofdkolom.achter.jpg) top right no-repeat;
}

#sitemap a, #sitemap a:hover
{
    color: #940000;
    position: absolute;
	top: 10px;
    font-size: x-small;
}
