@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  background: #FFFFFF;
  font-family: Lucida Sans Unicode;
  height: 100%;
  background-image: url(background2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#wrapper {
  width: 1100px;
  margin: 20px auto 20px auto;
  border-top: 0px solid #000000;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-left: 0px solid #000000;
  padding: 0px 0px 0px 0px;
}
.wrapped {
  margin-bottom: 0px;
}
header {
  background-image: url(bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
header div {
  width: 610px;
  border-right: 4px solid #C3C3C3;
  padding: 30px 0 25px 0;
  background-image: linear-gradient(90deg,#0000a0 0%,#00005a 100%);
}
header div img {
  padding: 15px 30px 13px 30px;
}
#content,
#contentstart {
  background: #ffffff;
}
nav {
  width: 100%;
  background-image: linear-gradient(45deg,#323232 0%,#646464 100%);
  margin-bottom: 0px;
}
nav ul {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}
nav ul:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
nav ul li {
  list-style: none;
  float: left;
}
nav ul li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 11px 30px 15px 30px;
  -webkit-transition: background 0.1s ease-out 0s;
  -moz-transition: background 0.1s ease-out 0s;
  -o-transition: background 0.1s ease-out 0s;
  transition: background 0.1s ease-out 0s;
  border-top: 4px solid rgba(255,255,255,0);
  text-shadow: 1px 1px 1px #999;
}
nav ul li:hover > ul {
  visibility: visible;
}
nav ul li ul {
  display: inline;
  visibility: hidden;
  position: absolute;
  padding: 0px;
}
nav ul li ul li {
  float: none;
}
nav ul li ul li {
  font-size: 12px;
}
nav ul li.cat1:hover a {
  background: #00005a;
  border-top: 4px solid #ffffff;
  text-shadow: none;
}
nav ul li.cat1:hover > ul li a {
  background: #00005a;
  border-top: 0px solid rgba(255,255,255,0);
}
nav ul li:hover > a {
  color: #FAFAFA;
}
nav ul li ul li a {
  color: #FAFAFA;
}
nav ul li ul li a:hover {
  color: #333;
  background-color: #dddddd !important;
}
h2 a {
  text-decoration: none;
  font-size: 1.7em;
  color: #00005a;
}
h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #00005a;
  color: #ffffff;
  margin-top: -10px;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.5em;
  margin-top: 40px;
  padding: 0;
}
#content {
  font-family: 'TitilliumText22LLight';
  color: #00005a;
  padding: 30px;
  min-height: 600px;
}
#content h1 {
  color: #00005a;
  font-size: 1.7em;
  width: auto;
  border-bottom: 1px solid #00005a;
  margin-top: 20px;
  margin-bottom: 30px;
}
#content p {
  color: #00005a;
  font-size: 0.9em;
}
#content p a {
  color: #00005a;
}
#contentstart {
  font-family: 'TitilliumText22LLight';
  color: #00005a;
  padding: 0px;
}
#contentstart h1 {
  color: #00005a;
  font-size: 1.7em;
  width: auto;
  border-bottom: 1px solid #00005a;
  margin-top: 20px;
  margin-bottom: 0px;
}
#contentstart p {
  color: #00005a;
  font-size: 0.9em;
}
#contentstart p a {
  color: #00005a;
}
#contentblock {
  margin-bottom: 50px;
  text-align: justify;
}
#contentblockstart {
  text-align: justify;
}
#contentblock ul {
  font-size: 0.9em;
  margin: 15px 0 0 15px;
}
#contentleft {
  margin-bottom: 50px;
  float: left;
  width: 630px;
  text-align: justify;
}
#contentright {
  margin-bottom: 50px;
  float: right;
  width: 300px;
  padding: 15px;
  text-align: justify;
}
#contentfoot {
  clear: both;
}
#anrede {
  font-family: 'TitilliumText22LLight';
}
#tel {
  font-family: 'TitilliumText22LLight';
}
#email {
  font-family: 'TitilliumText22LLight';
}
#textmail {
  font-family: 'TitilliumText22LLight';
  width: 100%;
}
#formbuttonleft {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #00005a;
  float: left;
  font-family: 'TitilliumText22LLight';
  padding: 7px;
}
#formbuttonright {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #00005a;
  float: right;
  font-family: 'TitilliumText22LLight';
  padding: 7px;
}
.pflicht {
  color: #bc1616;
  font-weight: bold;
  font-size: 16px;
}
footer {
  background-image: linear-gradient(45deg,#646e6e 0%,#a0a0a0 100%);
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 30px;
}
footer table tr td {
  color: #00005a;
}
