html, body {
 height: 100%;
 margin: 0px;
 font-family: Arial, Verdana;
 font-size: 12px;
 background: #c0c0c0;
 text-align: center;
}
input, submit, button {
 font-family: Arial, Verdana;
 font-size: 12px;
 border: 1px solid #000080;
 background: #ffffff;
 padding-left: 3px;
 padding-right: 3px;
}
table {
 font-family: Arial, Verdana;
 font-size: 12px;
 empty-cells: show;
}
#contents table td, #contents table th {
 padding-right: 3px;
}
#contents table.data th {
 text-align: left;
 font-weight: bold;
 color: #ffffff;
 background: #000080;
 padding-left: 3px;
}
#contents table.data td {
 padding-left: 3px;
 padding-right: 3px;
 border-bottom: 1px solid #000080;
}
ul, ol {
 margin-top: 8px;
 margin-bottom: 8px;
 margin-right: 0px;
 margin-left: 0px;
 padding: 0px;
}
li {
 margin: 0px;
 margin-left: 20px;
}
strong {
 font-weight: bold;
}
.error {
 color: #ff0000;
}
span.onzeker {
 color: #ff0000;
}
h1 {
 width: 95%;
 font-size: 16px;
 font-weight: bold;
 margin-top: 3px;
 margin-bottom: 0px;
 border-bottom: 1px solid #000080;
}
h2 {
 font-size: 13px;
 margin-bottom: 0px;
 margin-top: 12px;
 font-variant: small-caps;
 letter-spacing: 1px;
}
h2:first-letter {
 font-size: 15px;
 color: #000080;
 font-weight: bold;
 border-bottom: 2px solid #000080;
}
p {
 margin-top: 4px;
}
a, a:hover, a:visited, a:active {
 color: #0000ff;
}
a:hover, a:active {
 text-decoration: none;
}
#contents table.data a, #contents table.data a:hover, #contents table.data a:active, #contents table.data a:visited {
 text-decoration: none;
 color: #000040;
}
div.menu_item a, div.menu_item a:hover, div.menu_item a:visited, div.menu_item a:active {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}

#container {
 width: 88%;
 height: 100%;
 margin: auto;
 padding: 0px;
 text-align: left;
}
table.vertical_container {
 height: 100%;
 width: 100%;
 padding: 0px;
}
table.vertical_container td {
 vertical-align: top;
 background: #ffffff;
 padding: 0px;
}
#top_spacer, #bottom_spacer {
 height: 10px;
 padding: 0px;
 background: #c0c0c0;
}
#top_container {
 width: 100%;
 height: 59px;
 text-align: right;
 padding-right: 0px;
 background-color: #000080;
 background-image: url(../img/header_repeat.jpg);
 background-repeat: repeat-x;
}
#top_menu {
 height: 18px;
 text-align: right;
 padding-top: 10px;
 position: relative;
}
#logo {
 width: 500px;
 height: 60px;
 float: left;
 border: 0px;
}
div.menu_item {
 font-family: Verdana, Arial;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 padding-right: 20px;
 padding-left: 20px;
}
#contents {
 vertical-align: top;
 padding: 7px;
}
table.vertical_container td.copyright {
 height: 30px;
 vertical-align: bottom;
}
#copyright {
 padding-left: 7px;
 padding-right: 7px;
 padding-bottom: 5px;
 text-align: center;
 color: #808080;
}