@charset "utf-8";

/*
Donker bruin: #5B3B00
Oker: #E5A015
*/

body {
	background: #FFF url(../../img/ovobg.gif) repeat-x;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

ul {
	margin-left: 1em;
}

h1 {
	color: #E5A015;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 1em;
}

h2 {
	color: #5B3B00;
	font-size: 1.2em;
	margin: 1em 0;
}

h3 {
	color: #E5A015;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1em;
}

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
	margin: 1em 0;
}

th {
	background-color: #AD9D7F;
	color: #FFF;
	font-weight: bold;
}

td.odd {
	background-color: #FFF;
}

td.even {
	background-color: #F2F2F2;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

.titel {
	color: #5B3B00;
	font-weight: bold;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
}

#wrap {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#header {
	height: 140px;
	position: relative;
}

#fotoheader {
	margin: 20px 0 1px 0;
}

#fotoreflect {
	height: 120px;
	margin-bottom: -80px;
}

#main {
	background: url(../../img/bolbg.gif) bottom right no-repeat;
	margin: 0;
	position: relative;
}

#sidebar {
	display: inline;
	float: left;
	margin-left: 20px;
	position: relative;
	width: 280px;
}

#sidebar p {
	margin-top: 0;
}

#content {
	display: inline;
	float: right;
	margin-right: 20px;
	position: relative;
	width: 560px;
}

#content_map {
	display: inline;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 840px;
}

#footer {
	border-bottom: #5B3B00 5px solid;
	color: #5B3B00;
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	margin-top: 40px;
	width: 100%; /* hasLayout in IE voor navigatie probleem */
}

#footer a:link, #footer a:visited {
	color: #5B3B00;
	text-decoration: none;
}

#footer a:hover {
	color: #5B3B00;
	text-decoration: underline;
}

#navigation {
	color: #5B3B00;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 20px;
}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin-left: 40px;
	padding-bottom: 3px;
	position: relative;
}

#navlist a:link, #navlist a:visited {
	color: #5B3B00;
	padding-bottom: 3px;
	text-decoration: none;
}

#navlist a:hover, #navlist li a.active {
	border-bottom: #E5A015 5px solid;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
}

#logo {
	left: 10px;
	position: absolute;
	top: 60px;
}

.indekijker {
	border: #E5A015 1px solid;
	padding: 5px;
}

#ledenlist {
	padding: 0;
	margin: 0;
	margin-bottom: 120px;
	border-top: 3px solid #5B3B00;
}

#ledenlist li {
	border-bottom: 1px solid #E5A015;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#ledenlist li a {
	color: #5B3B00;
	display: block;
	font-size: 1.2em;
	line-height: 36px;
	text-decoration: none;
}

#ledenlist li a:link, #ledenlist li a:visited {
	color: #5B3B00;
}

/* #ledenlist li a:visited {
	background: url(../../img/ledenlist-on.gif) center right no-repeat;
} */

#ledenlist li a:hover {
	background: url(../../img/ledenlist-on.gif) center right no-repeat;
	font-weight: bold;
}

.thumb {
	float: right;
	margin-left: .5em;
}

.thumbcaption {
	font-size: .8em;
}

#subnavlist {
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	border-top: 3px solid #5B3B00;
}

#subnavlist li {
	border-bottom: 1px solid #5B3B00;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnavlist li a {
	color: #5B3B00;
	display: block;
	line-height: 24px;
	text-decoration: none;
}

#subnavlist li a:link, #subnavlist li a:visited {
	color: #E5A015;
}

#subnavlist li a:hover, #subnavlist li a.active {
	color: #5B3B00;
}

ul.agenda {
	margin-bottom: 2em;
}

ul.agenda li {
	border-bottom: #CCC 1px solid;
	padding: .5em 0;
}

img.pdf {
	vertical-align: middle;
}

.terug {
	background-color: #AD9D7F;
	border: #5B3B00 1px solid;
	color: #FFF;
	cursor: pointer;
	font-size: .9em;
	margin-top: 3em;
	padding: .2em;
	text-align: center;
	width: 15em;
}

.terug a:link, .terug a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
}

.terug a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:link {
	color: #5B3B00;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #17558E;
	text-decoration: underline;
}

/* Formy */

legend {
	font-weight: bold;
	margin-bottom: .5em;
}

label {
	float: left;
	width: 150px;
	display: block;
	clear: left;
	margin-right: 1em;
	padding: 4px 0;
	text-align: left;
	cursor: hand;
}

textarea, input, select {
	padding: 2px;
	margin: 0.5em 0.5em 0 0;
}

textarea {
	border: 1px solid #666;
}

textarea:hover, input[type="text"]:hover, textarea:focus, input[type="text"]:focus {
	border: 1px solid #5B3B00;
}

input[type="text"] {
	border: 1px solid #666;
}

input[type="submit"] {
	margin: 0.5em 0.5em 0 0;
	padding: .4em;
}

input[type="checkbox"] {
	color: #000;
}

input[type="radio"] {
	padding: 0.5em;
	background-color: #fff;
	color: #000;
}

.map_btn_container{
	margin: 1em 0;
	padding:0;
}

.map_btn{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	display:inline;
}

.map_btn a:link,.map_btn a:visited{
	border: 2px solid #d49004;
	background:#E5A015;
	padding: 5px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}

.map_btn a:hover{
	background:#5B3B00;
	border: 2px solid #4a2a00;
}
