.text
{
  text-align: justify;
  width: 500px;
}
body {
  background-image: url(img/body2.png);
  background-color: #070707;
  margin-top: 0px;
}
body,td,th {
  color: #EFEFEF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
h2 {
  font-size: 18px;
}
a {
  font-style: italic;
}
a:visited {
  text-decoration: none;
  color: #CACFFF;
}
a:active {
  text-decoration: none;
  color: #CACFFF;
}

.text-rechts
{
  width: 500px;
  text-align: justify;
  padding-left: 250px;
}
a:hover {
  color: #CACFFF;
}
a:link {
  color: #CACFFF;
}
