html, body
{
	width: 100%;
	height: 100%;
	background: #f5ca4b url('/siteimg/backg.jpg') repeat-x;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a, a.active, a.visited
{
	color: #d84222;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-style:  italic;
	color: #e97b05;
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}

img
{
 border: none;
}

p
{
	line-height: 22px;
}

td
{
	vertical-align: top;
	text-align: left;
}

/* BEGIN LAYOUT */
table#content
{
	height: 100%;
	background: #f5ca4b url('/siteimg/bg_contenttable.jpg') no-repeat top left;
}

.hoogte
{
	width: 1px;
	height: 400px;
}
/**
table#kolommen
{
	background: transparent;
}
**/
div#logo
{
	margin-left: 45px;
	width: 665px;
	height: 81px;
	background: url('/siteimg/logotrans.gif') no-repeat top left;
}

td#logocel
{
	height: 100px;
}

td#ml
{
	width: 57px;
}

td#mlm, td#mmr
{
	width: 16px;
}

div#all
{
	height: 100%;
}

td.l, td.r, td.lad
{
	width: 225px;
	background: #fae5a8;
	padding: 20px 0 20px 0;
}

td.lad
{
	padding-bottom: 0px;
}

div.adres
{
	padding-left: 20px;
	padding-right: 20px;
}

td#m
{
	width: 371px;
	background: #fae5a8 url('/siteimg/watermerk.png');
	padding: 20px;
}

.r_shadow
{
	width: 8px;
	background: url('/siteimg/r_shadow.png') repeat-y top left;
}

.b_shadow
{
	height: 8px;
	background: url('/siteimg/b_shadow.png') repeat-x top left;
}

.h_shadow
{
	height: 8px;
	background: url('/siteimg/h_shadow.png') repeat-x top left;
}

/* END LAYOUT */

/* BEGIN MENU ON THE LEFT SITE */

ul#menu {

	margin:	0px;
	padding:	0px;
 width: 224px;

	position:	relative;
 list-style: none;
}

ul#menu li {
	margin-bottom:	14px;
}

ul#menu li.active {
	background-color: #fae5a8;
	border: 1px solid #f4cc68;
}

ul#menu a {
 display: block;
 margin: 0px;
 padding: 0px 0px 0px 16px;
 width: auto;

	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-style:  italic;
	font-size:   1.0em;
	color:       #d84222;
	text-decoration: none;
}

ul#menu a.active
{
	color: #ea820f;
}

ul#menu div.shadowbottom
{
 height: 9px;
 background: #FF0000;
 left:	0px;
 bottom: -9px;
 width: 260px;
	position:	absolute;
 background: url('/siteimg/menu-shadowbottom.png') no-repeat top left;
}

/*children*/

ul#children {
	left:	224px;
 top: -18px;
 width: 260px;
	position:	absolute;
 list-style: none;
 display: none;
 background: url('/siteimg/menubackg.png') repeat-y;
 margin: 0px;
 padding: 0px 0px 20px 0px;
}

ul#children li {
	margin-bottom:	5px;
	padding-left:	8px;
	padding-right:	8px;
	width: 235px;
}

ul#children li:first-child {
 margin-top: 20px;
}

ul#children li.active {

	
	background:	#fae5a8;
	border:	solid 1px #f4cc68;
}

ul#children a {
 margin: 0px;
 padding: 0px 0px 0px 16px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 0.8em;
	color:       #d84222;
}
ul#children a.active{

	color: #ea820f;
}
/* END MENU ON THE LEFT SITE */
