body {
  margin: 0px;
  padding: 0px;
  text-align: justify;
  font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
  font-size: 13px;
}

@media screen {
  body {
    background-color: #e0e0e0;
  }
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #CC0000;
}

a:hover {
  text-decoration: underline;
  color: #CC0000;
}

iframe {
  margin-left: 50px;
  margin-bottom: 20px;
}

#seite {
}

#header {
  margin: 0px auto;
  margin-top: 24px;
  padding: 0px 0px;
  background:url(images/header.png) no-repeat;
  background-size:contain;
  width: 770px;
  height: 155px;
}

#header h1 {
  margin: 0px;
  margin-top: 7px;
  height: 52px;
  padding: 0px 0px 0px 10px;
}

#menu {
  margin: 0px auto;
  padding: 5px 0px;
  width: 770px;
  background-color: #333333;
}

#menu ul {
  margin: 0px;
  padding-left: 25px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
}

#menu li {
  display: inline;
  padding-right: 45px;
}

#menu a {
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

#menu a:hover {
  color: #BA1511;
}

#content {
  background-image:url(images/white.png);
  background-size:contain;
  background-repeat: repeat;
  margin: 0px auto;
  padding: 20px 0px 0px;
  width: 770px;
}

#content h2 {
  color: #BA1511;
}

#content p, #content ul, #content ol {
  line-height: 150%;
}

.left {
  padding: 0px 30px 40px;
  float: left;
  width: 450px;
}

.right {
  padding: 44px 30px 40px;
  float: right;
  width: 170px;
}

.right p {
  margin-bottom: -5px;
}

.center {
  padding: 0px 60px 40px;
}

#footer {
  border-top: 1px solid #666666;
  margin: 0px auto;
  padding-bottom: 30px;
  clear: both;
  width: 770px;
  font-size: 9px;
  text-align: left;
  color: #333333;
}

#footer ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#footer li {
  display: inline;
  padding: 0px 20px;
}

.fleft {
  padding: 0px 20px 0px;
  float: left;
  width: 450px;
}

.fright {
  padding: 0px 30px 0px 0px;
  float: right;
  width: 170px;
}
