body {
	background-color: #FFF;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	height: 100%;
	margin: 30px;
	text-align: center;



}

h3 {
	clear: both;
}

img {
	border: none;
}

#canvas{
	background-image: url(../images/canvas.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 760px;
}

#topMenu  {
	float: left;
	font-size: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 760px;
}

#topMenu li {
	float: left;
	line-height: 60px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	vertical-align: middle;
	
}

#topMenu li a {
	color: #000;
	text-decoration: none;
	
}

#topMenu li a:hover{
	text-decoration: underline;
}





#promo {
	
	background-image: url(../images/promo.jpg);
	background-repeat: repeat-x;
	clear: both;
	font-size: 32px;
	line-height: 40px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;

	
}

#promo a{
	background-color: #FFFFCC;
	color: #000;
	padding: 5px;
	text-decoration: none;
	
}



#footer {
	clear: both;
}

.recycling{
	color: #FFF;
	text-decoration: none;
}


#inschrijven {
	clear: both;
	padding: 0px;
}

#inschrijven hr {
	border: 0px;
	clear: both;
	
}

#inschrijven h2 {
	font-size: 28px;
	margin: 0px;

	padding: 0px;
}

#inschrijven p {
	font-size: 18px;
}

#inschrijven .invullen {

border: 1px solid #000;
font-size: 22px;
line-height: 32px;
padding: 5px;

}

#inschrijven a {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}




#about{
	border-left: 1px solid #CCC;
	font-size: 24px;
	line-height: 32px;
	margin-left: 20px;
	padding: 10px;
	width: 700px;
}

#sites{
	clear: both;
	
}

#sites h2{
	clear: both;
	
}


.entities {
	list-style: none;
}
.entities li {
	float: left;
	padding: 5px;
	
}

.re-cycling A {
	color: #FFF;
	text-decoration: none;
}