
body {
  padding: 0px;
  margin: 0px;
  background-color: #8a0000;
  text-align: center;
  overflow: auto;

}


div#seite {
  
width: 666px;
text-align: left;
margin-right:auto;
margin-left:auto;
padding-top: 30px;

}


div#top {
  
position: relative;
background-image: url(images/top.jpg);
height: 140px;
width: 666px;

}


div#navi {

  position: relative;
  height:51px;
  width:666px;
  background-image: url(images/navi.jpg) ;
  background-repeat:no-repeat;
  z-index:1;
}



div#links {
  position: relative;
  height: 495px;
  width: 16px; 
  background-image: url(images/links.jpg);
} 

div#rechts {
  position: relative;
  top: -495px;
  left:650px;
  height: 495px;
  width: 16px; 
  background-image: url(images/rechts.jpg);
}


div#content {

  position: relative;
  padding: 0px;
  margin: 0px;
  left: 16px;
  top: -990px;
  height: 495px;
  width: 634px; 
  background-image: url(images/content.jpg);
  overflow:auto;
  z-index:0;

}

div#footer {
  position: relative;
  top: -990px;
  height: 45px;
  width: 666px; 
  background-image: url(images/footer.jpg);

  
}
 
#TICKER {
 position: absolute;
  top: 20px;
  left: 370px;
  background-color: #fc0;
} 

.stil1 {
  
  margin-left: 20px;
  margin-right: 20px;
}
