*{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

h1
{
	font: bold 16px 'Trebuchet MS', 'Arial';
	color: #f79646;
}

h2{
	text-align: center;
	font: bold 20px 'Trebuchet MS', 'Arial';
	color: #f79646;
	padding: 0 0 24px;
}

body
{
	font: 16px/24px 'Trebuchet MS', 'Arial';
}

p, ul{
	padding: 0 0 24px;
}

p#menu{
	text-align: center;
	color: #f79646;
	font-weight: bold;
}

a{
	color: #f79646;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}

img.left{
	float: left;
	margin: 0 15px 15px 0;
}

p.center{
	text-align: center;
}

#logo{
	float: left;
	margin: 20px 0;
}
	
#inhoud
{
	padding: 0 20px;
	margin: 0 auto;
	width: 958px;
	position: relative;
}

#facebook{
	position: absolute;
	top: 321px;
	left: 30px;
}

#like{
	position: absolute;
	top: 321px;
	left: 90px;
}

li{
	padding: 0 0 0 30px;
	list-style: none;
	background: url('images/bullet.png') 8px 10px no-repeat;
}

