* {
  font-family: verdana, sans-serif;
  font-size: 12px;
}

html, body {
  height:100%;
  margin:0;
  padding:0;
  background-color: #FFFFFF;
}

#frame {
  height:100%;
  margin:0;
  padding:0;
  width: 990px;
  background-color: #FFFFFF;
  
  /*border-right: 1px solid black;*/
}


p {
  text-align: justify;
}

#header, #left, #content {
  float: left;
}

#header {
  width: 990px;
  height: 90px;
  background-color: #808000;
  background-image: url('../img/logo/1f.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll;
}

#header #topimages {
  float: right;
}

#header #topimages img {
  margin-bottom: -2px; /* IE Fix */
  padding: 0;
  border: 0;
}

#left {
  clear: left;
  width: 234px;
  background-image: url('../img/logo/2_1.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll;
  padding-top: 100px; /* Höhe des Hintergrund-Bildes */
  display: block;
  overflow: hidden;
}

#navigation a {
  display: block;
  _width: 234px;
  text-align: left;
}

#navigation div.textlink {
  margin: 3px 0px 3px 0px;
  padding-right: 5px;
}

#navigation img {
  border: 0;
  padding: 0;
  margin: 0;
}

#content{
  width: 716px;
  _width: 756px; /* IE Fix, wird von richtigen Browsern überlesen */
  background-color: #F8F8B9;
  background-image: url('../img/logo/2_2.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll;
  padding: 20px 20px 30px 20px;
  overflow: hidden;
  min-height: 600px;
  /*IE FIX*/
  height: auto !important;
  height: 600px;
  overflow: overflow;
  /* IE FIX ENDE */
}

#content h1 { /* Überschrift in der Mitte der Inhaltsspalte */
  font-family: sans-serif;
  font-size: 2.8em;
  font-weight: bold;
  color: #808000;
  text-align: center;
  padding-bottom: 30px;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  padding-left: 0.5em;
}

ul {
  text-align:left;
  list-style-image: url("../img/liste.gif");
}

ul li {
  padding: 2px;
}

table.preise {
  border: 1px solid black;
  border-collapse: collapse;
}

table.preise caption {
  border: 1px solid black;
  border-bottom: 0;
  text-align: left;
  padding: 3px;
  width: 250px;
  font-weight: bold;
}

table.preise th {
  padding: 4px;
  border-left: 1px solid black;
}

table.preise td {
  border-left: 1px solid black;
  padding: 2px;
  text-align: center;
}

table.preise td.td-0 {
  text-align: left;
}

table.preise tr.tr-odd {
  background-color: white;
}

table.besprechungen {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.besprechungen caption {
  border: 1px solid black;
  border-bottom: 0;
  text-align: left;
  padding: 3px;
  width: 410px;
  font-weight: bold;
}

table.besprechungen th {
  padding: 4px;
  border-left: 1px solid black;
}

table.besprechungen td {
  border-left: 1px solid black;
  padding: 2px;
  text-align: left;
}

table.besprechungen td.td-0 {
  text-align: left;
}

table.besprechungen tr.tr-odd {
  background-color: white;
}

a {
  color: #808000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input, textarea {
  border: 1px solid #808000;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}

#navigation ul ul li {
  padding-left: 20px;
}

#navigation ul li.act a {
  color: #000000;
  font-weight: bold;
}

#navigation ul li.act li a {
  color: #808000;
  font-weight: normal;
}

#navigation ul li li.act a {
  color: #000000;
  font-weight: bold;
}



