body
{
	font: 12px arial;
	background: url(background.png) repeat-y #5d420c;
	color: #eee;
	margin: 0;
}
a
{
	color: #ed008c;
	font-weight: bold;
	text-decoration: none;
}
p { margin: 15px 0 15px 0; }
h1, h2, h3 { font-size: 12px; }
.strong { font-weight: bold; }
.indent { margin-left: 30px; }

#logo
{
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 235px;
}

#navigation
{
	position: absolute;
	top: 0;
	left: 235px;
	margin: 0;
	padding: 40px 70px 0 40px;
	list-style-type: none;
}
#navigation li
{
	display: inline;
	padding-right: 50px;
}

#content
{
	position: absolute;
	bottom: 0;
	left: 235px;
	padding: 0 70px 50px 40px;
}

#home { font-weight: bold; }

#tarieven table { text-align: left; margin-bottom: 30px; }
#tarieven p { margin-top: 0; }
#tarieven h3 { margin-bottom: 0; }
#tarieven .leveringsvoorwaarden { margin-top: 50px; }
