body {
  background: #201E18 url(images/bg-header.jpg) repeat-x top;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin-top: 10px;
  color: #F6FEFF;
  line-height: 150%;
}

.side {
  width: 900px;
  margin: 0 auto;
  background: #2A2720;
}

td {
  font-size: 100%;
  color: #F6FEFF;
}

.header {
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  color: #efefef;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

a {
  color: #F58F41;
  text-decoration: underline;
}


.gelb {
  font-size: 120%;
  color: #f5d441;
  text-decoration: none;
  font-weight: normal;
}

.gelb a, .gelb a:visited, .gelb a:hover {
  color: #f5d441;  text-decoration: none;
}

.gelb a:hover {
  color: #999999; text-decoration: none;
}

.green-text{
  font-size: 120%;
  color: #f5d441;
  text-decoration: none;
  font-weight: normal;
}

.green-text-underline{
  font-size: 120%;
  color: #f5d441
  text-decoration: underline;
}

a.green-text, a.green-text:visited {
  color: #f5d441
}

a.green-text:hover {
  color: #999999;
    text-decoration: underline;
}

.yellow-text-regular, a.yellow-text-regular:visited {
  color: #F58F41;
}

a.yellow-text-regular:hover {
  color: #999999;
}

.gray-text-regular, a.gray-text-regular:visited {
  color: #999999;
}

a.gray-text-regular:hover {
  color: #999999;
}

.grau-text{
  color: #AAAAAA;
  text-decoration: none;
}
/* Navigation */

.navitabs{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid black;
  background-color: #2A2720;
}

.navitabs ul{
  margin: 0;
  padding: 0;
  padding-left: 0px;
  font: bold 12px Verdana;
  list-style-type: none;
}

.navitabs li{
  display: inline;
  margin: 0;
}

.navitabs li a {
  float: left;
  display: block;
  text-decoration: none;
  margin: 0px;
  padding: 7px 8px;
  border-right: 1px solid #444039;
  COLOR: #DDDDDD;
  FONT-WEIGHT: bold;
  background: #2A2720;
}

.navitabs li a:hover {
  COLOR: #b8a552;
  background: #333333;
}

#aktuell a {
  COLOR: #b8a552;
  background: #333333;
}
/* Formular CSS */

fieldset {
  width: 50em;
  margin: 1.5em auto 1.5em auto;
  display: block;
  font-size: 1.00em;
  border: 1px solid #C0C0C0;
  background: #333333;
  clear: both;
}

legend {
  background: #333333;
  color: #ffffff;
  padding: 2px;
  border: 1px solid #666666;
  margin-bottom: 4px;
  font-weight: bold;
}

label {
  margin: 5px 0;
  float: left;
}

.kontaktdaten label {
  display: block;
  width: 6em;
  margin: 0px;
}

.anfrage label {
  display: block;
  width: 5em;
  float: left;
}

.input, textarea {
  margin: 4px 0;
  border: 1px solid #cccccc;
  background: #eeeeee;
  padding: 0px;
}

.input:active, input:focus, input:hover {
  background: #E8EBDF;
}

.buttons {
  text-align: center;
  background: #FFFF66;
}
/* End */

.yellow-text-hintergrund {
  color: #ffb400;
}

.footer {
  width: 900px;
  background: #201E18;
  margin: 0 auto;
  text-align: center;
  font-size: 80%;
  border-top: 2px solid #333333;
  color: #777777;
  padding-top: 50px;
  padding-bottom: 15px;
}

.footer a  {
  color: #777777;
}
.footer a:visited, .footer a:hover, .footer a:active {
  color: #777777;
}

.content {
  background: #2A2720;
  padding: 0px 15px 15px;
  font-family: Arial, Helvetica, sans-serif;
}
