@charset "UTF-8";

body		{ margin: 0px; padding: 0px;
		  background: #c4c0be url(afb/background02.jpg) repeat-x;
		  font-family: Arial, Helvetica, sans-serif;
		  color: #5d5b56;
		  font-size: 13px;
		  line-height: 17px;
		  text-align: center;
		}

#pagina	{ position: relative;
		  width: 1000px;
		  min-height: 1300px;
		  margin-left: auto;
		  margin-right: auto;
		  text-align: left;
		  padding:0px;
		  border: 0px;
		  border-top: 0px;
		  font-size: 100%;
		}

img.logo { position: absolute;
		  top: 25px;
		  left: 42px;
		}

#menu	{ position: absolute;
		  top: 70px;
		  left: 20px;
		  background-color: #eeeeee;
		  width: 240px;
		  border: 1px solid black;
		  min-height: 1200px;
		  font-family: Arial, Helvetica, sans-serif;
		  color: #5d5b56;
		  font-size: 13px;
		  line-height: 20px;
		}

#main	{ position: absolute;
		  top: 70px;
		  left: 280px;
		  background-color: #eeeeee;
		  width: 700px;
		  border: 1px solid black;
		  min-height: 1200px;
		}

ul		{ font-family: Arial, Helvetica, sans-serif;
		  color: #5d5b56;
		  text-decoration: none;
		  text-indent: 0px;
		  padding: 0px;
		  padding-left: 30px;
		  margin: 0px;
		}

ul.menu	{ position: absolute;
		  top: 70px;
		  font-size: 14px;
		  line-height: 30px;
		}

h1		{ size: 16px;
		  line-height: 22px;
		  padding: 10px;
		  text-align: center;
		}

h3		{ size: 14px;
		  line-height: 19px;
		  padding: 10px;
		  padding-bottom: 0px;
		}

p		{ padding: 10px;
		  padding-bottom: 3px;
		  margin: 0px;
		}
		
p.onderzoek { padding-left: 30px;
		  text-indent: -20px;
		}

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

a:hover	{ font-size: 110%;
		}

table		{ border: 0px;
		  font-size: 13px;
		  line-height: 17px;
		}

table.betrokken { width: 690px;
		  border: 0px;
		  font-size: 13px;
		  line-height: 17px;
		}

td.betrokken { width: 100px;
		  padding: 10px;
		}

