body, #container {
  padding: 0;
  background: none;
  background-color: #DDD;
  padding-top: 10px;
}


#wrap {
  margin: 0 auto;
  padding: 0;
  width: 900px;
}


#logobar {
  background: url(/files/layout/topbg_900.jpg) top left no-repeat;
  width: 900px;
  height: 141px;
  position: relative;
}

#logo {
  height: 125px;
  width: 170px;
  display: block;
}

#adresse {
  position: absolute;
  top: 35px;
  left: 180px;
  z-index: 999;
  color: #555;
  font-weight: bold;
  font-size: 10px;
}

#ambient {
  width:  599px;
  height: 112px;
  background: url(/files/layout/ambient_1.jpg) top left no-repeat;
  position: absolute;
  top: 30px;
  left: 301px;
}

#menubar {
  background: url(/files/layout/menubar/0_900.jpg) top left no-repeat;
  width: 900px;
  height: 44px;
  position: relative;
}

#footer {
  width: 900px;
  height: 25px;
  margin:  0;
  padding: 0;
  border:  0;
  background-color: #CCC;
  color: #555;
  line-height: 25px;
}

#menubar DIV {
   float: left;
   width: 95px;
   text-align: center;
   text-transform: uppercase;
   font-size: 10px;
  font-weight: bold;
}

#menubar DIV.m1 { width: 110px; }
#menubar DIV.m2 { width: 92px;  }
#menubar DIV.m3 { width: 80px;  }
#menubar DIV.m4 { width: 80px;  }
#menubar DIV.m5 { width: 80px;  }

#menubar DIV A {
  line-height: 35px;
  display: block;
  height: 30px;
  width: 100%;
  color: #FFF;
}

#menubar DIV.active A {
  color: lightblue;
}

#leftmenu {
  width: 110px;
  float: left;
  margin-top: 44px;
  margin-left: 10px;
}

#leftmenu UL {
  list-style: none;
  padding: 0;
  margin: 0;
}

#leftmenu UL LI {
  line-height: 25px;
  border-top: 1px solid #DDD;
  font-size: 10px;
  text-align: right;
}

#leftmenu UL li.active A {
  color: darkblue;

}

#content {
  width: 720px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}

#pagebuttons {
  clear: both;
  text-align: center;
}

#slate {
  background: #FFF url(/files/layout/slatebg.gif) top left repeat-x;
  margin: 0; padding: 0;
}


H2 {
  color: #555;
}

DIV.newsright {
  float: right;
  width: 180px;
  margin-left: 15px;
}

DIV.newsright LI {
  border: 1px solid #EEE;
  margin-bottom: 15px;
  list-style: none;
}

DIV.newsright DIV.title {
  padding: 10px;
}

DIV.fullnews DIV.intro {
  margin: 20px;
  padding-left: 8px;
  border-left: 8px solid #EEE;
}

DIV.fullnews DIV.intro DIV.author {
  margin-top: 8px;
  font-size: 9px;
}

DIV.newsright DIV.date {
  text-align: center;
  background-color: #EEE;
  font-size: 9px;
}

#narrowtext {
  width: 500px;
}

#rightambient {
  width: 170px;
  float: right;
}

#rightambient UL.images, #rightambient UL.downloads {
  list-style: none; 
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#rightambient H3 {
  color: #555;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
}

#rightambient UL.images LI {
  width: 170px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 0px; 
  background-color: #DDD;
}


#rightambient IMG {
  border: none;
}

#menubar #status {
  position: absolute;
  width: 300px;
  left: 560px;
  text-align: right;
  line-height: 35px;
}


DIV.spalte {
  float: left;
  width: 300px;
}

