@media screen{
  body {
    margin: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 11px;
    line-height: 18px;
    background-color: #fbfbfb;
    background-image: url('background.gif');
    background-repeat: repeat-y;
    color: #000000;
  }
  img.img {
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
  }
  .headline {
    font-size: 24px;
    font-weight: bold;
    clear: left;
    margin-bottom: 10px;
  }
  li {
    margin-left: 10px;
  }
  .menu {
    color: #1861a9 !important;
  }
  a.menu {
    color: #000000;
    text-decoration: none;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  .bold {
    font-weight: bold;
  }
  .teaser {
    font-style: italic;
  }
  .text {
  
  }
  #menu {
    color: #1861a9;
    clear: both;
    text-align: left;
    margin: 10px;
    margin-left: 50px;
    line-height: 11px;
    font-size: 11px;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  #left {
    position: absolute;
    left: 10px;
    width: 210px;
    text-align: center;
  }
  #contents {
    position: absolute;
    left: 250px;
  }
  #address {
    float: right;
    text-align: left;
    clear: right;
    padding: 0px 15px 15px 25px;
  }
  #hours {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
  }
}