
/* ============= */
/* HTML ELEMENTS */
/* ============= */

* {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 75%;
	line-height: 140%;
}

form {
	margin: 0px;
}

ul {
	list-style: square outside;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
}

td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

p {
	margin: 0em 0em 1em 0em;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #fa0026;
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

label,textarea,input,select {
	vertical-align: middle;
}

textarea,input,select,option {
	font-size: 100%;
}


/* ====== */
/* LAYOUT */
/* ====== */

div#main {
	width: 880px;
	margin: 0px auto 0px auto;
}

div#header {
	width: 880px;
}

div#header div#header_logo {
	float: left;
	width: 440px;
	height: 79px;
}

div#header div#header_modules {
	float: left;
	width: 440px;
	height: 79px;
}

div#header div#header_logo img#logo {
	width: 318px;
	height: 47px;
	margin-top: 21px;
	margin-left: 26px;
}

div#header div#header_images {
	clear: both;
	background: #cccccc;
	width: 880px;
	height: 136px;
	background: url('../images/background_header_onder.gif') top left
		no-repeat;
	position: relative;
}

div#content_left {
	float: left;
	width: 220px;
}

div#content_left div#navigation {
	width: 219px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 32px 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    background: #eeeeee;
}

div#content_left div#modules_left {
	width: 180px;
	padding: 15px 20px 15px 20px;
}

div#content_right_single {
	float: left;
	width: 660px;
	background: url('../images/background_content_right_single.gif') top
		left repeat-y;
	border-bottom: 1px solid #cccccc;
}

div#content_right_single div#mainbody {
	float: left;
	width: 620px;
	padding: 15px 20px 15px 20px;
}

div#content_right_double {
	float: left;
	width: 660px;
	background: url('../images/background_content_right_double.gif') top
		left repeat-y;
	border-bottom: 1px solid #cccccc;
}

div#content_right_double div#mainbody {
	float: left;
	width: 400px;
	padding: 15px 20px 15px 20px;
}

div#content_right_double div#modules_right {
	float: left;
	width: 180px;
	padding: 15px 20px 15px 20px;
}

div#footer {
	width: 840px;
	clear: both;
	color: #666666;
	font-size: 95%;
	padding: 10px 20px 20px 20px;
	text-align: right;
}
div#footer img {
	vertical-align: middle;
}

/* ======== */
/* MAINMENU */
/* ======== */


ul.menu {

}


ul.menu span.separator {
	
}

/* First level */
ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	list-style-type: none;
	background-image: url('../images/navigation_bullet_01.gif');
	background-position: 20px 4px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 35px;
}

ul.menu li:first-child {
	background-position: 20px 14px;
	background-repeat: no-repeat;
	padding: 12px 0px 2px 35px;
}

ul.menu a {
	text-decoration: none;
}

ul.menu span {
	font-weight: bold;
	color: #c8001f;
}

ul.menu a:hover span {
	color: #c8001f;
}

ul.menu li#current span {
	font-weight: bold;
	color: #c8001f;
}

ul.menu li.active {
	background-color: #dddddd;
	background-image: url('../images/navigation_bullet_02.gif');
}

/* Other levels */
ul.menu ul {
	margin: 0px;
	padding: 0px;
}

ul.menu ul li,ul.menu ul li:first-child {
	background: url('../images/navigation_bullet_03.gif') 0px 9px no-repeat;
	padding: 2px 0px 2px 10px;
}

ul.menu ul a {
	text-decoration: none;
}

ul.menu ul a:hover span,ul.menu li#current ul a:hover span,ul.menu ul a:hover span
	{
	color: #c8001f;
}

ul.menu li#current ul span,ul.menu ul span {
	font-weight: normal;
	color: #c8001f;
}

ul.menu ul li.active {
	background: url('../images/navigation_bullet_04.gif') 0px 9px no-repeat;
	padding: 2px 0px 2px 10px;
}


/* =========== */
/* JOOMLA CORE */
/* =========== */

.componentheading,.contentheading {
    color: #C8001F;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 100%;
}

.blog .contentheading {
    font-size: 1.2em;
    font-weight: bold;
    color: #C8001F;/*#999999*/
    padding-bottom: 10px;
    line-height: 100%;
}


td.article_column {
    padding-right: 20px;
}

DIV.moduletable {
    margin-bottom: 20px;
}

