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

h1 {font-size: 21px; margin-top: 0px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 11px;}

img {border: none;}

#projecten h4.content a
{text-decoration: none; color: #ffd51d;}

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

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

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

#logo {
	background: #5a5b5d; 
	width: 300px; 
	height: 130px; 
	text-align: center; 
	vertical-align: middle;
}

#subheader {
	background: #c1c2c4;
	height: 20px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

#subheader a, 
#sidebar_left ul li a,
#mainContent .content a {
	font-size: 9pt;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}

#subheader a:hover,
#sidebar_left ul li a:hover,
td a  {
	text-decoration: underline;
	color: #f00;
}

#mainContent .content a {
	color: #f00;
}

#mainContent .content a:hover {
	text-decoration: underline;
	color: #000;
}

#sidebar_left {
	background-color: #ffd51d;
	width: 150px;
	padding: 35px 0px 15px 0px;
	margin: 0px;
	background-image: url(../images/v_sidebar.gif);
	background-repeat: repeat-x;
}

#sidebar_left ul {
	margin-left: 0px;
	padding-left: 20px;
	*padding-left: 16px;
}

#sidebar_left ul li {
	list-style-image: url(../images/bullet_nav.gif);
	list-style-type: none;
	list-style-position: outside;
}

#sidebar_left ul li a {
	*margin-left: 7px;
}

#sidebar_right {
	background-color: #ffd51d;
	width: 180px; /* 150px */
	border-top: 3px solid #5a5a5d;
}

.content  {
	margin-left: 15px;
	margin-right: 15px;
}

#mainContent {
	padding-top: 35px;
	margin: 0 150px 0 150px;
	border-top: 3px solid #5a5a5d;
} 

#projecten {
	background: #828386; 
	margin: 0px; 
	width: 125; 
	height: 100%;
}
#projecten h4 {color: #ffd51d; text-align: center; margin: 2px;} 

.highlight, 
.highlight1 {background-color: yellow;}
.highlight2 {background-color: lime;}
.highlight3 {background-color: pink;}

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

.spook {display: none;}

.gallery {
	background: #fff; 
	border: 1px solid #ddd;
	float: right; 
	text-align: left;
	padding: 3px; 
}

.thumb {
	margin-right: 3px;
	opacity: 0.4;	filter: alpha(opacity=40);
	height: 34px;
}

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


