html, body, *, a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color: white;
}

body {
  background-color: white;
  color: #000;
  /* font-size: 101%; */
  text-align:center;
  background-image:url(bilder/background_1.gif);
}

#wrapper {
  margin: auto;
  width: 732px;
   /* border: 3px groove #67131B; */ 
  top: 10px;
  background-color: white;
  color: black;
  text-align: left;
}

#header {
  height: 29px;
  overflow: hidden;
  width: 732px;
  background-color: #B92533;
  color: #000;
}

#headerleft{
  float: left;
  height: 100%;
  width: 334px;
  padding:0;
  margin:0;
  background-color: #B92533;
}

#headerright{
  float: right;
  height: 100%;
  padding:0;
  margin:0;
}

#title {
  max-height: 29px;
  width: 100%; 
}

#menu {
  text-align: right;
  width: 100%;
}

#menudiv{  
  background-color: #E18405;
  height: 29px;
  width: 398px;
  margin: 0;
  padding: 0;
  border:0;
}

#menu a{
  height: 29px;
  border: 0;
  padding:0;
  margin:0;
  text-decoration: none;
}

#menu a:hover{
  filter:Alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}

#menu a.no_tricks:hover{
  filter:Alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
}

#menu img{
  padding: 0;
  margin: 0;
  border:0;
}

#section{
  width: 100%;
  height: 188px;
  margin-top: 1em;
  background-color: white;  
}

#inhalt{
  width: 100%;
  height: 353px;
#  height: 33em;
  margin-top: 10px;
  color: white;
  background-color: #B92533;
  overflow:auto;
}

#text{
  width: 60%;
  padding-top: 10px; 
  padding-left: 10px;
 }

#footer {
  margin-top: 0.5em;
  background-color: #B92533;
  text-align: right;
  padding: 0.5em;
}

#footer a{
  color: white;
  padding:0em 0.5em;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

