body {
  margin:0px;
  padding: 0px; 
  background-color:#EBF2FB;
  text-align: center;
  background-image: url('images/streifen_vert_neu.png');
  background-repeat: repeat-x;
}

#page {
  font-size: 1.2em;
  text-align: left;
  margin: 0px;
  padding: 0px;
  width: 1000px;
  min-width: 1000px; 
  background-image: url('images/streifen_neu_wide.png');
  background-repeat: repeat-y;
  }

#top { 
  padding: 0px;
  margin: 0px auto;
/*  background-image: url('images/header_leer_wide.png');*/
/*   background-image: url('images/Header_Fotos_wide.png'); */
  background-image: url('images/Header_Fotos_wide_Stern.png');
  background-repeat: no-repeat;
  background-position: top left; 
  height:166px;
  width:100%;
}

#bottom { 
  padding: 0px;
  margin: 0 auto;
  margin-top: 0px;
/*  width: 1000px; */
  clear: both;
  background-image: url('images/footer_wide.png');
  background-repeat: no-repeat;
  height:36px;
  background-color:#EBF2FB;
}

#bottom p {
  width: 674px;
  margin-left: 52px;
  margin-top: 0px;
  padding: 0px;
  padding-top: 45px;
  text-align: center;
  font-size: 75%;
}

#left {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
  width: 160px;
}
#left[id] {
  margin: 0px 0px 0px 10px;
  width: 160px;
}

#center {
  padding: 0px 0px 0px 0px;
  margin-left: 178px;
  width: 780px;
  background-color:white;
}

#right {
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  width: 150px;
