/*basic-2.1.css, voor de index-pagina*/

body
{
	font-family: lucida sans unicode, verdana, arial, sans-serif;
	color: #036;
	background-color: silver;
	font-size: 13px;
}
/*bgcolor="silver" text="#666699" link="#0000CC" vlink="#0000CC" alink="#FF3300" de kleuren van de linken*/

/*voor de navigatie*/
#nav
{
	background-color: #CCC;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	display: inline;
	border-width: 1px;
	border-style: none;
	border-color: blck;
	padding: 3px;
	width: 950px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	text-decoration: none;
}
/* voor de active pagina, kleur #CCC=10%black=R229,G229,B229*/
span.pag
{	background-color: silver;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	height: 30px
	width: 60px;
}
a:link { color: #30C; }
a:visited
{color: #0000FF;
}
a:active { color: #F39; }
a:hover
{
	background-color: purple;
	color: aqua;
}
a
{
	text-transform: inherit;
	text-decoration: none;
}

#header
{
	color: #036;
	font-family: verdana, arial;
	width: 800px;
	height: 550px;
	position: absolute;
	top: 70px;
	right: 20px;
	bottom: 300px;
	left: 20px;
	padding: 0px 0px 0px 5px;
	
}
h1
{
	position: absolute;
	top: 30px;
	right: auto;
	bottom: auto;
	left: 5px;
	font-size: xx-large;
}

h2
{	position: absolute;
	top: 85px;
	right: auto;
	bottom: auto;
	left: 5px;
	font-size: large;
}

h3 { color: #000; }


#beeld
{
	padding: 1px;
	width: 490px;
	height: 420px;
	position: absolute;
	top: 220px;
	right: auto;
	bottom: 300px;
	left: 330px;
	border-color: black;
	border-width: 1px;
	border-style: none;
}




.wit
{ 	color: white;
}
.top
{	color: white;
	position: absolute;
	top: 60px;
	right: auto;
	bottom: auto;
	left: 5px;
}

#expo
{
	width: 800px;
	height: 340px;
	display: inline;
	position: absolute;
	top: 590px;
	right: 20px;
	bottom: auto;
	left: 20px;
	border-color: black;
	border-width: 1px;
	border-style: none;
}

.groot
{	
	font-size: 15px;
}
.voetnoot
{	
	font-size: 12px;
}
