body {
  background-image: url(../images/background1.png);
  background-repeat: repeat-x;
  background-color: #d8ecff;
  margin: 0px;
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

#left {
  float: left;
}

#monster {
  width: 800px;
  margin: auto;
  height: auto;
  background-color: #d8ecff;
  border-left: 1px solid #69aced;
  border-right: 1px solid #69aced;
}

#header {
  width: 100%;
  line-height: 0px;
  text-align: center;
}

#header object {
  height: 200px;
  width: 800px;
}

#info {
  text-align: right;
  background-image: url(../images/px_line2.png);
  background-color: #69aced;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#info a {
  padding-left: 3px;
  padding-right: 3px;
}

#content {
  overflow: hidden;
}

#content p,
#content li {
  text-align: justify;
}

#content p {
  padding-left: 1em;
}

#footer {
  background-image: url(../images/px_line2.png);
  text-align: center;
  background-color: #69aced;
  color: #ffffff;
  padding: 2px;
  clear:both;
}

#content img {
  float: right;
  border: 1px solid #40a5d5;
  margin-left: 5px;
  clear: right;
}

#content-bg {
  background-image: url(../images/verlauf.png);
  background-repeat: repeat-y;
  color: #333333;
  margin-left: 150px;
  background-color: #ffffff;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px solid white;
}

#content-bg:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


#nav {
  float: left;
  color: #006699;
  width: 150px;
  height: auto;
  background-color: #d8ecff;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  text-decoration: none;
  color: #006699;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
}

#nav a:hover {
  background-color: #accbf3;
  color: #ffffff;
  text-decoration: none;
}

#nav ul ul {
  border-bottom: 1px solid #ffffff;
}

#nav ul ul a {
  color: #ffffff;
  background-color: #69aced;
  font-size: 9px;
  border-top: 1px solid #69aced;
  border-bottom: 1px solid #69aced;
}
 
#nav ul ul li a:before {
  content: "\21D2";
}


#nav ul ul a:hover {
  color: #40a5d5;
  background-color: #accbf3;
  font-size: 9px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul {
  list-style-type: square;
  color: #333333;
}

ul ul {
  list-style-type: circle;
  color: #333333;
}

h1 {
  font-size: 15px;
  border-bottom: 1px solid #40a5d5;
  color: #40a5d5;
  margin-top: 0;
}

h2
  {
  color: #006699;
  font-size: 13px;
}

h3 {
  color: #006699;
  font-size: 11px;
}

#info a {
  color: #ffffff;
  text-decoration: none;
}

#info a:active,visited {
  color: #ffffff;
  text-decoration: none;
}

#info a:hover {
  color: #000000;
  text-decoration: none;
}


#content .contact label {
  float: left;
  width: 50px;
}

#content div.contact {
  clear: right;
}

table {
  width: 100%;
  border: 1px solid #40a5d5;
  margin-bottom: 10px;
}

table td {
  text-align: center;
  padding-left: 20px;
  padding-right: 5px; 
  padding-top: 5px;
  padding-bottom: 5px;
}

table td a {
  color: #006699;
  width: 250px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #40a5d5;
}

table td a:hover {
  text-decoration: none;
  background-color: #accbf3;
  color: white;
}

address {
  font-style: normal;
}

a {
  color: #006699;
  text-decoration: none;
}

a:active,visited
  {
  color: #006699;
  text-decoration: none;
}

a:hover
  {
  color: #000000;
  text-decoration: none;
}


.error {
  color: red;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}

dl dt {
  display: block;
  float: left;
  clear: left;
  width: 10em;
}

dl dd {
  margin-left: 10em;
}
