* {
  margin: 0;
  padding: 0;
}

body {
  background: #00386F;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center;
}

div#main {
  background: #D1DADF;
  width: 749px; 
  _width: 759px;                          /*IE-Hack*/
  border: 5px solid #FFFFFF;
  margin: 5px auto;
}

div#content {
  position: relative;
  clear: left;
  width: 534px;
  margin: 15px 10px 10px 200px;
  display: block;
  text-align: justify;
}

div#content h2 {
  width: 175px;
  float: left;
  display: block;
  margin-left: -200px;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  color: #00386F;
  text-align: right;
  
}

div#counter {
  position: relative;
  float: left;
  display: block;
  height: 25px;
  width: 180px;
  bottom: 45px;
  margin: 0 10px -45px 0px;
  text-align: right;
}

img.pics {
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  margin: 10px 0 0 0;
  width: 107px;
  height: 80px;
  display: inline;
  float: left;
}

ul#logo { 
  list-style: none;
  width: 729px;
  margin: 10px 10px 5px 10px;
}
    
    li.left {
      float: left;
      width: 510px;
      text-align: left;
      color: #00386F;
      font-size: 1.5em;
      line-height: 1.7em;
    }
        
        li.left strong {
          font-size: 1.5em;
          letter-spacing: 0.1em;
        }
        
    li.center {
      float: left;
      width: 80px;
      text-align: right;
    }
    
    li.right {
      width: 126px;
      text-align: left;
      margin-left: 13px;
    }


ul#navi {
  width: 749px; 
  height: 25px;
  _height: 35px;                        /*IE-Hack*/
  list-style: none;
  clear: left;
}

  ul#navi li {
    float: left;
    display: inline;
  }

    a.navi {
      display: block;
      float: left;
       width: 146px;
      _width: 150px;                    /*IE-Hack*/
      text-align: center;
      border-left: 3px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
      border-bottom: 5px solid #FFFFFF;
      background-color: #00386F;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 0.1em;
      color: #FFFFFF;
    }

    a#first {
      border-left: none;
    }
    
    a#last {
      width: 145px;
      _width: 149px;                    /*IE-Hack*/
      border-right: none;
    }
       
    a.navi:hover {
      color: #00386F;
      background-color: #FFFFFF;
    }

  
p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #00386F;
  font-weight: bold;
  color: #00386F;
}

a:hover {
  background-color: #FFFFFF;
}

h4 {
  font-weight: bold;
  font-size: 1.2em;
}

table.impressum {
  font-size: 1em;
  border: 0px;
  line-height: 1.7em;
}

  td.ileft, td.iright {
    padding-bottom: 10px;
    vertical-align: top;
  }
  
  td.ileft {
    width: 150px;
    font-weight: bold;
  }
  
  td.iright {
    width: 350px;
  }
  

dl.list1 dt {
  font-weight: bold;
}

dl.list1 dd {
  margin-left: 20px;
  margin-bottom: 1em;
}

ul.list2 {
  list-style-type: disc;
}

  ul.list2 li {
    margin-left: 40px;
  }
  
blockquote {
  width: 60%;
  border: 1px solid #00386F;
  padding: 5px;
  background-color: #FFFFFF;
}
