@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  background: #eee;
  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;
  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: 100%;
  
  padding: 20px 0 20px 0;
  background-image: linear-gradient(135deg,#303b7f 50%,#000000 100%);
}
header div img {
  padding: 0;
	margin-left:20px;
}
#contentstart {
  background: #ffffff;
}
nav {
  width: 100%;
  background-image: linear-gradient(45deg,#000000 0%,#323232 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: 'Arial';
  color: #00005a;
  padding: 30px;
  min-height: 600px;background: #FFFFFF;
}
#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;text-align: left;
}
#content p a {
  color: #00005a;
}
#contentblock {
  margin-bottom: 50px;
  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: 'Arial';
}
#tel {
  font-family: 'Arial';
}
#email {
  font-family: 'Arial';
}
#textmail {
  font-family: 'Arial';
  width: 100%;
}
#formbuttonleft {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #00005a;
  float: left;
  font-family: 'Arial';
  padding: 7px;
}
#formbuttonright {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #00005a;
  float: right;
  font-family: 'Arial';
  padding: 7px;
}
.pflicht {
  color: #bc1616;
  font-weight: bold;
  font-size: 16px;
}
footer {
  background-image: linear-gradient(45deg,#bbbbbb 0%,#dddddd 100%);
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 30px;
}
footer a:link, footer a:visited{color:black!important;}
footer table tr td {
  color: #303b7f;
}
