body
{
	margin: 20px;
	padding: 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #52543D;
	background-attachment: fixed;
	background-color: #FFF;
}

a:active, a:visited, a:link
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #4F3A31;
	text-decoration: underline;
}

#box
{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header
{
	width: 760px;
	height: 120px;
	border:1px solid #9F9F71;
	background: #FAFAF8 url('img/header.jpg');
	border-bottom: 0px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menu
{
	width: 740px;
	padding: 5px 10px;
	border:1px solid #9F9F71;
	margin-bottom: 10px;
	text-align: right;
	background-color: #FAFAF8;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#container2
{
	border:1px solid #9F9F71;
	background: #FAFAF8;
}

#content
{
	width: 760px;
	height: 350px;
	line-height: 150%;
  SCROLLBAR-FACE-COLOR: #CCCCCC;
  SCROLLBAR-HIGHLIGHT-COLOR: #999999;
  SCROLLBAR-SHADOW-COLOR: #666666;
  SCROLLBAR-3DLIGHT-COLOR: #cccccc;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-TRACK-COLOR: #FAFAF8;
  SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
  SCROLLBAR-BASE-COLOR: #FAFAF8;
}

#content h2
{
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 8px;
	font-size: 175%;
	background-image: url(img/h2hr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 740px;
	padding: 5px 10px;
	border:1px solid #9F9F71;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
}

.selected {
	font-weight: bolder;
	text-decoration: underline;
}
.totaal {
	background-image: url(img/euro.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
.pdf {
	background-repeat: no-repeat;
	background-position: right center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

