body{
  color: #000000;
  background-color: #ffffff;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-left: 25px;
  margin-right: 25px;
}

p {
  margin-left: 25px;
  margin-right: 25px;
}

.geruecht{
  font-weight: bold;
  background-color: #efefef;
  color: #000000;
  padding: 5px;
}

.key{
  font-weight: normal;
  background-color: #efefef;
  color: #000000;
  font-size: 75%;
  padding: 2px;
}

a, a:link, a:visited, a:active, a:hover {
  color: #cf000f;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
}

.countdown {
  font-size: 100%;
  color: #cf000f;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  border-width: 0;
  margin: 0px;
}

/*
.table{
  background-color: #cfcf00;
}

*/
input, textarea {
  background-color: #c3c3c3;
  color: #cf000f;
  font-weight: bold;
}

.button, .button:link, .button:active, .button:hover, .button:visited {
  border-top-style: solid;
  border-top-color: #cf000f;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cf000f;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-color: #cf000f;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #cf000f;
  border-right-width: 2px;
  padding: 3px;
  background: #efefef;
  color: #0f0f0f;
  text-decoration: none;
  font-weight: normal;
  font-family: sans-serif;
  margin: 0px;
}

.heading, .heading:link, .heading:visited, .heading:active, .heading:hover {
  font-weight: bold;
  font-size: 80%;
  border-top-style: solid;
  border-top-color: #cf000f;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #cf000f;
  border-bottom-width: 2px;
  background-color: #efefef;
  font-family: sans-serif;
  margin: 25px;
  padding: 5px;
}

.content{
  border-top-style: dotted;
  border-top-color: #cf000f;
  border-top-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #cf000f;
  border-bottom-width: 2px;
  margin: 25px;
}

.menu{
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.error_msg{
  color: #cf000f;
  text-decoration: none;
  background-color: #cfcf00;
  margin: 25px;
}


