@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #535152 url(images/bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
img {
	border:none;
}
#container { 
	width: 930px;
	background: #FFC;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: #535152 url(images/header.jpg) no-repeat;
	width:930px;
	height:172px;
	margin-top:0px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	text-indent:-9999px;
}
.menu {
	background:#8e8a89;
	height:37px;
}
#sidebar1 {
	float: right;
	width: 230px;
	padding: 0px;
	text-align:left;
	height:100%;
	font-size:11px;
}
#sidebar1 ul {
	list-style:square;
}
#sidebar1 li {
}
#sidebar1 a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}
.rightimg {
	padding:15px 10px;
	background: #ffffcf; 
	text-align:center;
	border:5px solid #848484;
}
.lijst {
	padding:10px 10px 10px 22px;
	height:100%;
	background:url(images/leftcorner.gif) top left no-repeat ;
}
#sidebar1 h3 {
	font-size:16px;
	color: #06F;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:underline;
}
#mainContent { 
	margin: 0 10px 0 0; /* was 250 px */
	padding: 20px 30px;
	font-size:12px;
	min-height:250px;
}
#mainContent h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
}
#mainContent h1 {
	font-size:22px;
}
#mainContent h2 {
	font-size:20px;
}
#mainContent h3 {
	font-size:18px;
}
#mainContent h4 {
	font-size:16px;
}
#mainContent h5 {
	font-size:14px;
}
#mainContent h6 {
	font-size:12px;
}
.projecten {
	background:#8e8a89;
}

#footer {
	background:#ffffcf url(images/footer.png) no-repeat bottom;
	text-align:right;
	height:40px;
} 
#footer p {
	margin: 0;
	padding: 10px 20px;
	text-align:right;
	font-size:11px;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#03F;
	text-decoration:none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}