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.3em;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  width: 1000px;
  min-width: 1000px; 
  background-image: url('images/streifen_neu.png');
  background-repeat: repeat-y;
  }

#top { 
  padding: 0px;
  margin: 0px auto;
  background-image: url('images/Header_Fotos_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.png');
  background-repeat: no-repeat;
  height:36px;
  background-color:#EBF2FB;
}

#bottom p {
  width: 674px;
  margin-left: 160px;
  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;
/*   clear:left; */
}
#left[id] {
  margin: 0px 0px 0px 10px;
  width: 160px;
}

#center {
  padding: 0px 0px 0px 8px;
/*   margin-left: 178px; */
  width: 640px;
  background-color:white;
  float:left;
}

#right {
  float: left;
  padding: 0px 0px 0px 28px;
  width: 150px;
}

/* #text { float: left; } */