DIV#header DIV.moduletable {
    margin-bottom: 0px;
}

DIV.moduletable h3 {
    color: #000; /*was #999999*/
    font-size: 1.2em;
    margin: 0em 0em 1em 0em;
}
DIV.moduletable_contact{
	margin: 20px;
	font-size: 0.8em;
}
DIV.moduletable_webtentoonstelling{
	
}
DIV.moduletable_webtentoonstelling a{
	text-decoration: none;
	background-image: url('../images/navigation_bullet_01.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 15px;
	font-weight: bold;
}
a.readon,ul.latestnews a {
    color: #C8001F;
    text-decoration: none;
}

a.readon:hover,ul.latestnews a:hover {
    text-decoration: underline;
}

/* com_sectionex */
div#seartcllist_wrap .contentheading  {
	font-size: 1.2em;
    font-weight: bold;
    color: #C8001F;
    padding-bottom: 10px;
    line-height: 100%;
	    
}

div#seartcllist_wrap table.setblartcllist {
    margin-bottom: 20px;
}

div#seartcllist_wrap td.setd_title {
	padding-bottom: 10px;
}


/* com_search */

form#searchForm {
    padding: 10px;
    background: #e6e6e6;
}

form#searchForm table.contentpaneopen td {
    padding: 0px 5px 5px 0px;
    
}

fieldset.searchresult {
    margin: 10px 0px 20px 0px;
    border: none;
}

fieldset.searchresult span.small {

    font-style: italic;
    
}

contentpaneopen fieldset {
    margin: 5px 0px 5px 0px;
    
}


/* com_contact */

div.contact_email {
    margin: 0px 0px 20px 0px;
    background: #e6e6e6;
    padding: 10px; 
}

div.contact_email th,
div.contact_email td {
    text-align: left;
    vertical-align: top;
    padding: 0px 5px 5px 0px;
}

div.contact_email input[type="text"],
div.contact_email textarea {
    width: 300px;
}


/* ========== */
/* GENEALOGIE */
/* ========== */

div.genealogie_help {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 1px dashed #cccccc;
	background: #ffffff;
}

div.genealogie_help h3 {
	margin: 0px 0px 15px 0px;
}

a.genealogie_toggler {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

div.genealogie_form {
	margin: 0px 0px 20px 0px;
	background: #e6e6e6;
	padding: 10px;
}

div.genealogie_form th,div.genealogie_form td {
	text-align: left;
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}

div.genealogie_form ul {
	padding: 0px;
	margin: 0px;
}

div.genealogie_form li {
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.dt_data_table {
	
}

.dt_data_row_head {
	background: #cccccc;
}

.dt_data_row_data_odd {
	background: #ffffff;
}

.dt_data_row_data_even {
	background: #eeeeee;
}

.dt_data_cell_head {
	border: 1px #ffffff solid;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

.dt_data_cell_data {
	border: 1px #ffffff solid;
	padding: 4px;
}

.dt_data_cell_data_empty {
	border: 1px #ffffff solid;
	padding: 4px;
	font-style: italic;
}

.dt_data_cell_data_button {
	border: 1px #ffffff solid;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

.dt_data_cell_data_number {
	border: 1px #ffffff solid;
	padding: 4px;
	text-align: right;
	vertical-align: middle;
}

.dt_data_span_head {
	vertical-align: middle;
	color: #999999;
}

.dt_data_form {
	margin: 0px;
	width: 100%;
}

.dt_data_link_head {
	color: #092E37;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.dt_data_link_head:visited {
	color: #092E37;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.dt_data_link_head:hover {
	color: #092E37;
	text-decoration: underline;
}

.dt_data_text_head {
	color: #092E37;
	text-decoration: none;
	vertical-align: middle;
}

.dt_data_image_order {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 4px;
	vertical-align: middle;
}

.dt_data_image_order_empty {
	width: 1px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.dt_data_image_button {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.dt_summary_table {
	
}

.dt_summary_cell {
	padding: 10px 0px 10px 0px;
}

.dt_summary_text {
	
}

.dt_summary_text_numbers {
	font-weight: bold;
}

.dt_filter_table {
	
}

.dt_filter_cell {
	
}

.dt_filter_form {
	margin: 0px;
}

.dt_filter_link {
	text-decoration: none;
	vertical-align: middle;
	margin-right: 8px;
}

.dt_filter_link:visited {
	text-decoration: none;
	vertical-align: middle;
	margin-right: 8px;
}

.dt_filter_link:hover {
	text-decoration: underline;
}

.dt_filter_image_button {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.dt_filter_textfield {
	vertical-align: middle;
	margin-right: 5px;
	width: 100px;
}

.dt_filter_select {
	vertical-align: middle;
	margin-right: 5px;
}

.dt_navigation_table {
	
}

.dt_navigation_cell {
	padding: 8px 0px 8px 0px;
}

.dt_navigation_image_button_01 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.dt_navigation_image_button_02 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
}

.dt_navigation_image_button_03 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 4px;
	vertical-align: middle;
}

.dt_navigation_image_button_04 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.dt_navigation_text_current {
	margin: 0px 4px 0px 4px;
	font-weight: bold;
}

.dt_navigation_text_more {
	margin: 0px 4px 0px 4px;
	text-decoration: none;
}

.dt_navigation_link {
	margin: 0px 4px 0px 4px;
	text-decoration: none;
	color: #000000;
}

.dt_navigation_link:visited {
	margin: 0px 4px 0px 4px;
	text-decoration: none;
	color: #000000;
}

.dt_navigation_link:hover {
	text-decoration: underline;
	color: #000000;
}

.pn_summary_text {
	
}

.pn_summary_text_filename {
	
}

.pn_filter_table {
	margin: 0px auto 0px auto;
}

.pn_filter_cell {
	
}

.pn_filter_form {
	margin: 0px;
}

.pn_filter_link {
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	margin-right: 8px;
}

.pn_filter_link:hover {
	text-decoration: underline;
}

.pn_filter_image_button {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.pn_filter_textfield {
	vertical-align: middle;
	margin-right: 5px;
	width: 100px;
}

.pn_filter_select {
	vertical-align: middle;
	margin-right: 5px;
}

.pn_navigation_table {
	margin: 0px;
}

.pn_navigation_cell {
	padding: 8px 0px 8px 0px;
	vertical-align: middle
}

.pn_navigation_image_button_01 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.pn_navigation_image_button_02 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 8px 0px 0px;
	vertical-align: middle;
}

.pn_navigation_image_button_03 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 8px;
	vertical-align: middle;
}

.pn_navigation_image_button_04 {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.pn_navigation_text_current {
	font-weight: bold;
	vertical-align: middle;
}

.pn_navigation_text_more {
	text-decoration: none;
	vertical-align: middle;
}

.pn_navigation_link {
	text-decoration: none;
	vertical-align: middle;
}

.pn_navigation_link:hover {
	text-decoration: underline;
	vertical-align: middle;
}


/* ======= */
/* MEMORIX */
/* ======= */

.dynamic-tab-pane-control.tab-pane {
    position: relative;
    width: 100%;
}

.dynamic-tab-pane-control h2 {
    font-size: 1em;
    font-weight: normal;
}

.dynamic-tab-pane-control .tab-row {
    z-index: 1;
    white-space: nowrap;
}

.dynamic-tab-pane-control .tab-row .tab {
    cursor: default;
    display: inline;
    margin: 1px -2px 1px 2px;
    float: left;
    padding: 2px 5px 3px 5px;
    background: #e6e6e6;
    border: 1px solid;
    border-color: #ffffff #000000 #cccccc #ffffff;
    border-bottom: 0;
    z-index: 1;
    position: relative;
    top: 0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    border-bottom: 0;
    z-index: 3;
    padding: 2px 6px 5px 7px;
    border-color: #ffffff #000000 #cccccc #ffffff;
    margin: 1px -3px -2px 0px;
    top: -2px;
}

.dynamic-tab-pane-control .tab-row .tab a {
    text-decoration: none;
    cursor: default;
}

.dynamic-tab-pane-control .tab-page {
    clear: both;
    border: 1px solid;
    border-color: #ffffff #e6e6e6 #e6e6e6 #ffffff;
    background: #e6e6e6;
    z-index: 2;
    position: relative;
    top: -2px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

form.searchform table th,
form.searchform table td
    {
    text-align: left;
    vertical-align: top;
    padding: 0px 5px 10px 0px;
}

form.searchform table td img,
form.searchform table td input
    {
    vertical-align: middle;
}

table.letters {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.letters td {
    padding: 5px;
}

table.letters a {
    text-decoration: none;
    font-weight: bold;
}

table.letters span {
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;
}

table.values {
    margin-bottom: 20px;
}

div.beeldbank_help {
    margin: 0px 0px 20px 0px;
    padding: 10px;
    border: 1px dashed #cccccc;
    background: #ffffff;
}

div.beeldbank_help h3 {
    margin: 0px 0px 15px 0px;
}

a.beeldbank_toggler {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

/* Globale opmaak van metadata-tabel */
table.metadata {
	
}

table.metadata span.label {
	vertical-align: top;
	font-weight: bold;
	color: #000000;
}

table.metadata td {
	vertical-align: top;
	padding-bottom: 5px;
}

/* Tooltip die getoond wordt in gallery-weergave */
div.tooltip {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	/*background:#fff; */
	background: #ffffff;
	width: 350px;
	padding: 10px;
	/*border:solid 1px #999999;*/
	border: solid 1px #000000;
	overflow: hidden;
}

div.terug a {
	padding: 0 0 0 3px;
}

div.element {
	background-color: white;
	border: 1px solid #a7a6aa;
	height: 80px;
	overflow: auto;
	padding: 5px;
}

div.terug h1 {
	padding-top: 0px;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
}

/* Gallery-weergave van een memorix resultaat */
div.gallery {
	margin-top: 0px;
	margin-left: 0px;
}

div.gallery div.record {
	width: 200px;
	margin: 0px 5px 10px 0px;
	float: left;
	display: inline;
}

div.gallery div.thumbnail {
	width: 200px;
	height: 200px;
	padding: 0px;
	background: #E1E1E1 center no-repeat;
}

div.gallery div.toolbar {
	width: 198px;
	height: 25px !important;
	height: 26px;
	height /**/: /**/ 25px;
	text-align: center;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

div.gallery div.toolbar a {
	
}

div.gallery div.toolbar div {
	display: inline;
}

div.gallery div.toolbar div a img {
	margin: 4px 5px 5px 5px;
	vertical-align: middle;
}

div.gallery div.toolbar a.prev_img {
	margin: 4px 5px 5px 5px;
	float: left;
	display: inline;
	vertical-align: middle;
}

div.gallery div.toolbar a.next_img {
	margin: 4px 5px 5px 5px;
	float: right;
	display: inline;
	vertical-align: middle;
}

div.gallery div.metadata {
	display: none;
}

/* Lijst-weergave van een memorix resultaat */
div.list {
	margin-top: 0px;
	margin-left: 0px;
}

div.list div.record {
	margin: 0 40px 26px 0px;
}

div.list div.thumbnailtoolbar {
	width: 266px;
	margin-right: 15px;
	float: left;
}

div.list div.thumbnail {
	width: 266px;
	height: 266px;
	background: #E1E1E1 center no-repeat;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

div.list div.toolbar {
	width: 266px;
	height: 25px !important;
	height: 26px;
	height /**/: /**/ 25px;
	/*background: #cccccc;*/
	text-align: center;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

div.list div.toolbar a {
	
}

div.list div.toolbar div {
	display: inline;
}

div.list div.toolbar div a img {
	margin: 4px 5px 5px 5px;
	vertical-align: middle;
}

div.list div.toolbar a.prev_img {
	margin: 4px 5px 5px 5px;
	float: left;
	display: inline;
	vertical-align: middle;
}

div.list div.toolbar a.next_img {
	margin: 4px 5px 5px 5px;
	float: right;
	display: inline;
	vertical-align: middle;
}

div.list div.metadata {
	float: left;
	padding: 10px;
}

/* Detail-weergave van een memorix record */
div.detail {
	
}

div.detail div.topview {
	margin-top: 10px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 620px;
	height: 400px;
}

div.detail div.toolbar { /*background-color: white; */
	text-align: center;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	margin-bottom: 20px;
	width: 620px;
}

div.detail div.toolbar a {
	
}

div.detail div.toolbar div {
	display: inline;
}

div.detail div.toolbar div a img {
	margin: 4px 5px 5px 5px;
	vertical-align: middle;
}

div.detail div.toolbar a.prev_img {
	margin: 4px 5px 5px 5px;
	float: left;
	display: inline;
	vertical-align: middle;
}

div.detail div.toolbar a.next_img {
	margin: 4px 5px 5px 5px;
	float: right;
	display: inline;
	vertical-align: middle;
}

/* Opmaak van pager die in resultaat-weergaven getoond wordt */
div.pager {
	margin: 0px 26px 20px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

div.pager td.summary {
	vertical-align: middle;
	text-align: left;
}

div.pager td.pages {
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

div.pager td.pages a {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
	padding: 2px;
	text-decoration: none;
}

div.pager td.pages span.current {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
	padding: 2px;
	font-weight: bold;
	color: #ff0000;
}

div.pager td.pages img {
	vertical-align: middle;
}

div.pager td.perpage {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}

div.pager td.modeswitch {
	vertical-align: middle;
	text-align: right;
}

span.mrx_no_results {
	display: block;
	margin: 22px 0px 0px 0px;
}

/* Reactie-formulier */
div.commentaar {
	margin-top: 20px;
}

div.commentaar table.formulier {
	width: 940px;
	vertical-align: top;
}

div.commentaar td {
	vertical-align: top;
}

div.commentaar td.formulier-titel {
	background-color: #0066B0;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
}

div.commentaar table.formulier-inhoud {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
	font-weight: normal;
	border: solid 1px #ABABAB;
}

div.commentaar div.thumbnail {
	width: 260px;
	height: 260px;
	background: #ffffff center no-repeat;
	float: left;
	display: inline;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
}

div.commentaar div.reactie {
	float: left;
	display: inline;
}

div.commentaar .formulier-error {
	color: #FF0000;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
}

div.commentaar div.metadata {
	display: none;
}

textarea#commentaar {
	width: 410px;
}

table.metadata {
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 12px;
}

table.metadata td.label {
	font-weight: bold;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

table.tableforuitgebreid tr td {
	vertical-align: top;
}

table.tableforuitgebreid tr td.cell_form_head {
	vertical-align: top;
}

DIV.search {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

DIV.search input {
	vertical-align: middle;
}


/* ====== */
/* ALBUMS */
/* ====== */

table.albumlist {
	
}

table.albumlist th,
table.albumlist td {

}


table.albumlist tr.spacer div {
    height: 15px;
    margin-top: 15px;
    border-top: 1px solid #cccccc;
}

table.albumlist td.thumbnail {
    padding-right: 10px;
}

table.albumlist td.info a {
    font-weight: bold;
}

/* ==== */
/* MISC */
/* ==== */

input.button,
button {
	background: #828282;
	color: #ffffff;
}

input.inputbox,
textarea.inputbox {
	border: 1px solid #828282;
}

span.label {
	font-weight: bold;
}

div.right {
	margin-left: 10px;
}

div.left {
	margin-right: 10px;
}

div.img_caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 100%;
	padding: 5px 0px 5px 0px;
}


/* =========== */
/* menugallery */
/* =========== */
ul.menugallery{
	clear:both;
	margin: 0;
	padding: 0;
	margin-left: -20px;
	padding-left: 20px;
	width: 420px;
}
ul.menugallery li {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 140px;
	margin-right:20px;
	/*padding: 6px;*/
	font-size: 0.9em;
}
ul.menugallery li a{
	text-decoration: none;
}
ul.gen_akties{
	list-style: none;
	margin: 0;
}
ul.gen_akties li {
	padding-left: 20px;
	margin:4px 0;
}
ul.gen_akties li.akteinzien {
	background: url(/components/com_genealogie_zoeken/images/icon_inzienakte.gif) top left no-repeat;
}
ul.gen_akties li.registerinzien {
	background: url(/components/com_genealogie_zoeken/images/icon_inzienregister.gif) top left no-repeat;
}
ul.gen_akties li.uwreactie {
	background: url(/components/com_genealogie_zoeken/images/icon_reactie.gif) top left no-repeat;
}
ul.gen_akties li.terugnaarresultaat {
	background: url(/components/com_genealogie_zoeken/images/icon_resultaat.gif) top left no-repeat;
	margin-top: 20px;
}
ul.gen_akties li.zoekenaanpassen {
	background: url(/components/com_genealogie_zoeken/images/icon_formulier.gif) top left no-repeat;
}
.detail_gen_img{
	margin-right: 5px;
}
a.genealogie_toggler{
	background: url(/components/com_genealogie_zoeken/images/icon_info.gif) top left no-repeat;
	padding-left: 20px;
}
table.dt_data_table{
	width: 100%;
}
