





p.error /* Fehlermeldungen */
  {
  font-size: 9pt;
  letter-spacing: 1px;
  color: red;
  margin-bottom: 100px;
  }


a.small
  {
  font-family: arial;
  font-size: 8pt;
  color: darkred;
  text-decoration: none;
  }

a.small:visited
  {
  color: #696969;
  text-decoration: none;
  }

a.small:hover
  {
  text-decoration: underline;
  }

a.small:active
  {
  text-decoration: underline;
  }

ul
  {
  font-family: arial;
  font-size: 9pt;
  color: #191970;
  list-style-type:square;
  margin-top: 0px;
  margin-left: 8px;
  padding-left: 8px;
  }

div.longtext ul
  {
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  color: #191970;
  list-style-type:square;
  margin-top: 0px;
  margin-left: 8px;
  padding-left: 8px;
  }

div.longtext li
  {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #999999;
  }

ul.admin
  {
  font-family: arial;
  font-size: 11px;
  color: #191970;
  list-style-type:square;
  margin-top: 2px;
  margin-left: 8px;
  margin-bottom: 2px;
  padding-left: 8px;
  line-height: 14px;
  }

.a_small /*Admin-Navigation*/
  {
  font-size: 11px;
  color:darkred;
  }


table.content
  {
  width: 100%;
	margin-left: 6px;
  margin-top: 6px;
  vertical-align:top;
  table-layout: fixed;
  }

td.topleft
  {
  background-color: #F5DEB3; /*=oldlace - Alternat.: linen:#FAF0E6; cornsilk:#FFF8DC;*/
  vertical-align: top;
  height:170px;
  border-right: 1px solid #191970;
  border-bottom: 1px solid #191970;/*für Netscape weg!*/
  }


legend
  {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  line-height: 11pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191970;
  }


input.form /* Kopfzeile */
  {
  background-color: #FFFFFF;
  border: 1px solid darkorange;
  font-family: arial;
  font-size: 7pt;
  color: #191970;
  height: 11pt;
  vertical-align:top;
  }

input.button /* Kopfzeile */
  {
  background-color: darkorange;
  border: 1px solid #191970;
  font-family: arial;
  font-size: 6pt;
  height: 11pt;
  color: #191970;
  margin-bottom: 2px;
  }

.txt /* Formulardarstellung Seiteninhalt */
  {
  border: 1px solid #191970;
  height: 12pt;
  font-family: arial;
  font-size: 8pt;
  color: #191970;
  }

textarea.txt /* Seiteninhalt */
  {
  border: 1px solid #191970;
  width: 95%;
  font-family: arial;
  font-size: 8pt;
  color: #191970;
  }


