body{
	background-color: white;
	margin: 0px;
}

/* Divs */

#wrapper{
	margin: 0 auto;
	margin-top: 15px;
	width: 650px;
	background-color: #49525a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: white;
}

#top{
	position: relative;
	height: 335px;
	background-image: url(images/banner-top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#links-boven{
	position: absolute;
	width: 650px;
	height: 20px;
	left: 0px;
	top: 201px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 1.6em;
	font-weight: bold;
	color: #49525a;
}

#links-onder{
	position: absolute;
	width: 650px;
	height: 20px;
	left: -1px;
	top: 314px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 1em;
	font-weight: bold;
	color: #49525a;
}

#middle{
	padding: 10px;
	padding-top: 15px;
}

#bottom{
	height: 18px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}

table{
   margin-top: 8px;  
}

table.teksttabel{
   width: 600px;
}
/* Tekst en links */

p{
	margin: 0px;
	color: white;
}

h2{
   margin-top: 3px;
   color: #7fc1ff;
   font-size: 0.8 em;
}

a.titel{
   text-decoration: none;
   font-size: 1.2em;
	font-weight: bold;
	color: #7fc1ff;
}

a.boven{
   text-decoration: none;
   font-weight: bold;
	color: #49525a;
}

a.boven:hover{
   text-decoration: none;
   font-weight: bold;
	color: #7fc1ff;
}

a.boven:active{
   text-decoration: none;
   font-weight: bold;
	color: #7fc1ff;
}

a.onder{
   text-decoration: none;
   font-weight: bold;
	color: #49525a;
}

a.onder:hover{
   text-decoration: none;
   font-weight: bold;
	color: #7fc1ff;
}

a.onder:active{
   text-decoration: none;
   font-weight: bold;
	color: #7fc1ff;
}