/* CSS Andreas Seibert */

#wholeContent {
	position: absolute;
	top: 65px;
	left: 172px;
    width: 690px;
    height: 690px;                
}

#homeImageDescription1 {
    position: absolute;
    top: 680px;
    left: 20px;
    padding: 5px;
    background-color: #050708;
}

#homeImageDescription2 {
    position: absolute;
    top: 100px;
    left: 675px;
    padding: 5px;
    background-color: #050708;
}

#homeImageLegend {
    position: absolute;
    top: 665px;
    left: 700px;
    padding: 5px;
    writing-mode: tb-rl;
    filter: flipv fliph;
    color: #B3B3B3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a {
  color: #C82625;
  text-decoration: none;
  background-color: #050708;
}


