article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

body {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0;
  color: #008757;
  font-size: 14px;
}

h1:first-child, h2:first-child {
  margin-top: 0;
}

h1 {
  padding-bottom: 10px;
  text-transform: uppercase;
  background: transparent url(img/lines.png) repeat-x left bottom;
}

h3 {
  font-weight: normal;
}

h4 {
  font-style: italic;
  color: #ff0099;
}

h5 {
  font-size: 12px;
}

p {
  margin: 1em 0;
}

ol {
  margin: 0 0 1em 10px; padding-left: 20px;
  list-style-type: decimal;
}

ul {
  margin-bottom: 1em; padding-left: 20px;
}

li {

}

a {
  color: #008956;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #023447;
}

a img {
  border: 0;
}

#content a:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70);
}

img {
  max-width: 100%;
  border: 0px solid #000;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0px;
}

dl {
  margin: 0 auto 1em;
  width: 460px;
}

dt {
  padding-top: 0;
}

dd {
  padding: 5px 0 10px;
}

input[type=text], input[type=submit], textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

input[type=submit]:hover {
  background: #ccc;
  cursor: pointer;
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

/*** Klassen ***/
.nav {
  overflow: hidden;
  font-weight: bold;
}

.nav ul {
  margin: 0; padding: 0;
  float: left;
  position: relative; left: 50%;
}

.nav li {
  margin: 0; padding: 0 20px;
  line-height: 1.1em;
  list-style: none;
  float: left;
  position: relative; right: 50%;
  border-left: 2px solid #e00069;
}

.nav li:first-child {
  border: none;
}

.nav-44 a {
  color: #e00069;
}

.nav a {
  padding: 0;
  display: block;
  text-decoration: none;
}

.nav a.active {
  font-weight: bold;
}

.inner {
  margin: 0 auto; 
  width: 800px
}

.shadow {
  -moz-box-shadow: 3px 3px 12px 0px #666;
  -webkit-box-shadow: 3px 3px 12px 0px #666;
  box-shadow: 3px 3px 12px 0px #666;  
}

/*** Objekte ***/
html, body {
  height: 100%; 
}

#body {
  min-width: 960px;
}

#background {
  height: 100%; width: 100%;
  position: fixed; left: 0; top: 0;
  z-index: -1;
}

/*** Header ***/
#header {
  line-height: 0;
}

/*** Navigation ***/
#navigation {
  padding: 8px 0;   
  font-size: 12px;
  background: transparent url(img/nav-bg.png);
}

#navigation li {
  padding: 0 5px 0 21px;
  border: 0;
  background: transparent url(img/dot-red.png) no-repeat 0 1px;
}

#navigation li:first-child {
  padding-left: 0;
  background: transparent;
}

/*** Content ***/
.deco {
  margin: 5px auto;
  height: 3px; width: 800px;
  line-height: 0;
  background: transparent url(img/lines.png) repeat-x;
}

#content {
  padding: 20px;
  width: 760px;
  background: transparent url(img/content-bg.png);
}

#map {
  margin: 1em auto;
  width: 400px; height: 400px;
}

#logo-small {
  margin-top: 60px;
  text-align: center;
}

#subnav1 {
  height: 30px;
}

#subnav2 {
  margin-top: 40px;
  height: 30px;
}

#mainnav {
  margin-top: 20px;
  height: 20px;
  font-size: 10px;
  background: transparent url(img/lines.png) repeat-x left bottom;
}

#mainnav li {
  padding: 0 5px;
  border-left: 1px solid #e00069;
}

#mainnav li:first-child {
  border: 0;
}

#share {
  margin-top: 30px;
  text-align: center;
}

/*** Footer ***/
#footer {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #008956;
}
