
* {
	margin:				0;
	padding:			0
}

body
{	
	font-family: 		Verdana;
	font-size:			8pt;
	background-image:	url('/images/background.png');
	color:				#1F2F1F;
}

#screen {
	position:			relative;
	width:				980px;
	margin-left: 		auto;
	margin-right: 		auto;
	top:				5px;
	border:				blue 1px solid;
	background-color:	orange;
}

#logo {
	position:			relative;
	background-image:	url('/images/1024banner.jpg');
	height:				118px;
}

#menu {
	position:			relative;
	height:				23px;
	width:				100%;
	background:			#99CC66;	
	border-top:			blue 1px solid;
	vertical-align: 	middle;
	z-index:			2;
}

#inhoud {
	position:			relative;
	background-color:	orange;
	border-top:			blue 1px solid;
}
	
#bottom {
	position:			relative;
	height:				33px;
	text-align:			center;
	color:				purple;
	background:			#99CC66;
	border-top:			blue 1px solid;
}

#indexlinks
{
	width:				230px;
	padding:			5px;
	float:				left;
}

#indexmidden
{
	padding:			5px;
	width:				460px;
	border-left:		blue 1px solid;
	border-right:		blue 1px solid;
	float: 				left;
}

#indexrechts
{
	padding:			5px;
	width:				230px;
	float:				left;
}
	

#paginacontent
{
	position:			relative;
	left:				10%;
	width:				80%;
}


div.titels
{
	font-weight:		bold;
	text-align:			center;
	font-size:			10pt;
	color:				red;
	border-bottom:		blue 1px solid;
	padding-bottom:		5px;
	padding-top:		20px;
}

p.bold
{
	font-weight:bold;
}

p.klein
{
	font-size:			8pt;
}

p.groot
{
	font-size:			10pt;
}

p.nogkleiner
{
	font-size:			6.5pt;
}

p.wiewatwaar
{
	font-size:			10pt;
	text-align:			justify;
}

p.center
{
	text-align:			center;
}




