html {
    margin: 0 auto;
}

body {
    background: url(images_white/background.gif) repeat-y top center #fff;
    color: #404040;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
}

/* Menu */
#top_menu {
    position: relative;
    width: 1010px;
    margin: 0 auto;
}

#top {
    margin: 0 auto;
}

#humo_menu {
    background: linear-gradient(rgb(244, 244, 255) 0%, rgb(219, 219, 219) 100%);
    margin: 0 auto;
}

#humo_menu a {
    color: #000000;
}

/* Pop-up menu */
#humo_menu ul.humo_menu_item2 li a {
    background: linear-gradient(rgb(244, 244, 255) 0%, rgb(219, 219, 219) 100%);
}

#humo_menu a:visited {
    color: #000000;
}

#humo_menu a:active {
    color: #2288dd;
}

#humo_menu a:hover {
    color: #2288dd;
}

/* #humo_menu a:hover { */
#humo_menu a:hover,
#humo_menu ul.humo_menu_item2 li a:hover {
    background: url("images_white/white.jpg") repeat left top;
}

#humo_menu #current a,
#humo_menu #current_top {
    background: url("images_white/white.jpg") repeat left top;
    color: #333;
}

/* top bar in left - content - right boxes: only in main menu */
/*
.mainmenu_bar {
	background: none;
	border-bottom: 4px solid #dadada;
	color: #4088b8;
}
*/

#mainmenu_centerbox {
    box-shadow: 0px 0px 0px #999;
}

.search_bar {
    background: url("images_white/white.jpg") repeat left top;
}

#content {
    display: block;
    padding-left: 10px;
    position: relative;
    z-index: 3;
    height: 100%;
    max-height: 90%;
    top: 35px;
    width: 1005px;
    margin: 0 auto;
}

#rtlcontent {
    display: block;
    padding-right: 10px;
    position: relative;
    z-index: 3;
    height: 100%;
    max-height: 95%;
    top: 35px;
    width: 1024px;
    margin: 0 auto;
}

table.index_table {
    width: 1000px;
}

/* Tables */
table.humo {
    background-color: #ffffff;
}

/* 1st table A-Z */
.border {
    border: none;
}

table.humo {
    box-shadow: 0px 0px 0px;
}

table.humo td {
    border: none;
    /* achtergrond gezinsblad en 1e tabel */
    border-bottom: 2px solid #dadada;
}

table.humo tr:first-of-type td {
    border: none;
    border-bottom: 2px solid #dadada;
}

table.humo tr:first-of-type th {
    border: none;
}

/* 2nd table A-Z */
.family_page_toptext {
    color: #ffffff;
    background-image: none;
    color: black;
}

td.style_tree_text {
    background-color: #eeeeff;
}

.table_headline {
    background: linear-gradient(to bottom, rgb(244, 244, 255) 0%, rgb(219, 219, 219) 100%);
}

table.standard td.table_header {
    background-image: none;
}

div.photobook {
    background-color: #FFFFFF;
}

table.container {
    background-color: #FFFFFF;
}

table.reltable td {
    border: 0px;
}

footer {
    width: 1010px;
    margin: 0 auto;
}