#preis-one, #preis-two, #preis-three{
  width: 67px;
  height:20px;
  display:block;
  float: left;
  text-align:center;
  margin-right:10px;
  text-decoration:none;
  padding-top: 2px;
  font-weight:bold;
  color: #0E5498;
  cursor: pointer;
}
#preis-one{
  color: red;
}
#container-preis .arrow-right{
  position:absolute;
  top:150px;
  left: 510px;
  cursor:pointer;
}
#container-preis .arrow-left{
  position:absolute;
  top:150px;
  left: 210px;
  cursor:pointer;
}