h1 {
  color: #000000;
  font-family: Verdana;
  text-decoration: underline;
  text-align: center;
}

.Headline {
font-family: Verdana; 
font-size: 28px;
text-decoration: underline;
text-align: center;
font-weight: bold;
color: #000000;
}

.Headline2 {
font-family: Verdana; 
font-size: 24px;
text-align: center;
font-weight: bold;
color: #000000;
}

.Hinweis {
font-family: Verdana;
font-size: 16px;
font-weight:bold;
color: #000000;
}

body {
  color: #000000;
  font-family: Georgia, Verdana;
  font-size: 18px;
  background-color: #FFEACE;
}

hr {
  color: #813524;
}

th.anzeige {
  background-image:url(th.jpg);
  
  border : 1px solid #E2E2E2;
  
  font-weight: bold;
  font-size:14px; 
	color : #4C2B1B;
}

td.anzeige {
  background-image:url(td.jpg);
  
  padding:1px;
  padding-left:5px;
  
  color: #000000;
  font-weight: bold;
  font-size:12px;
}

th:first-letter {font-weight:bolder; font-size:14pt; font-style:italic; color:#C40000}

td {
  font-family: arial;
  vertical-align:top;
  text-align: left
}

td.label {
  font-weight: bold;
  font-size: 9pt;

  vertical-align:top;
  color: #000000;
}

td.sublabel {
  font-weight: bold;
  font-size: 8pt;
  
  color: #694600;
}

td.eingabefeld {
  font-weight: normal;
  font-size: 9pt;

}

input {
  width: 285px;
  
  background-color:#FFFFFF;
  color:#302B49;
}

textarea {
  width: 285px;
  background-color:#FFFFFF;
}

select {
  width: 285px;
  background-color:#FFFFFF;
}

input.AnmeldeformularSubmit {
  width: 126px
}

input.radio {
  width: 10pt;
}

input.checkbox {
  width:20pt;
  border-width:0px;
  border-style:none;
}

img {border-width:0pt; } 
