/*common.css*/
body, html{
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
	
  font-family: arial, helvetica, univers, verdana;
  font-size: 12px;

  background-color: #f2bb10;
}

hr{
 border: none 0;
 height:1px;
 color:#CCCCCC;
 background-color:#cccccc;
}

table{
/*  border-width: 0px;
  border-collapse: collapse;*/
  font-family: arial, helvetica, univers, verdana;
  font-size: 12px;	
}

a{
  font-family: arial, helvetica, univers, verdana;
  font-size: 12px;
  text-decoration: none;  
  color: black;
}

a:hover{text-decoration:underline; color:blue;}
a.menuItem:hover {font-weight: bold; text-decoration:none; color:black;}


#anchor{
  position: absolute;
  top: 0px;
  left: 50%;
  overflow:visible;
}

#container{
   position:absolute;
   width: 885px;
   left: -443px;
   overflow:visible;
}
div{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.top{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 885px;
  height: 25px;
  background-image: url('../../images/achtergrond_top_new.jpg');
  background-repeat: repeat;
}

.linksboven{
  position: absolute;
  top: 25px;
  left: 0px;
  width: 75px;
  height: 165px;
  background-image: url('../../images/achtergrond_links_boven_new.jpg');
  background-repeat: repeat;
}

.rechtsboven{
  position: absolute;
  top: 25px;
  left: 810px;
  width: 75px;
  height: 165px;
  background-image: url('../../images/achtergrond_rechts_boven.jpg');
  background-repeat: repeat;
}

.links{
  position: absolute;
  top: 190px;
  left: 0px;
  width: 75px;
  background-image: url('../../images/achtergrond_links_new.jpg');
  background-repeat: repeat;
	height:300px;
}

.rechts{
  position: absolute;
  top: 190px;
  left: 810px;
  width: 75px;
  background-image: url('../../images/achtergrond_rechts.jpg');
  background-repeat: repeat;
	height:300px;
}


.linksonder{
  position: absolute;
  width: 75px;
  height: 135px;
  background-image: url('../../images/achtergrond_links_onder_new.jpg');
  background-repeat: repeat;
	top: 390px;
}

.rechtsonder{
  position: absolute;
  left: 810px;
  width: 75px;
  height: 135px;
  background-image: url('../../images/achtergrond_rechts_onder.jpg');
  background-repeat: repeat;
	top: 400px;
}

.onder{
  position: absolute;
  width: 885px;
  height: 75px;
  background-image: url('../../images/achtergrond_onder.jpg');
  background-repeat: repeat;  
	top: 600px;
}

.wittepagina{
  position: absolute;
  top: 25px;
  left: 75px;
  width: 735px;
  background-color: white;
  height:600px;
  
  background-image: url('../../images/achtergrond_beeldmerk_new.jpg');
  background-repeat: no-repeat;
  background-position: 3 12;
  
  overflow:visible;
}

