/*
kleuren:
lichtgroen: 		rgb(188,226,126)
donkergroen: 	rgb(149,186,101)
lichtgeel:			rgb(246,255,151)
donkergrijs:		rgb(62,62,62)
lichtgrijs:			rgb(101,101,101)
*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background:  url(beeld/pattern_125-donker.jpg) fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.6em;
}
#headerdiv {
	left: 50%;
	margin-left: -380px;
	width:760px;
	position:absolute;
}
#containerdiv {
	left: 50%;
	margin-left: -380px;
	width:760px;
	position:absolute;
	top:252px;
	padding:0;
}
#inhouddiv {
	background-color:rgb(188,226,127);
	background-image:url(beeld/zonnetje-groen-web.gif);
	background-repeat:no-repeat;
	position:relative;
	margin-left:155px;
	color:rgb(62,62,62);
	border-bottom:2px solid rgb(62,62,62);
}
#inhouddiv a {
	background-color:rgb(149,186,101);
	color:rgb(255,255,255);
	padding:5px;
	text-decoration:none;
}
#inhouddiv a:hover {
	background-color:rgb(62,62,62);
}
.imgdiv-rechts {
	float:right;
	position:relative;
	width:150px;
	background:rgb(149,186,101);
	color: rgb(62,62,62);
	height:1%;
}
.imgdiv-rechts p {
	margin: 0 5px;
	text-align:right;
	font-style:italic;
}
.imglinks {
	margin-right:10px;
	float:left;
}
h1 {
	font-size:110%;
	font-weight:800;
	color:rgb(62,62,62);
	margin:0 10px;
	border-bottom:1px solid rgb(255,50,50);
}
.txtdiv {
	width:430px;
}

p {
	margin:10px;
}
.vet {
	font-weight:bold;
}
.cursief {
	font-style:italic;
}
.vetgroot {
	font-weight: bold;
	font-size:110%;
}

/*menu*/
#menudiv {
	position:relative;
	width:150px;
	float:left;
}
#menudiv ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menudiv a {
	display:block;
	padding:5px;
	padding-left:10px;
	text-decoration:none;
	color:rgb(188,226,127);
	background: rgb(62,62,62);
	border-right:5px solid rgb(62,62,62);
	width:130px;
}
#menudiv li {
	margin-bottom:5px;
}
#menudiv a:hover {
	display:block;
	background:rgb(62,62,62);
	color:rgb(246,255,151);
	padding:5px;
	padding-left:10px;
	text-decoration:none;
	border-right:5px solid rgb(255,50,50);
	width:130px;
}
#nolink {	
	display:block;
	background:rgb(62,62,62);
	color:rgb(246,255,151);
	padding:5px;
	padding-left:10px;
	text-decoration:none;
	border-right:5px solid rgb(255,50,50);
	width:130px;
}

