html, body {
    height:100%;
}
body {
	padding:0;
	margin:0;
	min-width:100%;
	background: #FFFFDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em; 
}
#lachevredor_website {/* inhoud van de webpagina. Dient als eerste te worden genoemd*/
	float:left;
	top:90px;
	position:absolute;
	background: #FFFFDD;
	width:100%;
	z-index:80;
} 
td.menu {
	text-align:left;
	vertical-align:top;
	padding-top:110px;
	padding-left:10;
	padding-rigth:5;
	}
td.content {
	text-align:left;
	vertical-align:top;
	padding: 10;
	}
#scrollbar { 
height: 450; 
overflow: auto;  
width: 700; 
}
#chevre_dor{ /* afbeelding van de geit dient anders te worden gepositioneerd dan de rest */
top:0;
	padding-top: 10;
	padding-left:10;
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	background:  #FFFFDD;
		z-index:80;
}
#tekst_chevre_dor{
  top:0;
  left:150px;
	position: absolute;
	text-align:center;
	width:80%;
	font:  #000000,Times New Roman, Arial;
	font-size:1.7em;
		z-index:1;
}
#print_voorbeeld{
z-index:100;
}
a {color : #800000; text-decoration : none;  }
a link { color : #800000; text-decoration : none;  }
a visited{ color : #800000; text-decoration : none; }
a:hover {color : #800000; text-decoration : none; font : bold;}
