body {
  background-color: #4f4e53;
  font-size: 11px;
  font-family: Verdana, Arial, Geneva;
}

h1 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

#page {
  position: absolute;
  top: 50%;
  margin-top: -290px;
  left: 50%;
  margin-left: -345px;
}

#page_table{
  height: 581px;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
}

#page_table > tbody > tr > td {
  padding: 0px;
  margin: 0px;
  /* Need to specify font-size 0 to get no space at all between cells */
  font-size: 2px;
}

#navigation {
  position: relative;
  background:url('../images/d_nav.jpg');
  height: 420px;
  vertical-align: top;
  width: 224px;
  padding-top: 10px;
}

#navigation .menuBar li {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#navigation .menuBar {
  list-style-image: url("/images/pfeil.gif");
  list-style-position: inside;
  padding-left: 10px;
  padding-right: 10px;
}

.selected {
  background-color: #e6eef9;
}

.menuBar li:hover {
  background-color: #e6eef9;
}

.menulink {
  font-size: 11px;
  font-family: Verdana, Arial, Geneva;
  text-decoration: underline;
  color: #003366;
  cursor: pointer;
}

#content {
  width: 456px;
  background-color: white;
  height: 420px;
  padding-left: 5px;
  padding-top: 10px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

table {
  font-size: 12px;
  font-family: Verdana, Arial, Geneva;
}

#content .thumbnail {
  border: 1px solid #aaaaaa;
  margin-bottom: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gthumbnail {
  border: 1px solid #aaaaaa;
}

#content .thumbnailTable {
  margin-top: 1em;
  width: 100%;
}

#content .thumbnailTable td {
  text-align: center;
  vertical-align: top;
  padding-bottom: 1.5em;
}

.langSelector {
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.chronikTable td.dateColumn {
  padding-right: 2em;
}

.chronikTable td {
  padding-bottom: 1em;
}

#addressImage {
  margin-left: 1em;
  margin-top: 28px;
  margin-bottom: auto;
  margin-right: 2em;
}

#addressList {
  padding-left: 173px;
}

#addressTable {
  border-collapse: collapse;
}

