body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	background-color: #e0cb80;
	color: #695131;
}

h1,h2,p {
	margin: 5px 0px;
}

h1 {
	font-size: 22px;
	color: #7a271f;
}

h2 {
	font-size: 16px;
}

a:link,a:visited {
	color: #1f2b25;
}

ul#kalenders {
	list-style-type: none;
}

ul#kalenders li {
	margin: 0;
	border-bottom: 1px solid #a59a59;
	clear: both;
}

ul#kalenders a {
	text-decoration: none;
	color: #695131;
}

ul#kalenders a.plaats {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

ul#kalenders a.bron {
	color: #695131;
	text-transform: uppercase;
	font-size: 9px;
	float: right;
	margin-top: 10px;
}

ul#kalenders a.bron:hover {
	text-decoration: underline;
}

ul#kalenders .actions {
	text-align: right;
}

ul#kalenders a.action {
	margin-bottom: 10px;
	margin-left: 8px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ddb;
	display: inline-block;
	width: 85px;
	text-align: center;
}

ul#kalenders a.action:hover {
	background-color: #7a271f;
	color: #ddb;
}

ul#kalenders a.action img {
	vertical-align: text-top;
}

#footer {
	font-size: 11px;
	text-align: right;
}

#filter {
	background-color: #ddb;
	padding: 5px;
	text-align: right;
	color: #7a271f;
}

span.latlng {
	display: none;
}