@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
body{
background-color:#fff;
background-image:url(../img/bg2.gif);
background-repeat:repeat-x;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
min-height:100%;
}

#wrapper{
width:1000px;
margin:0 auto;
position:relative;
}

#header{
width:1000px;
height:165px;
background-image:url("../img/header_new.gif");
background-repeat:no-repeat;
position:relative;
}
#header2{
width:1000px;
height:165px;
background-image:url("../img/header_new.gif");
background-repeat:no-repeat;
position:relative;
}

#headertekst{
	position:absolute;
	top:120px;
	left:215px;
	color:#FFFFFF;
	font-size:14px;
}

#logo{
position:absolute;
top:55px;
left:45px;
width:108px;
height:120px;

}
p{
margin-bottom:10px;
}

.link{
color:#006600;
}
.nul{
text-decoration:none;
color:#000000;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#00927b;
margin-bottom:7px;
font-size:18px;
font-weight:bold;
}

.button{
width: 100px;
background-color: #666;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
cursor: hand;
float:left;
margin:7px 40px 7px 0;
}
#content{
text-align:left;
width:1000px;
float:left;
padding-top:70px;
background-color:#FFFFFF;
padding-bottom:20px;
}

#leftcontent{
float:left;
width:300px;
}
#left{
padding-left:0px;
}
#nav2{
text-align:right;
padding:10px 25px 20px 0;
}
#nav2 a.block:link, a.block:visited{
color:#000000;
text-decoration:none;
padding-right:20px;
background: url("../img/sqgrijs.gif") no-repeat right;
}
#nav2 a.block:hover, a.block:active{
color:#ffdc00;
padding-right:20px;
background: url("../img/sqgeel.gif") no-repeat right;
}

a.mini_foto{
height:15px;
}
a.mini_foto:link, a.mini_foto:visited{
min-width:10px;
}

a.mini_foto:hover, a.mini_foto:active{
background-position:15px;
}

.imggrijs{
width:250px;
}

.smaller{
width:200px;
}

#middlecontent{
float:left;
width:375px;
}

#right{
padding-left:20px;
}

#rightcontent{
float:right;
width:325px;
}

.imggeel{
border:3px solid #ffdc00;
width:288px;
}

ul.list{
/*list-style-position:inside;*/
margin-left:15px;
}
ul.list li{

}


.smallfont{
font-size:9px;
}

#footer {
  position: relative;
  margin-top: -20px; /* negative value of footer height */
  height: 20px;
  clear:both;
  text-align: center;
  width:100%;;
  background-repeat:repeat-x;
  background-image: url(../img/bg_bottom.png);
  background-attachment: scroll;
}
.clearfix:after {
   content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#credits{
color:#000;
font-size:9px;
text-align:right;
padding-right:20px;
}
#taal{
color:#e9e9e9;
position:absolute;
right:20px;
top:125px;
cursor:pointer;
z-index:+100;
}
#taal a{
color:#e9e9e9;
text-decoration:none;
}
.blokje{
margin-right:12px;
border:none
}
