@charset "UTF-8";
/* CSS Document */

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

h3 {
	font-size: 10px;
	color: #ffffff;
	background-color: #bb1d0d;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-transform: uppercase;
}

div#sidebar ul {
	list-style-type: none;
	margin: 5px 0 5px 10px;
}

div#sidebar ul li a {
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 15px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/icon-pijl.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#sidebar ul li a:hover {
	text-decoration: underline;
}


div#sidebar span.contact {
	margin-top: 30px;
	display: block;
}

div#sidebar span.contact a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}