html, body{
	width: 100%;
	height: 100%;
    background-color: #cccccc;
    font-family: verdana,sans-serif;
   font-size: 11px;
	color: #666666;
	line-height: 15px;
}

body{
	margin: 0px;
}
a{
	color: #000000;	
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;
}
#main{
	width: 960px;	
	color: #000000;
	margin: 0 auto;
	height: auto;
	background-color: #ffffff;
}

#content{
	background-color: #ffffff;
	height: auto;
	width: 960px;
	background-image: url('/images/rond-boven-roze.png');
	background-repeat:no-repeat;
	background-position:top center;
	padding: 0px;
}
#footer{
	height: 20px;
	background-color: #444444;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	clear: both;
	text-align: right;
	width: 100%;
	background-image: url('/images/rond-onder.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	
}
#footerContent a{
	color: #ffffff;
	font-weight: bold;
}
#footerContent{
	margin: 5px;
	color: #ffffff;
	font-weight: bold;
}
#header{
	width: 960px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	
}
#headImage{	
	height: 160px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#headImage a img{
	border: none;
}
#head{	
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	background-color: #444444;
}
#head a{
	color: #ffffff;
}
#projecten{
	background-color: #ffffff;
	float: left;	
	/*background-image: url("../images/balk_wit_rm.gif");*/
	background-repeat:repeat-y;
	background-position:top right;
	color: #666666;
	background-color: #eeeeee;
	width: 155px;
	padding: 5px 5px 5px 0px;
}
#projecten h2{
	padding: 0px 0px 0px 10px;
}

#projecten ul{
	margin: 20px;
	padding: 0px;
}
#projecten ul li{	
	padding: 5px;
}
#projecten a{
	font-weight: bold;
	color: #666666;
}
#project{
	background-color: #ffffff;
	float: left;
	width: 785px;
	padding: 0px 5px 5px 5px;
	/*background-image: url("../images/balk_wit_rm.gif");*/
	background-repeat:repeat-y;
	background-position:top right;
	color: #666666;
}
#projectTekst a{
	font-weight: bold;
	color: #666666;
}
#projectImage{
	width: 310px;
	padding: 5px;
	float: right;
}
#projectTekst{
	width: 445px;
	padding: 10px;
	float: left;
}
#projectTekst h1{
	line-height: 20px;
	font-size: 17px;	
}


