body {
  padding: 0px 0px 0px 21px;
  margin: 0px;
  background-color: white;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: black;
  text-align: center;
  }

  
#wrap {
  width: 745px;
  margin: 0px auto 0px auto;
  text-align: left;
  }

#header {
  position:relative;
  margin: 30px 0px 20px 0px;
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  width: 745px;
  height: 84px;
  padding: 0px;
  text-align:right;
  }


#header #hinweis {
   position: absolute;
   left:500px;  
   width: 245px;
   margin-right: 0;
   text-align:right;
   color: #143D95;
   font-size: 12px;
}

   #header #hinweis a {
      text-decoration:none;
      color: #143D95;
      font-size: 12px;
   }

#header h1 {
    display: none;
}

#nav {
    margin: 22px 0px 0px 0px;
    padding: 0px;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    vertical-align: middle;
    margin: auto 0px auto 14px;
    display: block;
}

#nav ul li a {
  color: white;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  line-height: 33px;
  text-decoration: none;
  }

#nav ul li a:hover {
  color: #ccc;
  text-decoration: underline;
  font-size: 15px;
  line-height: 33px;
  }

.navwrap {
    width: 185px;
    height: 150px;
    margin: 0px 1px 0px 0px;
}

.color1 {
    background-color: #143d95;
}

.color2 {
    background-color: #375aa5;
}

.color3 {
    background-color: #5a77b5;
}

.color4 {
    background-color: #899eca;
}

#content {
    padding: 45px 0px 0px 0px;
}

#content h1 {
    color: #143d95;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding: 0px 0px 0px 22px;
    margin: 0px 0px 15px 0px;
    background-image: url(../img/dot.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left center;
}

p.bodytext {
margin:0px 0px 10px 0px;
}



#header #hinweis {
  position: absolute;
  left:443px;  
  width: 300px;
  margin-right: 0;
  text-align:left;
  color: #143D95;
  font-size: 12px;
  background-color: #F4D947;
  margin-bottom:20px;
}

#header #hinweis #top {
  background-color: #143D95;
  padding: 5px 10px;
  color: #ffffff;
}

#header #hinweis #unten {
  text-decoration:none;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
}

#header #hinweis #unten a {
  text-decoration:none;
  color: #000000;
  font-size: 11px;
}


