body {
  font-family: sans-serif, helvetica, Verdana, Geneva, Arial;
  background-color:#FBE9D1;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
}

a:link {color: #000000; text-decoration:underline}
a:visited {color: #000000; text-decoration:underline}
a:active {color: #000000; text-decoration:underline}
a:hover  {color: #000000; text-decoration:underline}


.text-error-center {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: maroon;
	text-align: center;
}

.box-mitte {
background-color:#F0EDDA;
}

.box-links-rechts {
background-color:#DED9B3;
}

.text-box-mitte {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.headline-box-mitte {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.box-mitte-2 {
background-color:#FDD0AC;
border-top: 1px solid #554F24;
border-right: 1px solid #554F24;
border-bottom: 1px solid #554F24;
border-left: 1px solid #554F24;
font-family: Verdana;
font-size: 11px;
color: #000000;
text-align: justify;

}

.table {
border-top: 1px solid #554F24;
border-right: 1px solid #554F24;
border-bottom: 1px solid #554F24;
border-left: 1px solid #554F24;
}
.table-left {
background-color:#FDD0AC;
}
#all {
  width: 99%;
  position: absolute;
  top: 10px;
  left: 25%;
}

.normal {
  color: black;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-size: 11px;
  line-height:13px;
  font-family: Verdana, Arial;
}
.hinweis {
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  border: solid 1px #000000;
  width: 96%;
  vertical-align: left;
  padding: 3px;
  margin: auto;
  display: block;
  background-color: #F0EDDA;
}
.hinweis1 {
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  border: solid 1px #000000;
  width: 96%;
  vertical-align: left;
  padding: 3px;
  margin: auto;
  display: block;
  background-color: #F0EDDA;
}
.eintrag {
  text-decoration: none;
  text-align: left;
  font-size: 11px;
  border: solid 1px #000000;
  width: 96%;
  vertical-align: middle;
  padding: 2px;
  margin: 6px;
  display: block;
  background-color: #F0EDDA;
  text-align: justify;
}

.eintrag .titel {
  text-decoration: none;
  border: solid 1px #000000;
  width: 100%;
  text-align: left;
  font-weight: normal;      /* bold = fett*/
  color:#000000;
  vertical-align: middle;
  padding: 2px 2px 2px 2px;
  margin: -3px -3px 3px;
  display: block;
  background-color: #FDD0AC;
  font-size: 11px;
}

.eintrag .comment {
  text-decoration: none;
  border: solid 1px #000000;
  width: 100%;
  text-align: left;
  font-style: italic;
  vertical-align: middle;
  padding: 2px 2px 2px 2px;
  margin: 2px -3px -3px -3px;
  display: block;
  background-color: #F0EDDA;
  font-size: 10px;
}


.login {
  text-decoration: none;
  border: solid 1px #000000;
  width: 96%;
  vertical-align: left;
  padding: 2px;
  margin: auto;
  background-color: #F0EDDA;
  font-size: 11px;

}

INPUT {
  color: black;
  font-size: 11px;
  font-family: Verdana, Arial;
  padding: 2px;
  border: 1px solid #000000;
  margin: 3px;
}

SELECT {
  font-size: 11px;
  font-family: Verdana, Arial;
  border: 1px solid #000000;
  margin: 3px;
}

TEXTAREA {
  color: black;
  font-size: 11px;
  font-family: Verdana, Arial;
  border: 1px solid #000000;
  width: 250px;
  margin: 3px;
}