/* CSS Document */
html,body,p,div,span,table,tr,td,h1,h2,h3,h4,h5,h6,th,hr,input,form,textarea {
	margin: 0;
	padding: 0;}

html,body {
	height: 100%; 
	font-family: Verdana;
	color:black;
	font-size:11px;
	line-height:18px;}
    
a {
/*  color:#AF6B03; */
  color: rgb(149,82,0); 
}
	
	H1,H3 { 
      font-size: 14px; 
/*      color:#AF6B03;  oud */
      color: rgb(149,82,0); 
    }
	H2 { 
      font-size:10px; 
/*      color:#AF6B03;  oud */
      color: rgb(149,82,0); 
    }

ul {
  margin: 0 0 0 20px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}    
.container{
	min-height: 100%;
	_height: 100%;
	text-align:left;}
	
.container{
	width:750px;
	margin:0 auto;
    border: 0px solid gray;}
	
.achtergrondfoto {
	min-height: 100%;
	width: 100%;}

.site_center {
	min-height:700px;
	margin-top:37px;
	background-image:url(../images/site_center.png);
	background-repeat:x-repeat;}

.site_bottom{
	height:51px;
	bottom:0px;
	float:left;}
	
.menu{
	text-align:right;
	width:94px;
	margin-top:6px;
	float:left;}

.content {
	margin-left:40px;
	width:356px;
	margin-top:23px;
	float:left;
    min-height: 500px}

.rechts{
	width:53px;
	float:left;}  

.projecten{
	font-size:9px;
	width:184px;
	float:left;}
	
.projecten h3 {
  font-size:10px;
}
ol li{
list-style-type:disc;}

