
body {
  color:#FFFFFF;
}
a:link {
  color:#000000
}
a:visited {
  color:#01DF3A;
}
a:hover {
  color:#0000FF;
}
a:active {
  color:#FF0000;
}
.einstellungbild {
  position: absolute;
  right: 0;
  margin-right: 0.7%;
  margin-top: -60px;
}
.chemiegleichung {
  background-color: salmon;
  width: 130px;
  float: left;
  margin-right: 0.5%;
  height: 130px;
}
.linkselement{
  width: 50%;
}
.rechtselement{
  width: 50%;
  float: right;
}
.asciicode{
  background-color: black;
  width: 64px;
  float: left;
  height: 64px;
  margin-left: 1px;
  margin-right: 0.25%;
}
.bitumrechnung{
  background-color: purple;
  border-left: 7px solid purple;
  border-right: 7px solid purple;
  width: 50px
  height: 64px;
  float:left;
  
}
.impressum {
  text-decoration: none;
  float:right;
  bottom: 2%;
  position: absolute;
  right: 10px;
  z-index:2;
  
}
.impressum a{
  text-decoration: none;
  color: white;
}
.impressum a:hover{
  color:white;
}
.impressum a:visited{
  color:white;
}
.balken{
  background-color: black;
  bottom: 0;
  height: 6%;
  left:0;
  width: 100%;
  position:absolute;
  z-index: 1;
}