body, table#frame {
  background-color:#fff;
  font-family: arial;
  font-size: 14px;
  color: black;
}

body {
  /* background-color: #8F080C; */

  /* hintergrund scrollbar und pfeile */
  scrollbar-face-color:#E9F0FA;

  /* scrollbalken-hintergrund */
  scrollbar-highlight-color:#8F080C;

  /* linker und oberer rand */
  scrollbar-3dlight-color:#E9F0Fa;

  /* umrandung */
  scrollbar-shadow-color:#8F080C;

  /* Farbe der Pfeile */
  scrollbar-arrow-color:#8F080C;

  /* rechter und unterer rand */
  scrollbar-darkshadow-color:#e9f0fa;

/*
  scrollbar-highlight-color:#8F080C;
  scrollbar-3dlight-color:#8F080C;
  scrollbar-darkshadow-color:#8F080C;
  scrollbar-shadow-color:#8F080C;
  scrollbar-arrow-color:#8F080C;
*/
}


table#frame {
  margin-top: 5px;
  width: 680px;
  height: 444px;
  position: absolute;
  left: 50%; 
  top: 50%;
  margin-top: -222px;
  margin-left: -340px;
}

table#main {
  background: #fff;
}

table, tr, td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

#contentframe {
  vertical-align: top;
}

#main_container table.wo {
  background: url('/media/images/wo.jpg') no-repeat;
}

#main_container table.home {
  background: url('/media/images/home.jpg') no-repeat;
}

#main_container table.wer {
  background: url('/media/images/wer.jpg') no-repeat;
}

#main_container table.veranstaltungen {
  background: url('/media/images/veranstaltungen.jpg') no-repeat;
}

#main_container table.downloads {
  background: url('/media/images/downloads.jpg') no-repeat;
}

#main_container table.kontakt {
  background: url('/media/images/kontakt.jpg') no-repeat;
}

#main_container table.links {
  background: url('/media/images/links.jpg') no-repeat;
}

table#navigation a {
  color: black;
  vertical-align: top;
}

#navigation_container {
  margin: 0;
  padding: 0;
  vertical-align: top;
  height: 248px;
}

#navigation {
  width: 163px;
  border-left: solid 1px #90080C; /* ie only */
}

html>body #navigation {
  border-left: none;
}

#logo {
  height: 134px;
  color: #888;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
}

#search {
  height: 45px;
  vertical-align: top;
}

#search input {
  margin-left: 8px;
  width: 120px;
  display: inline;
}

#search img {
  vertical-align: bottom;
}

#content {
  overflow: auto;
  height: 270px;
  margin-left: 10px;
  margin-top: 7px;
  padding-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#content a {
  color: black;
}

#content a:hover {
  color: #90080C;
}

#content h2 {
  border-bottom: solid 1px;
}

div#content p {
  padding: 0px;
  margin: 0px;
}

div#content p.detail {
  padding-top: 10px;
}

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

h2 {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  padding-top: 6px;
  margin: 0;
}

.text_2 {
  font-size: 12px;
  color: #90080C;
  margin-left: 5px;
}

.scroll {
  background-color:#90080C;
  font-size: 12px;
  color: #FFFFFF;
}

#navigation_container {
}

table#navigation {
  margin-top: 10px;
}

table#navigation td {
  border-right: 0px;
  text-align: left;
  margin-right: 0;
  padding-right: 0;
}

table#navigation a {
  padding-left: 10px;
  text-decoration: none;
  text-align: left;
  display: block;
}

table#navigation a.menu:hover {
  color: white;
  background-color: #90080C;
}

table#navigation a.menu:active {
  color: white;
  background-color:#90080C;
}

table#navigation .menu_off {
  color: white;
  background-color:#90080C;
  text-decoration: none;
}

