/* CSS Voor alle pagina's */
BODY {
  margin:0px;
  height:100%;
  /*background-color:#EEE;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#centerholder {
  margin:0px;
  width: 100%;
  /*border:2px solid #000;*/
}

#achtergrond {
  position:relative;
  margin:auto auto;
  background-color: #FFF;
  width: 779px;
  min-height:443px;
  /*border:1px dashed #0FF;*/
}

div#sitetitle {
  font-family:'Verdana';
  position:absolute;
  left:25px; top:25px;
  margin-bottom:50px;
  /*border:1px solid #000;*/
  width:90%;
  float:left;
}

div#sitetitle span.bigtitle{
	font-size:24px;
	font-weight: bold;
}

div#sitetitle span.subtitle{
  font-size:16px;
  font-weight:900;  
}

div#shortimagedescr {
  cursor:default;
  font-family:'Verdana'; font-size:16px;
  font-weight:900;
  margin:auto auto;
  position:absolute; top:602px; left:25px;
  height:18px;
  /*border:1px solid #000;*/
  overflow:hidden;
}