h1{
font-family:Arial, sans-serif;
font-size:18px;
color:#666666;
font-weight:bold;
}

p{
font-family:Arial, sans-serif;
font-size:12px;
color:#666666;
line-height: 145%;
}

body {
overflow: hidden;
background-color:#dedede;
}
a{
color:#666666;
text-decoration :none;
font-family:Arial, sans-serif;
font-size: 11px;
font-weight:bold;
}
a.normaal{
color:#666666;
text-decoration :underline;
font-family:Arial, sans-serif;
font-size: 12px;
font-weight:bold;
}
#horizon /*tbv centreren verticaal, horizontaal*/
	{
	color:white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#content /*tbv centreren verticaal, horizontaal*/
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -500px;     /*half the content width */
	position: absolute;
	top: -290px;               /*half the content height */
	left: 50%;
	width: 200px;       /* content width */
	height: 200px;     /* content height */
	visibility: visible
	}
	
#inhoud{ /*gecentreerd in midden horizontaal & verticaal*/
	background-image:url(images/bta.gif);
	width:1000px;
	height:580;
	}

#header{
width:1000px;
height:103px;
background-image:url(images/header.gif);
}

#links{
margin:0;
height:26px;
width:1000px;
background-image:url(images/links.gif);
background-repeat:no-repeat;
text-align:left;
vertical-align:middle;
padding-left:20px;
}

#midden{
height:416px;
width:1000px;
background-image:url(images/content.gif);
text-align:left;
}
#footer{
width:1000px;
height:35px;
background-image:url(images/footer.gif);
color:#ffffff;
font-family:arial, sans-serif;
text-align:right;
font-size:10px;
}
#contact{
margin-left:40px;
text-align:left;
margin-top:20px;
}

#tekst{
width:500px;
text-align:left;
vertical-align:top;
margin-left:130px;
height:395px;
overflow-y:auto;
}
