@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #000;
  font: 12px Verdana, arial;
  text-align: left;
}

.menuback { 
 background-image:url(../img/menuachtergrond.jpg);
 background-repeat:no-repeat;
 background-position:bottom right;
 padding-right: 15px;
 font-size:13px;
 color:#887657;
}

.rechtsonder { 
 background-image:url(../img/rechtsonder.jpg);
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
 text-align:right;
 padding: 0 10px 50px 0;
}

.stippen { 
 background-image:url(../img/stippen.jpg);
 background-repeat:no-repeat;
 background-position:bottom left;
}

a 	{ 
	color:#887657;
	text-decoration:none;
	}

a:visited 	{ 
	color:#887657;
	}

a:hover 	{ 
	color: #c5b497;
	}
	
.kop	{
	color:#5a503d;
}

img	{
border:0px;
}

