body {
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

img {
/*verhindert den aussenabstand des bildes im IE*/
  margin: 0px;
  padding: 0px;
  display:block;
}

#wrapper {
  border-top: 0px solid #ccc; 
  border-right: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  width: 994px
}

#top { 
/* umfasst den flash-banner und die top_navi*/
  overflow: hidden;
  width: 100%;
  text-align:left; 
  margin: 0px;
  padding: 0px;
}

#top_navi {
/* Obere Navigation */
  padding-left: 270px;
  height: 27px;
  z-index: 99;
  background: url(../images/head_2.gif) left  no-repeat;
  background-color: #F09D00;
  text-align:left; 
}


#container {
/*umfasst left und middle*/
  position: relative;
  width: 950px;
  border: 0px solid #000;
  margin: 0px;
  background:url(../images/bg_navi-links.gif) bottom left repeat-y;
  float:left;
  /*overflow:auto; geht nicht im IE5*/
}

#left {
/* linke navigation */
  position: relative;
  width: 250px;
  margin: 0px;
  float:left; 
}

#left_img {
/*Linkes Bild neben der Navigation */
float: left;
}

#left_navi {
/*Linkes  Navigation */
float: left;
}

#middle   { float: right; margin: 0px; border: solid 0px #000; position: relative; width: 700px }


