/*
Layout
*/

body {
	font: 1em/1em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

/*
Typografie
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

h1, h2, p, li, address {
	padding: 0 0 0 40px;
	}

h1, h2, legend {
	font-weight: bold;
	letter-spacing: -1px;
	color: #f60;
	}

h1 {
	font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	}

h2, legend {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 10px 0 0 0;
	}

p, li, address {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #444;
	}

p, address {
	margin: 0 0 1.5em 0;
	}

#content li {
	padding: 0;
	}
	
li {
	margin: 0;
	}
	
ul li {
	list-style-type: none;
	list-style-image: url(../_images/list.gif);
	}

abbr {
	padding-right: 2px;
	font-weight: bold;
	color: #fa0;
	}

em {
	font-style: normal;
	font-weight: bold;
	color: #f60;
	}

a:link, a:visited {
	color: #f60;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a.offsite {
	background: url(../_images/offsite.gif) no-repeat 0 5px;
	padding-left: 17px;
	}

address {
	font-style: normal;
	}

img {
	border: none;
	}




/*
Voetnoot
*/

#footer p {
	color: #999;
	}

#footer a {
	text-decoration: none;
	color: #999;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer abbr {
	color: #ccc;
	}

.divider {
	color: #fff;
	}

