@charset "UTF-8";
/* kleuren:
logogeel: rgb(230,172,84)
cesargroen: rgb(146,177,144)
haptoblauw: rgb(88,138,183)
fysiopaars: rgb(150,85,160)

fel:
cesargroen: rgb(127,196,28)
logorood: rgb(139,23,19)
fysiopaars: rgb(150,85,160)
haptoblauw: : rgb(88,138,183)

donker:
haptoblauw: rgb(27,42,56)
fysiopaars: rgb(84,6,96)
cesargroen: rgb(46,76,19)
logorood: rgb(64,0,5)


 */

html body {
	margin:0;
	padding:0;
	background: url(beeld/spp-palissade-gezamenlijk-back.gif) repeat-x white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:86%;
	line-height:1.4em;
	height:100%;
}
#container {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	height: auto !important;
	display:inline;
	text-align:center;
}
p {
	color: rgb(100,100,110);
	border-bottom:1px solid rgb(255,193,91);
	padding-bottom:1em;
	margin:50px 20px;
	
}
#container img {
	border:0;
}


.clear {
	clear:both;
}
