body
{
	margin: 0px;
	padding: 0px;
	font: normal normal normal .8em/1.6em helvetica, arial, sans-serif;
	text-align: left;
	color: #666;
	background-color: #000;
}

#roos {display:none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 1em 1em 0;
	color: #F00;
	}

h1 { font: normal normal normal 1.8em verdana, helvetica, arial, sans-serif; }
h2 { font: normal normal normal 1.6em verdana,helvetica, arial, sans-serif; }
h3 { font: normal normal normal 1.4em verdana, helvetica, arial, sans-serif; }
h4 { font: normal normal normal 1.2em verdana, helvetica, arial, sans-serif; }
h5 { font: normal normal normal 1em verdana, helvetica, arial, sans-serif;}


p { 
	margin: 0 1em 1em 0; 
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ol
{
	margin: 0 0 15px 30px;
	padding: 0;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}
	
a img {border:none;}

a:link, a:visited {
	text-decoration: none;
	color: #CCC;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a{ outline: none; }
	
#horizon {
   position:absolute;
   top: 49%;
   left: 0px;
   width:100%;
   margin-top: -300px;
   text-align: center;
   min-width: 960px; 
 }
 
  
#wrapper
{
	background-color: #000;
	position: relative;
	text-align: left;
	width: 910px;
	padding-left:50px;
	height: 600px;
	margin: 0px auto;
	color: #CCC;
}


#header
{
	height: 70px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 24px 0px;
}
	

#navigatie
{
	float: left;
	width: 150px;
	margin-top: 15px;
	line-height: 32px;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

#navigatie li {
	height:34px;
	margin-bottom:16px;
	text-align: right;
}	
	
#navigatie li a {
	display:block;
	height:32px;
	padding-right:15px;
}

#navigatie li a:link, #navigatie li a:visited {
	border: 1px solid #333;
}

#navigatie li a:hover, #navigatie li a.current:link, #navigatie li a.current:visited
{
	color:#F00;
	border: 1px solid #666;
}


#subnavigatie
{
	position: relative;
	width: 148px;
	height: 32px;
	border: 1px solid #333;
	text-align: center;
}


#subnavigatie img {border:none;}

#navigatie #subnavigatie a {display: block; border:none; padding:0; width:auto;}


a#back:link, a#back:visited
{
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
}

a#back:hover
{
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#backfloater {float:left;}
#forwardfloater {float:right;}

a#forward:link, a#forward:visited
{
	background-image: url(../img/forward.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:right;
}

a#forward:hover
{
	background-image: url(../img/forward.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}


#here
{
	color:#F00;
}

/*
#content
{
	position: relative;
	margin-left: 100px;
}

*/

#content
{
	position: relative;
	width: 724px;
	height: 500px;
	margin: 0 0 0 135px;
}

#publicaties
{
	position: relative;
	margin: 15px 0 0 165px;
}

#content div {
	float: left;
	margin: 15px 15px 13px 15px;
	width: 186px;	
	height: 124px;
	text-align: center;
	border: 1px solid #333;
	overflow:hidden;
}

#publicaties div {
	float: left;
	margin: 0 6px 6px 0px;
	width: 212px;	
	height: 212px;
	text-align: center;
	border: 1px solid #333;
	overflow:hidden;
}
	
#content div:hover, #publicaties div:hover{ border: 1px #666 solid; }	

#content img, #publicaties img {
	border: none;
	display: block;
	margin: auto;
	}


div#zoom
{
	position: relative;
	width: 724px;
	height: 500px;
	margin: 15px 0 0 165px;
}

div#zoom a
{
	float:left;
}

div#zoom a, div#zoom a img
{
	border: none;
	display: block;
}

div#zoom a
{
	display:block;
}

#zoom a:link img, #zoom a:visited img
{
	border:1px solid #333;
}

div#zoom a:hover img
{
	border:1px solid #666;
}

#info
{
	position: absolute;
	top: 85px;
	left:215px;
	width: 607px;
	height: 470px;
	padding:15px;
	border:none;
	display:none;
}


div#scrollcontainer
{
	position: relative;
	width: 724px;
	height: 435px;
	top: 15px;
	overflow: hidden;
}

#scroller
{
	width: 700px;
	margin-left:15px;
}

#scroller a:link, #scrollera:visited {
	text-decoration: underline;
	color: #CCC;
	}

#scroller a:hover {
	text-decoration: none;
	color: #F00;
}

#foto {visibility:hidden;}

.linksfloater {
	float: left;
	margin: 15px;
}

.rechtsfloater {
	float: left;
	margin: 15px;
}

.topmargin { margin-top:15px; }