/**************************************************
 * Opmaak voor pagina in het geheel en scrollbars *
 **************************************************/
body {
	color: black;
	background-image: url(achtergrond.gif);
}

div.reviewitem {
	position: relative;
	font-size: 10pt;/*x-small;*/
}
.klein {
  font-size: 10;
}
p.klein {
  font-size: 10;
}
p.titel {
	font-weight: bold;
}
.titel {
	font-weight: bold;
}
  a.titel {text-decoration:none;color:#0000ff;font-weight: bold;}
  a.titel:visited {text-decoration:none;color:#0000ff;font-weight: bold;}
  a.titel:hover {text-decoration:underline;color:#1155ff;font-weight: bold;}

/******************************************
 * Opmaak voor hoofdtabel die alles bevat *
 ******************************************/
table.main {
	width: 100%;
	height: 100%;
}

/****************************************
 * Opmaak voor tabel die gegevens toont *
 ****************************************/
table.show {
	border: silver ridge 1px;
	width: 100%;
}

/*********************************************
 * Opmaak voor headergedeelte van hoofdtabel *
 *********************************************/
td.header {
	/*background: repeat url('/images/header.jpg');*/
	color: black;
	/*border: silver ridge 2px;*/
	padding: 0px;
	position: relative;
	height: 50px;
}

td.header img {
	height: 50px;
}

/*********************************************
 * Opmaak voor footergedeelte van hoofdtabel *
 *********************************************/
td.footer {
	/*background: repeat url('/images/header.jpg');*/
	background: #ED7012;
	border: silver ridge 2px;
	height: 20px;
	text-align: center;
}

/*************************************************
 * Opmaak voor linkerkolom (menu) van hoofdtabel *
 *************************************************/
td.sidebar {
	/*background: repeat url('/images/sidebar.jpg');*/
	/*border: silver ridge 2px;*/
	background-color: #7788bb;
	vertical-align: top;
	padding-left: 10px;
	width: 250;
}
p.menuhoofding {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.menuhoofding {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
/************************************************
 * Opmaak voor eigenlijke inhoud van hoofdtabel *
 ************************************************/
td.content {
	/*border: silver ridge 2px;*/
	vertical-align: top;
   padding: 5px;
	padding-left: 10px;
}

/**************************************************
 * Opmaak voor cel van "showtabel" -> gecentreerd *
 **************************************************/
td.showcenter {
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	color: black;
}

/*******************************************************
 * Opmaak voor cel van "showtabel" -> links-uitgelijnd *
 *******************************************************/
td.showleft {
	padding-left: 15px;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
	color: black;
}

/********************************************************
 * Opmaak voor cel van "showtabel" -> rechts-uitgelijnd *
 ********************************************************/
td.showright {
	padding-right: 5px;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
	color: black;
}

/*********************************************
 * Opmaak voor links op "vurige achtergrond" *
 *********************************************/
  a.main {text-decoration:none;color:#0000ff;}
  a.main:visited {text-decoration:none;color:#0000ff;}
  a.main:hover {text-decoration:underline;color:#1155ff;}

.link {
	text-decoration: none;
	color: #2244aa;
	font-weight: bold;
	cursor: hand;
}

.linknormal {
	text-decoration: none;
	color: white;
  font-size: 10pt;
}

.link:hover {
	text-decoration: underline;
	color: #002288;
	font-weight: bold;
	cursor: pointer;
}

.linknormal:hover {
	text-decoration: none;
	color: #7788bb;
}

/*******************************************
 * Opmaak voor images (vooral link-images) *
 *******************************************/
img {
	border: none;
}

/*******************************************
 * Opmaak voor titels bij foute form-input *
 *******************************************/
h3.fail {
	color: red;
	font-weight: bold;
}
