body, table, th, tr, td, input, select, textarea{
 font:11px Verdana; 
 color:#000000;
}
a{
 color:#805020; 
 text-decoration:none;
}
a:hover, a:focus{
 color:#a07040;
}
body{
 margin:0;
 background-color:#ffffe0;
 background-image:url('images/background.gif');
 background-position:bottom right;
 background-repeat:no-repeat;
}
html{
 height:100%;
}
form{
 margin:0;
}
input,textarea,select{
 background-color:#f0e0a0; 
 color:#002211; 
 border-color:#000000; 
 border-style:solid; 
 border-width:1px;
}
td.cell1{
 background-color:#b0a060;
 padding:3px;
}
td.cell2{
 background-color:#c0b070;
 padding:3px;
}
td.cell3{
 background-color:#d0c080;
 padding:3px;
}
td.cell4{
 background-color:#e0d090;
 padding:3px;
}
td.error{
 background-color:#f0c0b0;
 padding:3px;
}
tr.error{
	background-color:#f0c0b0;
}
td.headbig{
 font:16px Verdana;
 font-weight:bold;
 color:#602000;
 text-align:right;
 padding:5px;
}
td.sep{
 height:1px;
 background-color:#000000;
}

/* Classes */
div.hoofd{
	background-repeat:no-repeat;
	background-position:right center;
	height:50px;
	margin-bottom:10px;
}
div.hoofd_adm{
	background-repeat:no-repeat;
	background-position:right center;
	height:50px;
	margin-bottom:10px;
	padding-right:41px;
}
div.hoofd_a{
	border-color:#404040;
	border-style:dotted;
	border-width:0 0 1px 0;
	color:#202020;
	font:12pt Verdana;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:right;
}
div.hoofd_b{
	color:#404040;
	height:20px;
	line-height:20px;
	text-align:right;
}

div.adm{
	float:left;
	height:150px;
	width:150px;
}
div.adm_hoofd{
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding-left:30px;
	text-decoration:underline;
}
div.adm ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.adm li{
	background-image:url('images/list_dot.gif');
	background-position:3px 3px;
	background-repeat:no-repeat;
	height:15px;
	line-height:17px;
	margin:0;
	padding-left:15px;
}

/* Gastenboek */

.gb_item{
	border-color:#202020;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}
.gb_head{
	background-color:#e0d090;
	padding:3px;
}
.gb_head span{
	float:right;
	text-align:right;
}
.gb_body{
	background-color:#ffefaf;
	padding:5px;
}