body, html {
  color: #000000;
  background-color: #31537E;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
  font-size: small;
  background-image: url('horizontal.png');
  background-position: center;
  background-repeat: repeat-y;
}

a.jump {
  color: #d9dfe6;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: x-small;
}

a.jump:hover {
  color: #d9dfe6;
  text-decoration: none;
}

a.jump:focus {
  color: #000000;
  background-color: #FFFFFF;  
}

#pagecontainer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #31537E;
  background-image: url('header-vertikal.png');
  background-position: top;
  background-repeat: repeat-x;
}

#header #titleimage {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 158px;
  background-image: url('header.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#header #titleimage * {
  display: none; 
}

#page {
  margin: 0 auto;
  padding: 0;
  width: 950px;
  background-image: url('horizontal.png');
  background-position: center;
  background-repeat: repeat-y; 
}

#navigation {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 100%;
  background-color: #31537E;
  background-image: url('stop-ecke.png');
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#navigation ul {
  margin: 0;
  padding: 0;
  width: 910px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  height: 30px;
  list-style: none;
}

#navigation ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 182px;
  height: 30px;
  background-image: url('nav1.png');
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  word-spacing: -1px;
  letter-spacing: -1px;
}

#navigation ul li.active a {
  font-weight: bold;
}

#navigation ul li + li {
  background-image: url('nav2.png');
}

#navigation ul li + li + li {
  background-image: url('nav3.png');
}

#navigation ul li + li + li + li{
  background-image: url('nav4.png');
}

#navigation ul li + li + li + li + li {
  background-image: url('nav5.png');
}

#navigation ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: pre;
  color: #FFFFFF;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #d6dde4;
}

 #navigation ul li a span:before {
   content: '÷ ';
   font-weight: bold;
 }
 
#beforecontent {
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: #31537E;
  background-image: url('horizontal-body.png');
}

#content {
  width: 880px;
  margin: 0;
  padding: 15px;
  margin-left: 20px;
  margin-right: 0px;
  background-color: #F0F2F5;
  background-image: url('horizontal.png');
  background-position: center;
  background-repeat: repeat-y;
}

h2 {
  font-size: x-large;
  color: #31537E;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.2em;
  clear: both;
}

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

p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}

h3 {
  font-size: small;
  color: #31537E;
  letter-spacing: 1px;
  word-spacing: 2px;            
  padding-bottom: 0;
  margin-bottom: 0.1em;
  padding-top: 0.3em;
  margin-top: 0.3em;
}

img {
  border-style: solid;
  border-width: 2px;
  border-color: #31537E;
  margin: 2%;
  max-width: 45%;
  float: right;
  clear: right;
  margin-top: 0;
  margin-right: 0;
}

#content a {
  color: #31537E;
  text-decoration: none; 
}

#content a:hover, #content a:focus {
  font-weight: bold;
  letter-spacing: -1px;
  word-spacing: 2px;
}

#content a:active {
  font-weight: bold;
  letter-spacing: -1px;
  color: #d6dde4;
}  

#footer {
  width: 94%;
 /* color: #d6dde4;*/
  color: #d9dfe6;
  font-size: xx-small;
  text-align: right;
  padding-right: 4%;
  clear: both;
  margin-top:5em;
}

#footer a {
  /*color: #d6dde4;*/
  color: #d9dfe6;
  text-decoration: none;
}

#footer a:hover,  #footer a:focus{
  color: #31537E;
  text-decoration: none;
}

hr {
  border-style: none;
  background-color: #31537E;
  color: #31537E;
  height: 1px;
  width: 100%;
}

form {
  width: 50%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  clear: left;
  float: left;
  width: 38%;
  font-size: small;
}

form input {
  font-size: small;
  width: 60%;
  border-style: solid;
  border-width: 1px;
  border-color: #31537E;
  background-color: #d9dfe6;
  color: #000000;
  margin-top: 2px;
  margin-bottom: 2px;
}

form select {
  font-size: small;
  width: 98%;
  border-style: solid;
  border-width: 1px;
  border-color: #31537E;
  background-color: #d9dfe6;
  color: #000000;
  margin-top: 2px;
  margin-bottom: 1em;
  margin-left: 2px;
}

form textarea {
  color: #000000;
  background-color: #31537E;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
  font-size: small;
  width: 98%;
  border-style: solid;
  border-width: 1px;
  border-color: #31537E;
  background-color: #d9dfe6;
  margin-top: 2px;
  margin-bottom: 0;
  height: 10em;
}

form input.submit {
  font-size: small;
  color: #31537E;
  letter-spacing: 1px;
  word-spacing: 2px; 
  width: 98%;
  border-style: solid;
  border-width: 1px;
  border-color: #31537E;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 1px;
  border-top-style: none;
  padding-top: 0;
}

form input.submit:hover, form input.submit:focus, form input.submit:active {
  font-weight: bold;
}

#content ul {
  list-style: circle;
  margin-left: 2em;
  padding-left: 0;
/*  color: #31537E;*/
}

#content li * {
  /*color: #000000;*/
}

fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}