body {
  background-color: white;
  font-family:      Arial, sans-serif;
}

#alltext { 
  position: relative;
  top: 0px;
  left: 0px;
  margin-top:         20px;
  margin-left:        100px;
}

#mainpage { 
  margin-top:         180px;
}

a { 
  text-decoration:   none;
  color:             darkblue;
  font:              normal normal Arial, sans-serif;
}

cite { 
  font-style: normal;
  font-size:  smaller;
}

/* Menue */
#menu { 
  position:         fixed;
  top:                 0px;
  left:                0px;
  width:             100px;
  background-image: url("images/BorderLeft_new.png"); 
  background-repeat:repeat-y; 
  font:             normal 20px Arial, sans-serif;
  color:             white;
  margin-left: 0px;
  z-index: 10;
}

#menu a { 
  text-decoration:   none;
  color:             white;
  font:              normal normal 14px Arial, sans-serif;
}

#top { 
  background-image: url("images/AnDom_new.png");
  background-repeat: no-repeat;
  height: 180px;
  width: 2560px;
}

#links { 
  position: relative;
  margin-left: 12px;
}

#colorcode { 
  position:          relative;
  display:           block;
  z-index: 10;
  height: 155px;
  width:  50px;
  margin-left: 12px;
}

#colorcode p { 
  margin-top: 0px;
  margin-bottom: -5px;
}

#colorcode td { 
  color: white;
}

#colorcode a:hover {
  border-right: 0px white;
}

#colorcode a span { 
  display: none;
}

#colorcode a:hover span {
  display: block;
  position: absolute; 
  top: 180px;
  left: 0px; 
  width: 70px; 
  padding: 5px;
  margin: -12px;
  color: white;
  background: black;
  text-align: center;
  font: normal normal 12px Arial, sans-serif;
}

#bottom { 
  left:                0px;
  width:             100px;
  height:             65px;
  background-image: url("images/bottom_new.png");
}

