pre,code{font-family:monospace;}

.table_head
{
	font-size: 9pt;
	background-color: #164338;
}
.table_regel1
{
	font-size: 9pt;
	background-color: #1c5647;
}
.table_regel2
{
	font-size: 9pt;
	background-color: #216554;
}
.form_seperator
{
	background-color: #000000;
}
table
{
	font-size: 9pt;
}
body
{
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/background.jpg');
	background-attachment:fixed;
	color: #FFFFFF;
}
a
{ 
	color: #99CCFF;
}
a:hover
{
	color: #FFFFFF;
}
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.menu_h2
{

}
.menu_h3
{
	background-color: #164338;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 11pt;
}
.thumbnail
{
	max-height: 60px; 
	max-width: 60px; 
	width: expression(this.width > 60 ? 60: true); 
	height: expression(this.height > 60 ? 60: true);
}
.pic
{
	max-height: 780px; 
	max-width: 440px; 
	width: expression(this.width > 440 ? 440: true); 
	height: expression(this.height > 780 ? 780: true);
}

/*
** Diff rendering
*/
table.diff { color:#000000; }
td.diff-addedline {
    background:#ccffcc;
    font-size: smaller;
    border: solid 2px black;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
    border: dotted 2px black;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
	
}
span.diffchange { color: silver; font-weight: bold; text-decoration: underline; }
/*

//	Copyright 2008 Michiel Karnebeek, Delden
//	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//	De code in dit bestand mag niet zonder schriftelijke
//	of electronische bevestiging van de orginele auteur
//	gekopieerd worden voor wat voor doeleind dan ook.

*/