/* CSS Document */

body
 {
 	font-family: Tahoma, "Times New Roman", Verdana;
	font-size: 70%;
	background-color:#077;
	margin:0px;
	padding:0px;
 }
 
#volledige_pagina
  {
  	margin: 0 auto;
	width:782px;
	background-image:url(../images/layout/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding:0;
  }

#header
  {
  	margin: 0 auto;
	background-repeat:no-repeat;
	padding:0;
	width:770px;
	height:84px;
  }
 
#navigatie
  {
  	margin: 0 auto;
	width: 769px;
	height: 33px;
	background-image:url(../images/layout/navigatie_bg.jpg);
	background-repeat:repeat-x;
  }

#content
  {
	margin:0 auto;
	width:766px;
  }

#welkom
  {
	margin:30px 35px 0px 50px;
  }

#footer
  {
  	clear:both;
  	margin: 0 auto;	
	width:730px;
	height:20px;
	border-top:1px dotted #999;
	font-size:90%;
	color:#666;
	padding:5px 20px 0 20px; /*spatie tussen dotted lijn en tekst en tekst links ook een beetje laten inspringen*/
  }
 
.linkerkolom
  {
  	float:left;
	padding-bottom:20px;
  }

.rechterkolom
  {
  	float:right;
	padding-bottom:20px;
  }

.titel
  {
  	font-size:115%;
	font-weight:bold;
	text-align:center;
  }

.subtitel
  {
  	font-size:120%;
	font-weight:bold;
  }

.reclame
  {
	color:#C00;
	font-weight:900;
  }

#content div.linkerkolom
  {
  	width:500px;
	margin-top:20px;
  }

#content div.linkerkolom p
  {
  	font-size:115%;
	text-align:justify;
  }

#content div.rechterkolom
  {
  	width:200px;
	margin-top:50px;
  }

img.thumbnail
  {
  	margin-top: 10px;
  }

img
  {
	border:	2px #000000;
  }
