body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  background-image: url(/assets/checkboard.png);
  margin: 0px; }

h1 {
  font-size: 1.1em;
  margin: 0; }

p.quiet {
  font-size: 0.9em; }

/* Font size font height festlegen!! */
div.wrapper {
  margin: 0 auto;
  background: white; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.border {
  border: 1px solid #cccccc;
  margin: 0px 10px 5px 0px; }

/* Border */
div.main_top, div.footer_top {
  height: 29px;
  background: url("/assets/border_top.jpg"); }
div.header_left, div.main_left, div.footer_left {
  width: 31px;
  background: url("/assets/border_left.jpg"); }
div.header_middle, div.footer_middle, div.content {
  width: 903px; }
div.header_right, div.main_right, div.footer_right {
  width: 35px;
  background: url("/assets/border_right.jpg"); }
div.header_bottom, div.main_bottom {
  height: 27px;
  background: url("/assets/border_bottom.jpg"); }
div.wrapper, div.header, div.main, div.footer, div.header_bottom, div.main_top, div.main_middle, div.main_bottom, div.footer_top {
  width: 969px; }
div.header_left, div.header_middle, div.header_right {
  height: 198px; }
div.main, div.footer_middle {
  overflow: hidden; }
div.main_left, div.navi, div.content, div.content_with_navi, div.main_right {
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  float: left; }
div.content_with_navi {
  width: 733px;
  padding-left: 20px; }
div.content {
  margin-left: 31px; }
div.navi {
  width: 157px;
  border-right: 2px solid #cccccc;
  margin-left: 22px; }
  div.navi strong {
    font-size: 1.1em; }
  div.navi ul {
    margin: 5px 0px;
    padding: 0px;
    list-style: none; }
    div.navi ul ul {
      margin-left: 15px;
      padding: 0px;
      list-style: none; }
  div.navi li {
    margin: 0px 0px 5px 5px;
    padding: 0px; }

/* Full width */
/* Header */
.header_middle img, .header_middle p {
  float: left; }
.header_middle p {
  width: 158px;
  margin: 2px 6px; }

/* Main */
.content_with_navi p, .content_with_navi table {
  width: 660px;
  margin: 10px 0; }
.content_with_navi img {
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999; }

.centered {
  text-align: center; }

/* Footer */
div.footer_left, div.footer_middle, div.footer_right {
  height: 20px; }

/* Tables */
table {
  border-collapse: collapse;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999; }

th {
  font-weight: bold;
  background: #aaaaaa; }

tr {
  background-color: #eeeeee; }
  tr.even {
    background-color: #cccccc; }

th, td {
  padding: 2px 6px;
  text-align: left; }

tr {
  border-bottom: solid 1px #999999; }

col {
  border-right: solid 1px #999999; }

.table_with_borders th, .table_with_borders td {
  border-right: 1px solid #999999; }

table.invisible {
  border: none; }
  table.invisible tr {
    background-color: white;
    border: none; }

/* Gallery */
.slideshow-container {
  width: 450px; }

#thumbs {
  float: left;
  height: 208px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 450px; }

.thumbs {
  list-style: none;
  padding: 0px 3px;
  margin: 2px 0;
  width: 425px; }
  .thumbs li {
    display: inline; }

a img {
  border: none; }

