body {
  background-color: #DCD6B2;
  font-family:TradeGothic BoldTwo, sans-serif;
}

td {
  background-color: #5B4840;
}

a {
color:#DCD6B2;
}

ul	{
  text-align:left;
  margin-left:25pt;
  margin-top:15pt;
  margin-bottom:6pt;
  list-style-type:square;
}

.fusszeile {
  font-size:13px;
  color: #DCD6B2;
  font-weight: bold;
}

.titelbalken {
  background-color: #5B4840;
  text-align:right;
}

.titel1{
  color: #B3995D;
  font-size:20px;
  font-weight:bold;
}

.titel2{
  color: #DCD6B2;
  font-size:20px;
  font-weight:bold;
}

.menu_aktiv {
  color: #DCD6B2;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}

.menu_inaktiv {
  color: #B3995D;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}

.untermenu_aktiv {
  color: #DCD6B2;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

.untermenu_inaktiv {
  color: #B3995D;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

.viel_text {
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  line-height:20px;
  font-family:TradeGothic, sans-serif;
}

.viel_text_flaca {
  color:#FFFFFF;
  font-size:13px;
  line-height:20px;
  font-family:TradeGothic, sans-serif;
}

.text_hintergrund {
  background-color: #B3995D;
  color: #DCD6B2;
  font-size:14px;
  vertical-align:top;
}

.text_titel {
  color: #5B4840;
  font-size:15px;
  font-weight:bold;
  margin-left:15pt;
}


/* JavaScript Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 90px; /* Set to gallery height */
}

#motioncontainer2 {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 133px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0; /* Set image border hover color */
}

#statusdiv {
border: 0;
padding: 0;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */