@font-face {
  font-family: 'Text';
  src: url('http://rgmagie.lima-city.de/schrift/Text.ttf') format('truetype');
  font-weight: normal; font-style: normal;
}

@font-face {
  font-family: 'Menue';
  src: url('http://rgmagie.lima-city.de/schrift/Menue.ttf') format('truetype');
  font-weight: bold; font-style: normal;
}

body {
color: #000000;
font-family: 'Text', Arial, sans-serif;
text-align: center;
font-size: 16px;
}

a {
color: #000000;
text-decoration:none;
font-weight: bold;
font-family: 'Text', Arial, sans-serif;
text-align: center;
font-size: 16px;
}

a:visited {
color: #000000;
text-decoration:none;
font-weight: bold;
font-family: 'Text', Arial, sans-serif;
text-align: center;
font-size: 16px;
}

a:active {
color: #000000;
text-decoration:none;
font-weight: bold;
font-family: 'Text', Arial, sans-serif;
text-align: center;
font-size: 16px;
}

a:hover {
color: #424242;
text-decoration: underline;
font-weight: bold;
font-family: 'Text', Arial, sans-serif;
text-align: center;
font-size: 16px;
}

table {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 2px; 
}

td {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#profil {
color: #000000;
text-decoration:none;
font-weight: bold;
font-size: 50px;
font-family: 'Menue', Arial, sans-serif;
}

#profil1 {
color: #000000;
text-decoration:none;
font-weight: bold;
font-size: 30px;
font-family: 'Menue', Arial, sans-serif;
}

#profil2 {
color: #000000;
text-decoration:none;
font-weight: bold;
font-size: 70px;
font-family: 'Menue', Arial, sans-serif;
}