html{
    overflow: hidden;
}
body {
	background-image: url(../img/bgbot.jpg);
	margin: 0;
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
    overflow: hidden;
}
h1 {
	margin: 0;
	font-size: 25pt;
	color: #8dc63f;
}
.top_holder {
	background-image:url(../img/bgtop.jpg);
	height: 400px;
	width: 100%;
}
.bot_holder {
	height: 200px;
	width: 100%;
}
.contentholder {
	background-image:url(../img/header/content.jpg);
	width: 900px;
	height:400px;
}
.content {
	position: relative;
	top: 40px;
	left: 295px;
	width: 560px;
	height: 320px;
}
.metpadding {
	padding:10px;
}
.linkkleiner{
	font-size: 13pt;
}
.content p{
	padding-top:10px;
}
.top{
/*	background-image:url(img/header/logo.jpg);*/
	width: 900px;
	height:400px;
	margin-left: auto;
	margin-right: auto; 
}
.bot {
	width: 900px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav {
	overflow : hidden ; /* om inhoud te tonen in FireFox */
	width: 578px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	list-style-type  : none;
	display: inline; /* puur voor IE6 double-margin-bug */	
}

#nav li {
	display : inline;
	height : 150px;
}

#nav li a {
	display : block;
	float : left;
	height : 150px;
	text-indent : -9000px;
	/*  IE 5 Hack \*/
	overflow : hidden ;
	/* end hack */
	text-decoration : none;
}

* html #nav li a { height: 150px; }

#nav li#n1 a { background : url(../img/menu/home.gif) no-repeat; width:95px; }
#nav li#n2 a { background : url(../img/menu/overons.gif) no-repeat; width:126px; }
#nav li#n3 a { background : url(../img/menu/demos.gif) no-repeat; width:119px; }
#nav li#n4 a { background : url(../img/menu/portfolio.gif) no-repeat; width:130px; }
#nav li#n5 a { background : url(../img/menu/contact.gif) no-repeat; width:108px; }
#nav li#n1 a:hover { background : url(../img/menu/home.gif) no-repeat 0 -150px; width:95px; }
#nav li#n2 a:hover { background : url(../img/menu/overons.gif) no-repeat 0 -150px; width:126px; }
#nav li#n3 a:hover { background : url(../img/menu/demos.gif) no-repeat 0 -150px; width:119px; }
#nav li#n4 a:hover { background : url(../img/menu/portfolio.gif) no-repeat 0 -150px; width:130px; }
#nav li#n5 a:hover { background : url(../img/menu/contact.gif) no-repeat 0 -150px; width:108px; }

#nav li a:hover {
	height : 150px ;
}

* html #nav li a:hover { height: 150px; }

.pics {  
    height:  400px;  
    width:   900px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    width:  900px; 
    height: 400px; 
    top:  0; 
    left: 0;
} 
.bot a {
	color: #FFF;
	text-decoration: none;
}
.content a {
	color: #999;
	text-decoration: none;
}
.a {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
a img {
  border: 0;
}

/* 1.2) clear + clearfix
------------------------------------------------------------------------------*/

* html .clearfix {
  display: inline-block;
}

/* 2) container
------------------------------------------------------------------------------*/


.contentimg {
  padding: 5px 0 5px 0;
  width: 490px;
  height: 180px;
}
.brutalisk {
  border: 6px #E1E1E1 solid;
  display: inline;
  float: left;
  height: 70px;
  margin: 7px 0 0 15px;
  overflow: hidden;
  position: relative;
  width: 185px;
}
.brutalisk span {
  display: none;
}
.brutalisk:hover span {
  opacity: 0.75;
  filter: alpha(opacity = 75);
  background: #000a11;
  bottom: 0;
  display: block;
  padding: 8px;
  position: absolute;
  width: 169px;
  font-size: 10pt;
}
.brutalisk:hover {
  text-decoration: none;
  border: 6px #C1C1C1 solid;
}
* html .brutalisk:hover span {
  text-decoration: none;
  width: 185px;
}
.brutalisk:hover span strong {
  text-decoration: none;
  display: block;
}






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* Parallax */

	.clear
	  {display: inline-block;}   
	.clear:after
	  {content:"."; display:block; height:0; clear:both; visibility:hidden;}
	* html .clear
	  {height: 1%;}
	.clear
	  {display: block;}
	#parallax
	  {background:#000; clear:right; margin-bottom:1.5em; position:relative; overflow:hidden; width:300px; height:320px;}	
	  

p.klikgedrag, p.klikgedrag a, p.klikgedrag a span {cursor: pointer; display: block; font-size: 0%; float: right; position: fixed; right: -1px; bottom: -1px; z-index: 1003; height: 160px; width: 160px; text-decoration:none; text-indent : -9000px;}
* html p.klikgedrag, * html p.klikgedrag a  {position:absolute; right: 0; top: -15px; text-decoration:none;}  /* Bad for users of IE 6 */
p.klikgedrag a span {background: url('../img/klikgedrag.png') no-repeat 0 0; position: absolute; top: 0; right: 0; z-index: 500; text-decoration:none;}
p.klikgedrag a:hover span {background-position: 0 -160px; text-decoration:none;}

#clickmap-overlay { 
    position:fixed; 
    top:0; left:0; 
    width:100%; height:100%;  
    background-color:#000; 
    filter:alpha(opacity=70); opacity: 0.7; 
	z-index: 9999;
} 

#clickmap-loading { 
    position:fixed; 
    top:0; left:0; 
    width:100%; height:100%;  
    background:transparent url(../img/loading.gif) no-repeat center center; 
	z-index: 9999;
} 

#clickmap-container div { 
    position:absolute; 
    width:20px; height:20px; 
    background:transparent url(../img/click.png) no-repeat center center; 
	z-index: 9999;
} 