body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #d1d3b9;
	background-color: #646462;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
}

h1 {
	font-family: Myriad Web Pro, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0 5px 10px;
}

h2 {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #e1e16b;
}

div#banner img#logo {
	position: absolute;
	top: 20px;
	left: 10px;
}

div#banner div#adminlogin {
	position:absolute;
	top: 100px;
	left: 7px;
}

div#banner div#adminlogin a {
	color: #353d00;
}

div#menu {
	background-image: url(../img/menubar_bg.gif);
	background-repeat: repeat-x;
	height: 96px;
	width: 100%;
}

div#menu ul {
	margin: 0;
	margin-left: 210px !important;
	margin-left: 120px;
	padding-top: 5px;
	list-style: none;
	height: 80px;
	width: 725px;
	float: left;
}

div#menu ul li {
	display: inline;
	border-right: 3px solid #707527;
	float: left;
	width: 75px;
	text-align: center;
	padding: 66px 10px 10px 10px;
}

div#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #767b2a;
	padding: 59px 5px 0 5px;
	background-repeat: no-repeat;
	background-position: center -5px;
}
	
div#menu ul li a:hover, div#menu ul li a.selected {
	color: #2e3300;
}

div#menu ul li#home {
	border-left: 3px solid #707527;
}

div#menu ul li#home a{
	background-image: url(../menu_ico/home.gif);
}

div#menu ul li#fotos a{
	background-image: url(../menu_ico/fotos.gif);
}

div#menu ul li#kalender a{
	background-image: url(../menu_ico/kalender.gif);
}

div#menu ul li#lidworden a{
	background-image: url(../menu_ico/lidworden.gif);
}

div#menu ul li#links a{
	background-image: url(../menu_ico/links.gif);
}

div#menu ul li#deronde a{
	background-image: url(../menu_ico/deronde.gif);
}

div#menu ul li#hanigun a{
	background-image: url(../menu_ico/hanigun.gif);
}

div#menu ul li#home a:hover, div#menu ul li#home a.selected{
	background-image: url(../menu_ico/home_over.gif);
}

div#menu ul li#fotos a:hover, div#menu ul li#fotos a.selected{
	background-image: url(../menu_ico/fotos_over.gif);
}

div#menu ul li#kalender a:hover, div#menu ul li#kalender a.selected{
	background-image: url(../menu_ico/kalender_over.gif);
}

div#menu ul li#lidworden a:hover, div#menu ul li#lidworden a.selected{
	background-image: url(../menu_ico/lidworden_over.gif);
}

div#menu ul li#links a:hover, div#menu ul li#links a.selected{
	background-image: url(../menu_ico/links_over.gif);
}

div#menu ul li#deronde a:hover, div#menu ul li#deronde a.selected{
	background-image: url(../menu_ico/deronde_over.gif);
}

div#menu ul li#hanigun a:hover, div#menu ul li#hanigun a.selected{
	background-image: url(../menu_ico/hanigun_over.gif);
}

div#submenu {
	position: absolute;
	left: 20px;
	top: 180px;
	min-height: 269px;
	margin: 0;
	padding: 10px 15px;
	border: 1px solid #55591e;
	border: 3px solid #707527;
	background-color: #bacb49;
	background-image: url(../img/submenu_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#submenu ul li {
	display: block;
	padding: 5px 4px;
	text-align: left;
}

div#submenu ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #767b2a;
}
	
div#submenu ul li a:hover {
	color: #2e3300;
}

div#submenu ul li a.selected {
	color: #2e3300;
}

div#text {
	width: 70%;
	margin-left: 165px;
	padding-top: 45px;
}

div#gallery {
	width: 60%;
	margin-left: 265px;
	padding-top: 45px;
}

div.foto {
  	position: relative;
	float: left;
	border: 1px solid #000000;
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

div.foto img{
	width: 100px;
	height: 100px;
	border: 0;
}

div.foto div.controls_bg {
	width: 100px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	-moz-opacity: 0.4;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}

div.foto div.controls {
	width: 100px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

div.foto div.controls a img{
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 1px;
}

div.nieuwsitem, div.liditem {
	border-bottom: 1px solid #2e3300;
	margin-bottom: 10px;
}

div.nieuwsitem p.datum {
	font-style: italic;
}

div#toevoegen a, div.aanpassen_verwijderen a {
	text-decoration: none;
	color: #d1d3b9;
	font-weight: bold;
}

div#toevoegen {
	margin-bottom: 20px;
}

