/* --- Top menu --- */

div#menu ul {
	margin: 0 0 0 0;
	padding: 5px 0 0 15px;
}

div#menu ul li {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	float: left;
}

div#menu ul li.separator {
	margin: 0;
	padding: 5px 0 0 0;
	color: #EEE;
}

div#menu a {
	font: bold 11px Tahoma;
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
}

div#menu a:hover,
div#menu a.current {
	color: Green;
	border-bottom: 2px solid #EBF8E6;
	background-color: #c7edb9;
	padding-bottom: 4px;
}

/* --- Bottom menu --- */

div#bottombar ul {
	margin: 0 0 0 0;
	padding: 12px 0 0 15px;
}

div#bottombar ul li {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0 5px 0 5px;
	float: left;
	font: normal 11px Tahoma;
	color: #999;
}

div#bottombar a {
	font: normal 11px Tahoma;
	color: #999;
}

div#bottombar a:hover {
	color: Green;
}

/* --- Links in paragraphs --- */

a {
	color: #009900;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
}

a.more {
	display: block;
	text-align: right;
	margin-right: 25px;
}

a.more2 {
	display: block;
	text-align: left;
	margin-left: 15px;
}

/* --- Calendar --- */

a.calendar img {
	border: none;
}

/* --- Language bar --- */

div#langbar a {
	float: right;
	font: normal 10px Verdana;
	margin-right: 15px;
	xdisplay: block;
	height: 25px;
	padding: 2px 0 0 30px;
}

a#lang_nl {
	background: url(../images/flags/flag_nl.gif) top left no-repeat;
}

a#lang_en {
	background: url(../images/flags/flag_uk.gif) top left no-repeat;
}

a#lang_fr {
	background: url(../images/flags/flag_fr.gif) top left no-repeat;
}
