body {
  color: red;
  font-size: 13px;
  font-family: Times New Roman, Times, serif;
  text-align: left;
  background: url(back.jpg) fixed left;
}
#all {
  width: 550px;
  position: absolute;
  top: 10px;
  left: 25%;
}
a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

hr {
  color: #666666;
}

a:HOVER {
  color: #999999;
  text-decoration: underline;
}

.normal {
  color: #ff0000;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-size: 13px;
  line-height:13px;
  font-family: Times New Roman, Times, serif;
}
.hinweis {
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: 350px;
  vertical-align: middle;
  padding: 3px;
  margin: auto;
  display: block;
  background-color: transparent;
}
.eintrag {
  text-decoration: none;
  text-align: left;
  font-size: 13px;
  border: solid 1px #ff0000;
  width: 100%;
  vertical-align: middle;
  padding: 2px;
  margin: 6px;
  display: block;
  background-color: transparent;
  text-align: justify;
}

.eintrag .titel {
  text-decoration: none;
  font-family: Verdana, Arial;
  border: solid 1px #ff0000;
  width: 100%;
  text-align: left;
  font-weight: bold;      /* bold = fett*/
  vertical-align: middle;
  padding: 2px 2px 2px 2px;
  margin: -3px -3px 3px;
  display: block;
  background-color: #333333;
  font-size: 11px;
}

.eintrag .comment {
  text-decoration: none;
  border: solid 1px #ff0000;
  width: 100%;
  text-align: left;
  font-family: Verdana, Arial;
  font-style: italic;
  vertical-align: middle;
  padding: 2px 2px 2px 2px;
  margin: 2px -3px -3px -3px;
  display: block;
  background-color: #000000;
  font-size: 11px;
  color: #a3a3a3;
}


.login {
  text-decoration: none;
  border: solid 1px #ff0000;
  width: 300px;
  vertical-align: middle;
  padding: 2px;
  margin: auto;
  background-color: transparent;
  font-size: 13px;

}

INPUT {
  background-color:transparent;
  color: red;
  font-size: 13px;
  font-weight: bold;
  font-family: Times New Roman, Times, serif;
  padding: 2px;
  border: 1px solid #ff0000;
  margin: 3px;
}

SELECT {
  font-size: 13px;
  font-weight: bold;
  font-family: Times New Roman, Times, serif;
  border: 1px solid #ff0000;
  margin: 3px;
}

BUTTON {
  font-size:13px;
  background-color : black;
  border: 1px solid red;
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
}

TEXTAREA {
  background-color: transparent;
  color: red;
  font-size: 13px;
  font-weight: bold;
  font-family: Times New Roman, Times, serif;
  border: 1px solid #ff0000;
  width: 300px;
  margin: 3px;
}

