body {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0px; 
	padding: 0px;
	height: 100%;
	color: #ffffff;
}

h1 {font-size: 21px; margin-bottom: -10px;}
h2 {font-size: 18px;}
h3 {font-size: 14px; padding: 0px; margin: 0px;}
h4 {font-size: 12px; padding: 0px; margin: 0px;}

td#projecten h4 {margin: 0px 0px 3px 0px;}
td#projecten a {color: #b35414; text-decoration: none;}

td#maincontent a {color: #FF701A; text-decoration: none;}

td#projecten a:hover,
td#maincontent a:hover {text-decoration: underline;}

table, td {
	padding: 0px;
	margin: 0px;
}

#menu {
	border-top: 1px solid #909295;
}

.menuitem_left {
	border-right: 1px solid #909295;
	padding: 3px;
	height: 18px;
	width: 16px;
	float: left;
}

.menuitem a,
.menuitem_select a  {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	border-right: 1px solid #909295;
	text-align: center;
	padding: 3px;
	height: 18px;
	width: 90px;
	.width: 96px;
	float: left;
	line-height: 1.7; /* t.b.v. juiste verticale uitlijning in FF */
}

/* normale status */ 
.menuitem a  {
	background: #fff; 
	color: #747679;
}
/* mouseover status */ 
.menuitem a:hover  {
	background: #909295; 
	color: #fff;
}
/* huidige pagina status */ 
.menuitem_select a {
	background: #aeb1b6;  /* #A34301 */
	color: #fff;
}

a img {border: 0px;}

#projecten hr
{
	height: 1px; 
	border: 0px; 
	color: #b35414;
	background-color: #b35414;
	margin: 5px 0px 4px 0px;
	.margin: 0px 0px -4px 0px;
}

#maincontent hr
{
	height: 1px; 
	border: 0px; 
	color: #fb6400; 
	background-color: #fb6400;
	margin: 8px 0px 6px 0px;
	.margin: -7px 0px -3px 0px;
	clear: both;
}

table tr td {
	vertical-align: top;
	font-size: 12px;
}

sup  {
	font-size: 40%;
	.font-size: 80%;
}

#header
{
	background: url(../images/bg_header.gif) top left repeat-x;
}

#mainContent {
	background: #A34301;
	margin: 0 150px 0 150px;
} 

.content {
	margin: 20px;
}

#mainContent .content {
	width: 500px;
	margin-left: 30px;
}

#projecten {
	background: #fb6400;
	width: 240px;
	margin: 0px; 
	height: 100%;
}

#projecten h4 {color: #000; } 

.highlight, 
.highlight1 {background-color: #851a45;}
.highlight2 {background-color: #106027;}
.highlight3 {background-color: #114e78;}

.payoff {
	float: right;
	text-align: right;	
	margin-right: 20px;
	width: 300px; 
	font-size: 28px;
	font-family: Times;
	font-style: italic;
	font-weight: bold;
	color: #fb6400;
}

label.align_text 
{	float: left; 
	width: 100px;
	text-align: left;	margin-right: 7px;
}

input, select, textarea, file 
{	font-size: 11px; 
	border: 1px solid <?php echo $grijs; ?>;	font-family: tahoma, verdana, helvetica, sans-serif;	padding: 2px;
	text-align: left;
	background: #fff;
}

input.submit
{
	color: #fff;
	font-weight: bold;
 	background: #007ADA;
	border: 1px solid #84C2F3;
}

input.radio, input.check
{
	border: 0px;
}

.spook {display: none;}

.thumb {
	filter: alpha(opacity=40);
	opacity: 0.4;	/* width: 42px; */
	height: 34px;
}

.thumb:hover {
	filter: alpha(opacity=100);
	opacity: 1;}
