div#container {
  width: 90%;
  background-color: #F0F0F0;
  color: #000000;
  background-image: url("../grafik/mainshadow.gif");
  background-repeat: repeat-y;
  background-position: right top;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7px;
}


div#header {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  color: #000000;
  overflow: hidden;
  background-image: url("../grafik/erde.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

div#titel {
  position: absolute;
  margin-right: 300px;
/*  border: 1px solid green;*/
  overflow: hidden;
  z-index: 1;
}

div#logo {
  position: relative;
/*  right: 0px;*/
  float: right;
  height: 60px;
  width: 400px;
  z-index: 2;
}

div#rechts {
/*  display: block;*/
  width: 175px;
  float: right;
  background-color: #e0e0e0;
}


div#mitte {
  display: block;
  margin-left: 175px;
/*  margin-right: 175px;*/
/*  height: 100%;*/
}

div#innen {
  float: left;
  width: 100%;
  background-image: url("../grafik/blue.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

div#suchen {
  text-align: center;
  margin: 15px 0 0 0;
}

div#topline {
  height: 1.8em;
  border-bottom: 1px dashed #a4a4a4;
  margin: 3px 10px 0 10px;
}

div#icons {
  float: right;
}

div#pfad {
  float: left;
  font-size: 1em;
  margin: 1px 0 0 0;
}

div#content {
  overflow: hidden;
  margin-left: 175px;
  margin: 10px;
  font-size: 1.1em;
  text-align: left;
/*  height: 100%;*/
}

div#footer {
  margin-top: 3px;
  width: 90%;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7px;
}

div#agb {
  text-align: left;
  font-size: 1.1em;
}

div#w3c {
  width: 185px;
  float: right;
  text-align: right;
}

div.trenner {
  clear: both;
  width: 100%;
  height: 8px;
  margin: 0px;
  background-image: url("../grafik/trenner.png");
  background-repeat: repeat-x;
  line-height: 8px;
}

