

@font-face
{
  font-family: "edmunds";
  src: local("edmunds"),
  url("./fonts/edmunds.ttf")
  format("TrueType")

  font-family: "bogus";
  src: local("bogus"),
  url("./fonts/bogus.ttf")
  format("TrueType")

  font-family: "typodermic";
  src: local("typodermic"),
  url("./fonts/typodermic.ttf")
  format("TrueType")
}

body {
  background: #1f1b1b;
  margin: 0pt;
  color: #5a4d4d;
  font-family: 'CourierNewPS-BoldMT', 'Courier New', 'monospace';
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  opacity: 1.00;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
}
h1,h2,h3,h4 {
  color: #5a4d4d;
  font-family: 'bogus', 'CourierNewPS-BoldMT', 'Courier New', 'monospace';
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  opacity: 1.00;
  padding-bottom: 4px;
  padding-top: 0px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
a {
  color: #7c261e;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #eb4c00;
  text-decoration: none;
}
div {
  overflow: visible;
}
img {
  border: none;
}

#body_background {
  background: transparent url(bilder/hintergrund.jpg) repeat scroll top left;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  width: 700px
}

.body_textbox_left {
  background: transparent;
  float: none;
  margin: 0px;
  padding: 4px;
  opacity: 1.00;
  margin-left: 33px;
  margin-top: 58px;
  padding: 4px;
  position: relative;
  width: 330px;
  z-index: 1
  line-height: 21px;
  padding-bottom: 0pt;
  font-size: 14px;
  line-height: 21px;
}

.body_textbox_right {
  float: right;
  background: transparent;
  width: 260px;
  margin: 15px;
  padding: 4px;
  opacity: 1.00;
  padding: 4px;
  position: relative;
  z-index: 1
  line-height: 21px;
  padding-bottom: 0pt;
  font-size: 14px;
  line-height: 21px;
}

.body_textbox_single {
  float: right;
  background: transparent;
  width: 650px;
  margin: 15px;
  padding: 4px;
  opacity: 1.00;
  padding: 4px;
  position: relative;
  z-index: 1
  line-height: 21px;
  padding-bottom: 0pt;
  font-size: 14px;
  line-height: 21px;
}

#header_layer {
  height: 97px;
  margin-left: 0px;
  position: relative;
  width: 700px;
  z-index: 10;
  text-align: right;
}

#header_layer img {
  margin: 20px 20px;
}

#nav_layer {
  height: 64px;
  margin-left: 0px;
  position: relative;
  width: 700px;
  z-index: 0;
}

#body_layer {
  margin-left: 0px;
  position: relative;
  width: 700px;
  z-index: 5;
}

#footer_layer {
  margin: 30px 20px 5px 10px;
  text-align: left;
}

a.active {
  color: #fff;
  border-bottom: 1px #999 dotted;
}


#navbar {
  background: url(bilder/navbar_background.png);
  height: 64px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 700px;
  z-index: 1;
}

#navbar ul {
  list-style:none;
  margin:0 20px 0 50px;
  padding:0 0 0 7px;
  text-align:center;
  height:32px;
}

#navbar ul#level1 {
  margin:5px 15px 0 10px;
  padding:0 0 0 7px;
}

#navbar ul#level1 li {
  z-index:3;
  display:inline;
}

#navbar ul#level1 li a {
  font-family: 'typodermic', 'CourierNewPS-BoldMT', 'Courier New', 'monospace';
  font-size: 15px;
  float:left;
  margin: 0 12px 0 12px;
  padding:0;
  color:#ccc;
}
#navbar ul#level1 li a:hover {
  color: #eb4c00;
}

#navbar ul#level2 {
  margin:0 15px 0 60px;
  padding:0 0 0 7px;
}

#navbar ul#level2 li {
  z-index:3;
  display:inline;
}

#navbar ul#level2 li a {
  font-family: 'typodermic', 'CourierNewPS-BoldMT', 'Courier New', 'monospace';
  font-size: 13px;
  float:left;
  margin:0 10px 0 10px;
  padding:0;
  color:#ccc;
}
#navbar ul#level2 li a:hover {
  color: #eb4c00;
}


#extra_links {
  height: 20px;
  left: 0px;
  position: absolute;
  top: 64px;
  width: 700px;
  z-index: 1;
  height: 20px;
  list-style:none;
  margin:0 25px 0 0;
  padding:0 16px 0 7px;
  text-align:right;
}

#extra_links a {
  color:#666;
  float:right;
  margin: 0 16px 0 0;
  padding: 0;
}

#extra_links a:hover {
  color: #cb2c00;
}

#nav_layer img {
  border: none;
  height: 490px;
  left: 0px;
  opacity: 1.00;
  position: absolute;
  top: -489px;
  width: 700px;
  z-index: 1;
}

