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

background-image:url("GRAFIK.GIF");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center right;

}


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: absolute;
  top: 221px;
  margin-left:0px;
  height: 495px;
  width: 16px; 
  background-image: url(images/links.jpg);
  z-index:1;
} 

div#rechts {
  position: absolute;
  top: 221px;
  margin-left:650px;
  height: 495px;
  width: 16px; 
  background-image: url(images/rechts.jpg);
  z-index:1;
}


div#content {

  position: relative;
  padding: 0px;
  margin: 0px;
  left: 0px;
  height: 495px;
  width: 650px; 
  background-image: url(images/content2.jpg);
  overflow:auto;
  z-index:0;

}

div#footer {
  position: relative;
  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;
}

div#uhr{ 
position:relative;
margin-left: 766px;
margin-top: -731px;

}

   
div#eifel {
position:relative;
margin-left: -250px;
margin-top: 150px;
height:200px;
width:500px;

}

.box2 {
padding:42px;
}

.box a:link {
font-weight:bold; color:black; text-decoration:none;
}

.box a:visited {
font-weight:bold; color:black; text-decoration:none;
}

.box a:aktiv  {
font-weight:bold; color:black; text-decoration:none;
}

.box a:hover {
color:orange;background-color:orange;
}
 