div#toevoegen img, div.aanpassen_verwijderen img {
	width: 24px;
	height: 24px;
	border: 0;
}

div.aanpassen_verwijderen img {
	float: right;
	margin-right: 5px;
}

div.aanpassen_verwijderen {
	width: 100%;
	height: 30px;
}

table#dans_table, table#links_table {
	width: 100%;
	margin-top: 20px;
}

table#dans_table th, table#links_table th {
	text-align: left;
}

table#dans_table td a, table#links_table a {
	text-decoration: none;
}

table#dans_table td img, table#links_table td img {
	width: 24px;
	height: 24px;
	border: 0;
}

legend {
	color: #d1d3b9;
}

form div {
	clear: left;
	margin-bottom: 2px;
}

form label {
	display: block;
	float: left;
	width: 200px;
	margin-top: 2px;
	padding-left: 22px;
	font-weight: bold;
	cursor: pointer;
}

form label.required {
	background-image: url(../img/form/required.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.problem {
	background-image: url(../img/form/caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.completed {
	background-image: url(../img/form/complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form input, textarea {
	border: 1px solid #979797;
}

form input:focus, textarea:focus {
	border: 1px solid #000000;
}

form div.submitdiv {
	margin-left: 202px;
	padding-left: 22px;
	padding-top: 3px;
}

form p {
	height: 16px;
	font-weight: bold;
	padding-left: 22px;
	margin: 4px 20px 4px 0;
	clear: both;
}

form div.radiodiv label {
	font-weight: normal;
	padding: 0;
	width: 300px;
	display: inline;
	clear: right;
}

form div.radiodiv input {
	clear: left;
	float: left;
	padding-left: 22px;
	margin: 1px 4px 4px 22px;
	border: 0;
}

form div.openingsuren_dag label {
	margin-left: 50px;
	width: 150px;
	font-weight: normal;
}

div#evenementen_upcevents, div#aankondigingen {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #353d00;
}

div#aankondigingen {
	float: right;
	margin-left: 10px;
}

div#aankondigingen .evenement_naam {
	color: #e1e16b;
}

div#evenementen_upcoming h3 {
	margin: 0;
	padding: 0;
}

div#evenementen_upcoming {
	width: 250px;
}

div#evenementen_upcoming div.evenementen_upcoming_event {
	margin-top: 10px;
}

div#evenementen_overzicht {
	clear: both;
}

table.clmonth {
	border-collapse: collapse;
	width: 420px;
	margin: 0 20px 20px 20px;
	background-color: #9fa63b;
	color: #353d00;
}

table.clmonth a.cal_navigatie {
	font: normal 90% Georgia, Times, serif;
	color: #353d00;
}

table.clmonth a.cal_navigatie .visited {
	color: #353d00;
}

table.clmonth td.cal_huidig {
	font: bold 110% Georgia, Times, serif;
	color: #353d00;
}

table.clmonth th {
	border: 1px solid #aaaaaa;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #cccccc;
	color: #353d00;
	font-size: 90%;
}

table.clmonth td {
	border: 1px solid #eaeaea;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

table.clmonth td a, table.clmonth td a .visited {
	color: #000000;
}

table.clmonth td.cl_select {
	background-color: #d6d643;
}

table.clmonth td.cl_select a {
	color: #353d00;
}

table.clmonth td.cl_event {
	background-color: #e1e16b;
  	border: 2px solid #353d00;
}

table.clmonth td.cl_event a {
	color: #353d00;
}

table.clmonth td.cl_event_select {
	background-color: #d6d643;
  	border: 2px solid #353d00;
}

table.clmonth td.cl_event_select a {
	color: #353d00;
}

div.wrap_evenement {
	border-top: 1px solid #353d00;
}

div.wrap_evenement span.datum_evenement {
	font-style: italic;
}

div.wrap_evenement div.admin_evenementen {
	margin-top: 20px;
}

div.wrap_evenement div.admin_evenementen img {
	border: 0;
}

div#map {
	height: 300px;
	width: 500px;
	color: #000000;
}


