#fehlt {
  color: #FF0000;
  font-weight: bold;
}

body {
  background-color: #FFFFFF;
  font-family: sans-serif, Arial;
  font-size: 14px;
  margin: 5px 0;
  text-align: left;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: sans-serif, Arial;
  color: #CC6600;
  text-shadow: #000000 1px 1px 1px;
}

a {
  text-decoration: none;
  border-bottom: 1px dashed #1A1A1A;
  color: #1A1A1A;
}

a:hover {
  text-decoration: none;
  border-bottom: 0px;
}

#header {
  width: 900px;
  height: 240px;
  margin: 0 auto;
  background: #FFFFFF url(../images/design/header.jpg) no-repeat left top;
}

#content {
  width: 900px;
  margin: 0 auto;
  background: #FFFFFF url(../images/design/middle.png) repeat-y left top;
}

#footer {
  width: 900px;
  margin: 0 auto;
  background: #FFFFFF url(../images/design/footer.png) no-repeat left top;
  text-align: center;
}

#contentL {
  float: left;
  width: 210px;
  padding: 0px 0px 0px 19px;
}

/* O R U L */
#contentR {
  float: right;
  width: 636px;
  padding: 5px 25px 0px 10px;
}

#contentL ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#contentL a {
  font-family: sans-serif, Arial;
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 5px 0px;
  text-align: left;
  text-decoration: none;
  color: #EADEBD;
  border: 0px;
  text-shadow: #000000 2px 2px 3px;
}

#contentL a:hover {
  border: 0px;
  text-decoration: underline;
  color: #FFFF00;
  text-shadow: #000000 -2px -2px 3px;
}

#contentR p {
  font-family: sans-serif, Arial;
  font-size: 14px;
  text-align: justify;
  color: #000000;
}

#imgL {
  float: left;
  margin-right: 0px;
  margin-bottom: 0px
}

#imgR {
  float: right;
  margin-left: 7px;
  margin-bottom: 0px
}

#table {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#table .right {
  text-align: right;
}

#table_Vline {
  width: 5px;
  padding: 0px;
  margin: 0px;
}

#table_Hline {
  height: 20px;
  padding: 0px;
  margin: 0px;
}

#table_Hline0 {
  height: 2px;
  padding: 0px;
  margin: 0px;
}

#table_entry {
  text-align: left;
  vertical-align: top;
  width: 50%;
}

#table_entry a {
  font-family: sans-serif, Arial;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed #1A1A1A;
  color: #1A1A1A;
}

#table_entry a:hover {
  text-decoration: none;
  border-bottom: 0px;
}

#footer p {
  margin: 0;
  padding: 15px 0 0 20px;
  font-family: sans-serif, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #807967;

}

img {
  border: 0px;
  padding: 0px;
}

#hr {
  clear: both;
  height: 10px;
  width: 100%;
  background: url(../images/design/hr.png) repeat-x top left;
}

input, textarea {
  border: 2px solid #807967;
}
