body {
  background: #731500;
  font-family: Lucida Sans Unicode, Verdana, sans-serif;
  font-size: 9pt;
  padding: 0;
  margin: 0;
  color: #3c1800;
}

input, select, textarea, button {
  font-family: Lucida Sans Unicode, Verdana, sans-serif;
  font-size: 9pt;
  color: #3c1800;
}

a {
  color: #3c1800;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

li {
  list-style: square url('../images/li.gif');
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

td, th {
  vertical-align: top;
  text-align: left;
  padding: 0;
  margin: 0;
}

table#tab_table {
  background: url('../images/top_border_bg.jpg') no-repeat left bottom;
  width: 790px;
  height: 20px;
  margin-top: 10px;
}

table#menu {
  float: right;
  margin-right: 25px;
}

table#menu td {
  font-family: Arial;
  width: 82px;
  height: 25px;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  vertical-align: top;
  color: #dcdbdd;
}

table#menu td:hover {
  color: #efefef;
  cursor: pointer;
}

table#menu td.active {
  color: #fff;
  padding-top: 6px;
  background: url('../images/tab_1.jpg') bottom no-repeat;
}

table#menu td.inactive {
  padding-top: 5px;
  background: url('../images/tab_2.jpg') bottom no-repeat;
  cursor: pointer;
}

table#header {
  width: 790px;
  height: 214px;
  background: url('../images/top_bg.jpg');
}

td#flash_header {
  padding-left: 24px;
  padding-top: 16px;
}

table#content {
  width: 790px;
  height: 315px;
  background: url('../images/content_bg.jpg');
}

td#contentBox {
  padding-right: 10px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 10px;
  text-align: justify;
}

td#contentBox h1 {
  font-size: 10pt;
  border-bottom: 1px solid #3c1800;
  color: #190e01;
  margin-top: 0;
  margin-bottom: 3px;
}

td#contentBox a img {
  border: 1px solid #3c1800;
}

td#sidebar {
  background: url('../images/box_bg.jpg') no-repeat;
  width: 191px;
  font-size: 8pt;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
}

td#sidebar h1 {
  font-size: 10pt;
  margin-bottom: 5px;
}

div#contentDiv {
  width: 539px;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 288px;
  padding-right: 5px;
}

td#contentBox form table th {
  width: 120px;
}

td#contentBox form table th, td#contentBox form table td {
  padding: 1px;
}

td#contentBox form input[type="text"], td#contentBox form select, td#contentBox form textarea {
  background: #fcfcf8;
  border: 1px solid #731500;
  padding: 1px;
}

img.impressie {
  border: 1px solid #731500;
  margin-top: 5px;
  margin-bottom: 5px;
}

img.left {
  margin-right: 5px;
  float: left;
}

img.right {
  margin-left: 5px;
  float: right;
}