/*****************************************
  master.css (Stylesheet by One Shoe)
*****************************************/
body {
  background: url(../images/body_bg.gif) repeat-x;
}
#wrapper {
  margin: 0 auto;
  width: 970px;
}
#header {
  background:url(../images/header_bg.gif) no-repeat top right;
  border-bottom: 1px solid #e3eadb;
  height:145px;
  margin-bottom:20px;
  overflow:hidden;
}
#header a img{
margin:25px;
}
#main_content{
width:100%;
}
/*lees meer groen*/
a.back{
  background:url(../images/link_terugnaarvorigepagina.gif) no-repeat left top;
  font-size:0;
  text-indent:-999em;
  display:block;
  height:27px;
    width:225px;
}
a.back:HOVER{
  background:url(../images/link_terugnaarvorigepagina.gif) no-repeat left -28px;

}
a.readmore{
  background:url(../images/link_readmore.gif) no-repeat right top;
  font-size:0;
  text-indent:-999em;
  display:block;
  height:16px;
    text-align:left;
}
a.readmore:HOVER{
  background:url(../images/link_readmore.gif) no-repeat right -17px;

}
a.clickhere{
  background:transparent url(../images/link_clickhere.gif) no-repeat right top;
  display:block;
  float:right;
  font-size:0;
  height:16px;
  text-indent:-999em;
  width:68px;
  text-align:left;
}
a.clickhere:HOVER{
  background:transparent url(../images/link_clickhere.gif) no-repeat  right -18px;
}
.footer{
  clear:both;
    margin:10px 0 20px;
    float:left;
}
.footer ul li{
  float:left;
  padding-right:8px;
}
.footer ul li a{
 font-size:0.8em;
  color:#a8a8a8;
  text-decoration:underline;
}








