/*### SITEWIDE ###*/
body, select, input, textarea, td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
P {
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #20940A;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
h1 {
	font-size: 18px;
	color: #ed1c24;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: -1px;
}
h1.bigger {
	font-size: 20px;
	color: #ed1c24;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0 0 10px;
	letter-spacing: -1px;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #000;
}
hr.right {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #fff;
}
/*### used in editor ### */
div.iconKnooppunt {
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #20940a;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url('layout/default/gfx/icon_knooppunt.gif') no-repeat center center;
}