@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font: 100.1% Georgia, "Times New Roman", serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/* TinyMCE specific rules */
body.mceContentBody {
	font: 100.1% Georgia, "Times New Roman", serif;
	background: white;
	text-align: left;
}
input, select, textarea {
	font-family: Georgia, "Times New Roman", serif;
	color: #97530A;
}
textarea {
	font-size: 0.9em;
}
ul {
	list-style: none;
}
h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
}
h1, h2 {
	margin-top: 30px;
}
p {
	margin-top: 15px;
}
h1, #content_menu h2 {
	font-size: 1.4em;
	color: #00BCE4;
}
h2, #content_menu h1 {
	font-size: 1.2em;
	color: #333;
}
h3 {
	font-size: 1em;
	font-style: bold;
	color: #000;
}
a {
	color: #000;
}
a:hover, a.active {
	color: #00BCE4;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 100%;
	/*border: 1px #f00 solid;*/

}
#header {
	background: url(img/header_bg.png) repeat-x 0px 0px;
	height: 116px;
	/*border: 1px #f00 solid;*/
}
#headerimage_nl {
	position: relative;
	background: url(img/header_nl.png) no-repeat 0px 0px;
	height: 116px;
	width: 1000px;
	margin: 0 auto;
	/**/
	/*border: 1px #f00 solid;*/
}
#headerimage_fr {
	position: relative;
	height: 116px;
	width: 1000px;
	margin: 0 auto;
	background: url(img/header_fr.png) no-repeat 0px 0px;
	/*border: 1px #f00 solid;*/
}
#menu {
	position: relative;
	top: 86px;
	/*background: url(img/menu.png) no-repeat 0 0;*/
	height: 30px;
	/*margin-top: 86px;*/
	/*border: 1px #f00 solid;*/

}
#maincontent {
	width: 1000px;
	margin: 0 auto;
	background: url(img/submenu_border.png) repeat-y 260px 0px;
	/*border: 1px solid #f00;*/

}
#content {
	margin: 0 0 30px 320px;
	min-height: 650px;
	padding: 39px 50px 0 40px;
	color: #4B2802;
}
#content_db, #content_users {
	margin: 40px 0 30px 0px;
	font-size: 0.9em;
	color: #4B2802;
}
.content_titel {
	display: block;
	font-size: 1.5em;
	margin-bottom: 1em;;
}
#switch {
	font-size: 0.6em;
	text-align: right;
}
#switch, #switch a {
	color: #f00;
}
#footer {
	background: url(img/footer_bg.png) repeat-x 0px 0px;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#footerimage_nl {
	width: 1000px;
	margin: 0 auto;
	background: url(img/footer_nl.png) no-repeat 0 0;
	height: 60px;
}
#footerimage_fr {
	width: 1000px;
	margin: 0 auto;
	background: url(img/footer_fr.png) no-repeat 0 0;
	height: 60px;
}
#language {
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: Arial, Helvetice, sans;
	font-size: 10px;
	color: #fff;
}
#login {
	position: absolute;
	right: 20px;
	top: 50px;
	font-family: Arial, Helvetice, sans;
	font-size: 10px;
	color: #fff;
}
#language a, #login a {
	text-decoration: none;
	color: #fff;
}

/* menu */
#menu ul {
	margin-left: 20px;
	list-style: none;
	line-height: 30px;
	font-size: 0.9em;
}
#menu ul li {
	
	float: left;
}
#menu ul li a {
	display: block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover{
	background: #4B2802;
}
#menu ul li a.current {
	background: #97530A;
}
#menu ul li a.current:hover {
	cursor: default;
}
/*
#menu ul li a:hover {
	color: #4B2802;
}
*/
/* end menu */

/* submenu */
#submenu {
	margin-top: 0px;
	height: 100%;
	float: left;
	width: 320px;
	/*background: url(img/submenu_border.png) repeat-y 260px 0px;*/
	/*border: 1px solid #f00;*/
}
#submenu_header {
	height: 60px;
	width: 280px;
	margin-left: 20px;
	margin-top: 1px;
	background: #e4ddd6 repeat 0px 0px;
	color: #4b2802;
	font-size: 1em;
	line-height: 60px;
	padding-left: 20px;
	/*border: 1px solid #f00;*/
}
#submenu ul {
	font-size: 0.9em;
	list-style: none;
	margin: 20px 0 20px 20px;
}
#submenu ul li {
	line-height: 2em;
	border-bottom: 1px solid #e4ddd6;
	padding-left: 20px;
}
#submenu ul li a {
	display: block;
	color: #97530A;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #4B2802;
}
#submenu ul li a.current {
	color: #4B2802;
}
#submenu ul li a.current:hover {
	cursor: default;
}
/* end submenu */

/* content */
#content {
	font-size: 0.9em;
}
#content ul {
	list-style: disc;
	margin-left: 20px;
}

/* end content */

#query_save {
	margin-bottom: 1em;
}
#saved_queries {
	margin-top: 1em;
}

/* tables */
ul.lidmaatschap {
	padding: 20px 0 20px 150px;
}

table .row0 {
	background: #e4ddd6;
}
table .row1 {
	background: #fff;
}
table .label, table .label_note {
	text-align: right;
	width: 150px;
}
table .label_note {
	color: #f00;
}
table .label_groote {
	width: 200px;
}

table input {
	width: 300px;
}
table input.btn {
	width: 100px;
}
table input.checkbox {
	width: 15px;
}
table input.small {
	width: 140px;
	text-align: left;
}
table .label_small {
	width: 100px;
	text-align: right;
}

table input.datum {
	width: 150px;
}
table ul {
	list-style: none;
}
table ul li input {
	width: 15px;
}
table ul li input.full {
	width: 220px;
}
table#results {
	font-size: 0.7em;
}

/* end tables */

/* begin admin */
#admin_login {
	width: 350px;
	margin: 100px auto 0 auto;;

}
#admin_login input {
	width: 200px;
}
#admin_login input.button, input.button {
	width: 100px;
}
#admin_login legend {
	color: #4b2802;
	font-weight: bold;
	padding: 5px 10px;
}
.admin, .admin a, .note {
	font-size: .8em;
	color: #f00;
}
/* end admin */

/* begin db */
div.resultatenheader {
	margin-bottom: 20px;
	font-size: 0.7em;
}
/* end db */

/* frontpage (taalselectie) */
#front_bg {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 212px;
	margin-top: -106px;
	background: url(img/frontpage.png) repeat-x 0 0;
}
#front_taal {
	width: 400px;
	height: 212px;
	margin: 0 auto;
}
/* end frontpage (taalselectie) */

/* users */
.footnote {
	padding: 20px 60px 10px 60px;
	color: #f00;
	font-size: 0.75em;
}
.uitleg {
	margin: 20px 30px 20px 30px;
	color: #97530A;
}
.notice {
	margin: 20px 30px 20px 30px;
	color: #4B2802;
}
/* end users */