@charset "utf-8";

body {
  margin: 0; padding: 0;
  margin-bottom: 1em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  /*background-image: url(images/bg.gif);*/
  background-color: #e9e9c6; /*fff7c7 fafaee fafac3*/
}
a {
  color: #000000;
  text-decoration: none;
}
a.activ {
  color: #ee0000;
}
.small {
  font-size: 0.8em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
form {
  margin: 0; padding: 0;
}
input, select, textarea {
  font: normal 8pt Verdana, Arial, sans-serif;
  width: 18em;
  border: 1px solid #e0e0af;
  background-color:#eeeec6;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
}
marquee {
  color: #ee0000;
  font-weight: bold;
  font-size: 10pt;
  height: 22em;
  text-align: center;
}
img {
  border: none;
}
/*************** header ***************/
div#center-box {
  width: 950px;
  margin: 0 auto;
  background-color: #ffffff;
}
table#header img {
  float: left;
}
div#print-header {
  display: none;
}
/*************** menu ***************/
table#menu {
  margin: 20px 0;
}
table#menu td {
  vertical-align: top;
  text-align: center;
  border-left: 2px solid #ffffff;
}
table#menu td.first {
  border: none;
}
* html table#menu td.first {         /* IE hack */
  width: 5em;
}
*:first-child+html table#menu td.first {         /* IE hack */
  width: 5em;
}
table#menu a {
  display: block;
  padding: 4px 1em;
  background-color: #e0e0af;
  white-space: nowrap;
  font-weight: bold;
}
* html table#menu a {                /* IE hack */
  padding: 4px 0;
  width: 100%;
}
*:first-child+html table#menu a {    /* IE hack */
  padding: 4px 0;
  width: 100%;
}
* html table#menu li {               /* IE hack */
  display: inline;
}
*:first-child+html table#menu li {   /* IE hack */
  display: inline;
}
table#menu a:hover {
  background-color: #ee0000;
  color: #ffffff;
}
table#menu ul li:hover > a {
  background-color: #ee0000;
  color: #ffffff;
}
table#menu ul li:hover ul#submenu {
  display: block;
}
table#menu ul li:hover ul#submenu-lit {
  display: block;
}
table#menu ul.sublink li {
  position: relative;
}
table#menu ul#submenu li {
  position: relative;
}
table#menu ul#submenu-lit li {
  position: relative;
}
table#menu ul {
  margin: 0; padding: 0;
  list-style: none;
}
table#menu ul li ul {
  display: none;
  text-align: left;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
