/*  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 !
*/

IMG {
	border: 0;
}

#top {
	display: none;
}

/******************************************
 Menu-panel 
 ******************************************/

#menuBar, .menu {
	display: none;
}

/******************************************
 Content-panel 
 ******************************************/

#cTable {
	font-family: arial, sans-serif;
	font-size : 11pt;
	font-weight: normal;
	margin-bottom: 50px;
}
 
#cBalkRood {
	display: none;
}

#cBalkRoze {
	display: none;
}

#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;
}