body {
	font-family: "Trebuchet MS", sans-serif;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* ======================================= */
/* 0pmaak */
/* ======================================= */

h1 
{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-family: "Trebuchet MS", sans-serif ;
}

h2 
{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-family: "Trebuchet MS", sans-serif ;
}

p 
{
    font-size: 12px;
	margin-top: 0em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

label 
{
    font-size: 12px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0.8em;
	margin-left: 28px;
}

li 
{
    font-size: 12px;
	line-height: 1.5em;
}

a img {
	border: 0px;
}

input, select, button {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

/* ======================================= */
/* Prijslijst */
/* ======================================= */

table.prijslijst 
{
    clear: both;
    float: right;
}

table.prijslijst td.prijs 
{
    width: 4em;
    text-align: right;
}

table.prijslijst p
{
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.5em;

}