/* All rights reserved (c) 2008, WEBBER interactieve vormgeving. More information at info@webber.nl */


/* de standaard styles om problemen te voorkomen */

* { margin: 0; padding: 0; } 
hr { display: none; clear: both; }
a img { border : none; }
a { outline: none; }
body { background-color : #f3f3f3; color : #000; }


/* einde standaard styles */

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none; outline: 0px;}
a:focus {outline: 0px;}

/* basis DIV's start */

#centerblok
{
	background-color: #fff;
	background-image: url(../img/bg_totaal.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
  width:996px;
  height: 768px;
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  position: relative;
}
      
      
#top
{
	clear: both;
	height: 198px;
	text-align: right;
  	width:996px;
  	float: right;
}

#top img
{
}

#logo
{
	clear: both;
  	width:996px;
	vertical-align: middle;
	text-align: center;
	height: 138px;
}

#menu
{
	height: 138px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#introtekst
{
	position: absolute;
	right: 134px;
	top: 5px;
}

#projecttekst
{
	position: absolute;
	right: 540px;
	top: 5px;
}

#menubalk
{
	position: absolute;
	right: 540px;
	top: 95px;
}

#bottom
{
	height: 290px;
	text-align: left;
	  width:996px;
}

#pijltje
{
	position: absolute;
	right: 698px;
	top: 198px;
}