@import url("reset.css");
body {
  font-family: arial; }

hr {
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 4px;
  background-color: #a3620a;
  border: none;
  line-height: 4px; }

#container {
  background-color: #004811;
  margin: auto; }

#header {
  position: relative;
  margin: auto;
  max-width: 1161px;
  height: 199px;
  z-index: 2; }

#content {
  background-color: #fff;
  width: 100%; }

#contentinner {
  position: relative;
  background-color: #fff;
  margin: auto;
  max-width: 900px;
  height: 700px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 26px 11px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 26px 11px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 26px 11px rgba(0, 0, 0, 0.45);
  z-index: 1;
  overflow: hidden; }

#contentlogo {
  position: absolute;
  bottom: 0;
  left: 314.5px; }

#footer {
  position: relative;
  background-color: #004811;
  height: 100px;
  text-align: center;
  color: white;
  z-index: 2; }

#copyright {
  font-size: 12px;
  position: relative;
  top: 50%; }

a:link {
  color: #a3620a; }

a:active {
  color: #a3620a; }

a:visited {
  color: #a3620a; }

.headline {
  color: #444;
  font-size: 33px; }

.small {
  color: #444;
  font-size: 20px;
  line-height: 25px; }

.smaller {
  color: #444;
  font-size: 18px; }

.tiny {
  color: #444;
  font-size: 12px; }

.construction {
  color: #aaa;
  font-size: 20px; }

/*# sourceMappingURL=style.css.map */
