/*  Copyright (C)2003 TielSoft Internet
  
	Alle bronbestanden, javascripts, style sheets,
	hmtl-bestanden, foto's, afbeeldingen etc. die 
	onderdeel vormen van deze site zijn auteursrechtelijk 
	beschermd en mogen zonder schriftelijke
	toestemming van de auteur niet voor andere
	websites of andere toepassingen worden gebruikt !
*/

html, body {
	text-align: center;
 	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background : #eee;
	width: 100%;
	overflow-x: hidden;
}

#canvas {
	position: relative;
        left:0px;
        top:0px;
        margin: 0 auto;
	font-family: "times new roman", serif;
	font-size : 11pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing : 0px;
	word-spacing : 1px;
	color : #000;
	width: 800px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

IMG {
	border: 0;
}

#top {
	background: #444; 
	width: 100%;
	height: 250px;
}

/******************************************
 Menu-panel
 ******************************************/

#menuBar {
	background: #6E808B;
	font-size: 11pt;
	font-weight: normal;
	color : #FFF;
 	height: 30px;
	padding-left: 80px;
	text-align: left;
	padding-top: 10px;
}

.barItem {
	position: relative;
       	height: 30px;
	display: inline; 
	background : url(images/menuleft-n.gif) no-repeat left;
	padding: 0px 20px 12px 20px;
	cursor: pointer;
}

.menuWrap {
	position: absolute;
	text-align: left;
	cursor: pointer;
	width: 200px;
	visibility: hidden;
	margin-top: -8px;
}

.menu {
	padding-top: 8px;
	border-left: 1px solid red;
	text-align: left;
	cursor: pointer;
	width: 200px;
	filter: alpha(opacity=98, finishopacity=98, style=1);
	font-size: 11pt;
	color: #fff;
	margin-top: 0px;
}

.menuItem {
	background: #A8B2C2;
	padding: 6px 12px 6px 18px;

}

.menuItemH {
	background: #25343D;
	padding: 6px 12px 6px 18px;

}

/******************************************
 Content-panel
 ******************************************/

#cTable {
	font-family: arial, sans-serif;
	font-size : 11pt;
	font-weight: normal;
	width: 720px;
	margin-bottom: 50px;
}
 
#cBalkRood {
	width: 70px;
	background: #D90000;
	text-align: center;
	padding: 30px 10px 30px 10px;
	color: #FFF;
	vertical-align: top;
}

#cBalkRoze {
	background: #FA675B;
	height: 100px;
}

#cText {
	vertical-align: top;
	padding: 40px;
	border-bottom : 1px solid #D90000;
}

#cFooter {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}

h1 {
	font-size : 15pt;	
}

h2 {
	font-size : 11pt;	
}

A:link,A:visited,A:active
{
	text-decoration: none;
	color:blue;
} 

A:hover 
{
	color:purple;
}

#cBalkRood A:link,#cBalkRood A:visited,#cBalkRood A:active
{
	text-decoration: none;
	color: white;
} 

#cBalkRood A:hover 
{
	text-decoration: underline;
	color: white;
}

#cText TH {
	text-align: left;
	font-size: 11pt;
}

#cText TD {
	font-size: 11pt;
	padding-right: 5px;
}

.button {
	border: 1px solid #000;
}