/* ----- Algemene eigenschappen ----- */
body, table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

body
{	background: #404040;
	overflow: hidden;
}

p, div, h1, h2, h3, h4, h5, h6
{	padding: 0px;
	margin: 0px;
}

/* ----- Divisies - hun posities etc. ----- */

div
{	position: absolute;
}

#website
{	background-image: url(../website/p/bg.png);
	width: 785px;
	left: 50%;
	margin-left: -392px;
	top: 0px;
	bottom: 0px;
}

#boven
{	width: 	785px;
	height: 	123px;
	top:  	0px;
	left: 	0px;
}

#menu /* navigatiebalk */
{	width: 	114px;
	left:	0px;
	top: 	154px;
	bottom:	1px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	overflow: auto;
}

#menu2 /* tweede navigatiebalk */
{	width: 	145px;
	left:	129px;
	top: 	122px;
	bottom:	1px;
	text-align: center;
	color: #000000;
}


#pag /* eigenlijke content */
{	width: 	500px;
	left:	282px;
	top: 	133px;
	bottom:	10px;
	overflow: auto;
	overflow-x: hidden;
}


.kop{
 font-size: 12pt;
 font-weight: bold;
}

.klein{
 font-size: 8pt;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}

.heelklein{
 font-size: 7pt;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}


#menu a{
 text-decoration: none;
 color: #F3F610;
}

#menu a:visited{
 color: #F3F610;
}

#menu a:active{
 color: #F3F610;
}

#menu a:hover{
 color: #ffffff;
}


#menu2 a{
 text-decoration: none;
 color: #800000;
}

#menu2 a:visited{
 color: #800000;
}

#menu2 a:active{
 color: #800000;
}

#menu2 a:hover{
 color: #ffffff;
}

