#container {
	position:absolute;
	width:300px;
	height:1px;
	overflow:hidden;
	letter-spacing:-200px;
	font-size:1px;
	visibility:hidden;
}
/* oranje-rood #D95617 */
/* paars-blauw #330066 */
/* warm-geel #FEC340 */
/* creme backgr #FFF6E3 */

/*
achtergrond kleur wordt in de template bepaald, dus onderstaande regel is overbodig
body {
	background : #D95617;
}*/

A
{
	font-weight: bold;
	color: #D95617;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
}
A:active
{
	color: #FEC340;
}
A:hover
{
	text-decoration: none;
	color: #FEC340;
}

.body,p,ul,li {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : Black;
	margin-top:2px;
}

 .kop,h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D95617;
}

 .tussenkop,h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D95617;
	margin-bottom:0px;
}
h3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom:0px;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : white;
	font-weight: bold;
}