table {
  border-spacing: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}


img {
    display: block;

}

body {
	color: #4C4840;
	background-color: #EEF3DA;
}

textarea {
    text-align: left;
   	background-color: #DCEBC3 ;
}

#framebody{
    color: #4C4840;
    background-color: #DCEBC3;
}

#divc {
  text-align: center;
}

#text {
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: none;
  color: #4C4840;
}

#smalltext {
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: none;
  color: #4C4840;
}

#wellcome {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #4C4840;
}

#termin {
  font-family: Arial;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  color: #4C4840;
}

#hint{
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #FF6600;
}

#alert{
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #FF6600;
}

.field {
  border-bottom-color:#4C4840 ;
  border-left-color:#4C4840;
  border-right-color: #4C4840;
  border-top: none;
  background-color: #EEF3DA;
  font-weight:bold;
  font-family:Arial;
  color: #FF6600;
  text-align: center
}

.contact, .contact{
  background-color:#EEF3DA;
  border:1px solid #4C4840;
  color:#4C4840;
  font-size: 12px;
  font-weight:none;
  font-family:Arial;
}









