#menu_area {
  position: fixed;
  top: 1%;
  width: 15%;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  background-color: black;
  border: 1pt solid #ffffdd;
  text-align: center;
  overflow:visible;
}

#menu_content {
  text-align: left;
}

#new_uv_area {
  width: 50%;
  position: fixed;
  top: 1%;
  left: 20%;
  border: 1pt solid #ffffdd;
}

#not_logged_in_area {
  width: 50%;
  position: fixed;
  top: 5%;
  left: 20%;
}

#uv_liste_area{
  width: 950;
  position: fixed;
  top: 200px;
  left: 20%;
  border: 1pt solid #ffffdd;
  padding-left: 10px;
  padding-bottom: 10px;
}

th {
  text-decoration: underline;
}

#disclaimer {
  position: fixed;
  text-align: center;
  width: 500px;
  top: 10%;
}

body {
  background-color: #505050;
  color: #ffffdd;
  overflow:scroll;
}

a {
  color: #ffffdd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.version {
  font-style: italic;
  border: 1pt solid #ffffdd;
  padding: 5px;
}

.vorschau {
  font-weight:bold;
  padding-left: 20px;
  text-decoration: underline;
}

#bild_vorschau {
  margin: 20px;
}

#subscriber_form {
  padding-top: 20px;
}

.vorschau_bild {
  border: 1pt solid black;
  margin-top: 20px;
}

#meldung_area {
  background-color: red;
  color: black;
}

.meldung {
  background-color: red;
  text-decoration: underline;  
  font-weight: bold;
}