table#menu ul li ul a {
  border-bottom: 2px solid #ffffff;
  background-color: #eeeec6;
  font-weight: normal;
  padding: 3px 1em;
}
* html table#menu ul#submenu a {        /* IE hack */
  padding-left: 1em;
}
*:first-child+html table#menu ul#submenu a {        /* IE hack */
  padding-left: 1em;
}
table#menu ul#submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
* html table#menu ul#submenu {     /* IE hack */
  margin-left: -50%;
  width: 11em;
}
*:first-child+html table#menu ul#submenu {     /* IE hack */
  margin-left: -75%;
  width: 12em;
}
table#menu ul#subsubmenu1, table#menu ul#subsubmenu2 {
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 2px solid #ffffff;
  z-index: 1;
}
* html table#menu ul#subsubmenu1 {     /* IE hack */
  width: 15em;
}
* html table#menu ul#subsubmenu2 {     /* IE hack */
  width: 12em;
}
*:first-child+html table#menu ul#subsubmenu1 {     /* IE hack */
  width: 16em;
}
*:first-child+html table#menu ul#subsubmenu2 {     /* IE hack */
  width: 13em;
}
table#menu ul#submenu img {
  position: absolute;
  top: 3px;
  right: 2px;
}
table#menu ul#submenu li:hover ul {
  display: block;
}
* html table#menu ul#submenu-lit a {        /* IE hack */
  padding-left: 1em;
}
*:first-child+html table#menu ul#submenu-lit a {        /* IE hack */
  padding-left: 1em;
}
table#menu ul#submenu-lit {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
* html table#menu ul#submenu-lit {     /* IE hack */
  margin-left: -50%;
  width: 11em;
}
*:first-child+html table#menu ul#submenu-lit {     /* IE hack */
  margin-left: -75%;
  width: 12em;
}
table#menu ul#submenu-lit img {
  position: absolute;
  top: 3px;
  right: 2px;
}
table#menu ul#submenu-lit li:hover ul {
  display: block;
}
/************** main  ***************/
table#main-box {
  width: 950px;
}
/************** left  ***************/
td#adresses {
  background-color: #e0e0af;
  width: 18em;
  padding: 1em;
  vertical-align: top;
  font-size: 8pt;
}
* html td#adresses {                 /* IE hack  */
  width: 20em;
}
*:first-child+html td#adresses {                 /* IE hack  */
  width: 20em;
}
td#adresses div.title {
  font-weight: bold;
  font-size: 11pt;
}
td#adresses a {
  background: url('images/pfeil.gif') no-repeat;
  padding-left: 7px;
}
td#adresses a:hover {
  color: #ee0000;
}
/************** left menu ***************/
td#links {
  background-color: #e0e0af;
  vertical-align: top;
  width: 13em;
}
td#links ul {
  margin: 0; padding: 0;
  list-style: none;
  z-index: 0;
}
td#links li a {
  display: block;
  padding: 3px 1em;
  font-weight: bold;
  background-color: #e0e0af;
  border-bottom: 2px solid #ffffff;
  white-space: nowrap;
}
td#links li ul li a {
  background-color: #eeeec6;
  font-weight: normal;
  white-space: normal;
}
* html td#links ul li a {        /* IE hack */
  padding-left: 1em;
  width: 100%;
}
td#links ul li a:hover {
  background-color: #ee0000;
  color: #ffffff;
}
td#links ul li:hover > a {
  background-color: #ee0000;
  color: #ffffff;
}
td#links li ul {
  display: none;
}
td#links li:hover ul {
  display: block;
}
td#links ul.openmenu {
  display: block;
}
/************** middle, right  ***************/
td#main-content {
  background-color: #ffffff;
  padding: 1em;
  vertical-align: top;
}
td#extra-stuff {
  background-image: url('images/bg-news.gif');
  width: 7.4em;
  padding: 1ex;
  text-align: center;
  vertical-align: top;
}
* html td#extra-stuff {             /* IE hack */
  padding-top: 3ex;
  width: 8.4em;
}
*:first-child+html td#extra-stuff { /* IE hack */
  padding-top: 3ex;
  width: 8.4em;
}
td#extra-stuff a:hover {
  color: #ee0000;
}
td#main-content a {
  background: url('images/link.gif') no-repeat;
  padding-left: 10px;
  font-weight: bold;
}
td#main-content a:hover {
  color: #ee0000;
}
td#main-content img#first-pic {
  float: left;
  margin-right: 4em;
  margin-bottom: 4ex;
}
td#main-content p, td#main-content dl {
  padding-bottom: 2em;
}
td#main-content h2 {
  font-size: 12pt;
  font-weight: bold;
}
td#main-content h2.first-h2 {
  margin-top: 0;
}
td#main-content p#first-p {
  padding-top: 1em;
}
td#main-content p.depend {
  padding-bottom: 1em;
}
td#main-content table {
  border: 1px solid #e0e0af;
  margin-bottom: 2em;
}
* html td#main-content table {             /* IE hack */
  width: 96%;
}
*:first-child+html td#main-content table { /* IE hack */
  width: 96%;
}
td#main-content table td, td#main-content table th {
  background-color: #e0e0af;
  border: 1px solid #ffffff;
  vertical-align: top;
  padding: 3px;
  /*white-space: nowrap;*/
}
td#main-content table th {
  text-align: left;
}
td#main-content table.blank {
  border: none;
}
td#main-content table.blank td {
  background: none;
  border: none;
  padding: 3px;
}
td#main-content table td.center {
  text-align: center;
}
td#main-content a.download {
  background: none;
  padding: 0;
}
td#main-content a.sup {
  background: none;
  padding: 0;
  font-weight: normal;
}
td#main-content ul {
  padding-bottom: 2em;
}
td#main-content ul.list li {
  padding-bottom: 2em;
}
td#main-content ul.list {
  padding-bottom: 0;
}
td#main-content div#linklist ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  list-style: none;
}
td#main-content div#linklist ul li:hover {
  text-decoration: underline;
}
td#main-content ul.ol {
  list-style: none;
  margin: 0; padding: 0;
}
td#main-content ul.ol li {
  padding-bottom: 1em;
}
td#main-content ul.ol ul.ol {
  padding-left: 1.5em;
}
td#main-content ul.ol ul.ol li {
  margin-top: 1ex;
}
td#main-content ul.ol em {
  font-weight: bold;
}
td#main-content dd {
  font-style: italic;
}
td#main-content h2 {
  padding-bottom: 0;
}
td#main-content div.distance {
  display: inline;
  float: left;
  padding-right: 1em;
}
td#main-content table.description {
  font-size: 1.213ex;
}
* html table#print-top {            /* IE hack */
  width: 96%;
}
td#main-content table#print-top {
  margin-bottom: 0;
  border: none;
}
td#main-content table#print-top td {
  background: none;
  border: none;
  padding: 0;
}
td#main-content table#print-top a {
  background: none;
  padding: 0;
}
/************** copyright  ***************/
div#copyright {
  margin-top: 10px;
  background-color: #e0e0af;
  text-align: center;
  font-size: 8pt;
  padding: 0.5ex 0;
}
