* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  background-color: #4d0000;
  background-image: url(images/bg_html.gif);
  background-repeat: repeat-x;
}
body {
  margin: 56px auto 0 auto; 
  width: 696px;
  border: 0;
  color: #948B7E;
  font-family: arial, mssansserif, verdana, sans-serif;
  font-size: 0.85em;
  text-align: center;
}
* html #content {
  height: 1%;
}
#header {
  height: 62px;
  width: 692px;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#container {
  height: 476px;
  clear: both;
  text-align: left;
  border: 2px solid #948B7E;
  background-color: #fff;
  background-image: url(images/footer2.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#content {
  margin-left: 180px;
  width: 350px;
  height: 212px;
}
#headline {
  height: 60px;
}
#text {
  padding-left: 80px;
  padding-right: 30px;
  padding-bottom: 2px;
  margin-top: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  width: 397px;
  height: 130px;
  overflow: auto;
  font-weight: bold;
}
#home {
  height: 212px;
}
h1 {
  font-size: 21px;
  color: #a00;
  line-height: 1.2em;
  letter-spacing: 2px;
}
h2 {
  font-size: 17px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #727C9E;
}
h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #868EAC;
  text-transform: uppercase;
}
h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #868EAC;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #868EAC;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #868EAC;
}
h6 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #868EAC;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #868EAC;
}
#content a {
  color: #4d0000;
  font-weight: bold;
}
#content a:hover {
  color: #a00;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  color: #4d0000;
}
a:hover {
  color: #a00;
}
#menue1 {
  margin-top: -40px;
  margin-left: 15px;
  color: #4d0000;
  text-transform: uppercase;
  float: left;
  line-height: 14px;
  letter-spacing: 1px;
}
#menue1 a {
  color: #948B7E;
}
#menue1 a:hover {
  color: #4d0000;
}
#menue1 .active a {
  color: #4d0000;
}
#menue1 li {
  list-style-type: square;
  font-size: 10px;
  margin-left: 20px;
}
#menue2 {
  margin: 2px;
  height: 21px;
  background-color: #948B7E;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 6px;
  text-align: center;
}
#menue2 span {
  margin-left: 10px;
  margin-right: 10px;
}
#menue2 .active a {
  font-size: 11px;
}
#menue2 a {
  color: #fff;
}
textarea {
  font-family: mssansserif, arial, verdana, sans-serif;
  font-size: 1em; 
}
#footer {
  color: #FBF6E4;
  text-align: center;
  margin-top: 3px;
  font-size: 10px;
}
#footer a {
  color: #FBF6E4;
  font-weight: normal;
}

