@charset "utf-8";
/* CSS Document */
<style type="text/css">
html,body{margin:0;padding:0}
body{
	font: 83% arial,sans-serif;
	text-align: center;

	repeat top left;
	background-color: #F9F9F9;
}

p{
	margin: 10px 10px 10px;
}

h1{
	font-size: 24px;
	margin: 10px 10px 10px;
}

.h1-title{
	color:#FFF;
}

h2{
	font-size: 14px;
	margin: 10px 10px 10px;
}

h3{
	font-size: 12px;
	margin: 10px 10px 10px;
}


a{
	color: #000000;
}

a img{
	border: none;
}

img{
	border: none;
}

.img-left{
	border: none;
	float: left;
	margin-right: 10px;
}

.img-right{
	border: none;
	float: right;
	margin-left: 10px;
}

.boompje{
	list-style-image:url(boompje.jpg);
}

#container{
	text-align: left;
	width: 979px;
	margin: 0 auto;
	border: 2px;
	border-color: #E1E1E1;
	border-style: solid;
}

#logo{
	width: 100%;
	height: auto;
	float: left;
}

#title{
	width: 100%;
	float: left;
	background-color: #37A23E;
}

#header h1{
	height: 10px;
	line-height: 1.5;
}

#header-left{
	width: 592px;
	float: left;
	text-align: left;
	height: auto;
}

a.header-links{

}

#header-right{
	width: 387px;
	float: left;
	text-align: left;
	height: auto;
}

#content{
	line-height: 1.4;
	height: auto;
	float: left;
	width: 100%;
}

#content p{
	line-height:1.4
}

#bottom-left{
	width: 534px;
	height: auto;
	float: left;
}

#bottom-right{
	width: 440px;
	height: auto;
	float: right;
}


#navigation{
	width: 100%;
	float: left;
	height: auto;
}


#footer{
	float: left;
	background-color: #37A23E;
	color: #FFF;
	clear: both;
	width: 100%;
	height: 40px;
	vertical-align: middle;

}

#footer a{
	color:#FFF
}

</style>
