
  /*
  **  stylesheet definitions for weinsepphof.com
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) 2007 Profi IT KG
  **  @author     tommy(at)profi(dot)it
  **  @since      19.12.2007 16:04:54
  */

  @import url('style-reset.css');
  @import url('style-typography.css');
  @import url('style-form.css');
  @import url('style-ext.css');

  body {
    font: 100%/100% Arial, Helvetica, sans-serif;
    color: #35301b;
    background: #f8da87 url('../img/bg-f8da87.png');
  }

  /* common elements */
  a {
    text-decoration: none;
    color: #A63422;
  }

  a:hover {
    text-decoration: underline;
    color: #A63422;
  }

  a.white {
    color: #fff9e8;
  }

  a.white:hover {
    color: #fff9e8;
  }

  .clear {
    clear: both;
    font-size: 0%;
    height: 0px;
    line-height: 0%;
  }

  img.block {
    display: block;
  }

  /* page structure */
  div#wrap {
    position: absolute;
    left: 50%;
    width: 811px;
    margin-left: -405px;
    background: #fff9e8 url('../img/bg-fff9e8.png');
    font-size: 70%;
  }

    div#header {
      margin-bottom: 4px;
      padding-left: 4px;
    }

      img.header-image {
        float: left;
        border-top: 4px solid #fff9e8;
        border-right: 4px solid #fff9e8;
      }

      a.maillink {
        float: left;
        width: 169px;
        background: #ffe8a5 url('../img/bg-ffe8a5.png');
        text-align: center;
        line-height: 23px;
        border-bottom: 4px solid #fff9e8;
        border-right: 4px solid #fff9e8;
      }

      div#box-weather {
        float: left;
        width: 110px;
        height: 72px;
        /* a.maillink is not displayed tommy@profi.it 07.04.2008 12:45:08 */
        height: 99px;
        background: #FFE8A5 url('../img/bg-weather-box.png') 7px center no-repeat;
        border-right: 4px solid #fff9e8;
        padding: 20px 0 0 59px;
      }

    /* children of #content-container */
      div.column {
        float: left;
      }

      div#sidebar-left {
        margin-left: 4px;
        width: 168px;
        /* removed upper padding during logo substitution 03.04.2008 16:46:15 */
        padding: 0 1px 1px 1px;
        background: #ffe8a5 url('../img/bg-ffe8a5.png');
      }

        h1#site-logo {
          background-image: url('../img/weinsepphof-logo.png');
          /* dont show, we use new logo in upper right corner */
          display: none;
        }

        h1#site-logo a {
          display: block;
          text-indent: -9999em;
          width: 167px;
          height: 132px;
        }

        div#box-address {
          background: #ffe8a5 url('../img/bg-ffe8a5.png');
          color: #A63422;
          padding: 10px;
          font-weight:bold;
        }

          div#box-address p {
            line-height: 140%;
            text-align:center;
          }

          #box-address a {
            color: #A63422;
          }
          
          #box-address h5 {
            font-size: 9pt;
            text-align:center;
            color: #A63422;
          }

      div#content {
        margin-left: 21px;
        margin-right: 4px;
        width: 439px;
      }

      div#sidebar-right {
        margin-right: 4px;
        width: 169px;
      }

        div#form-express {
          color: #A63422;
          background: #FFE8A5 url('../img/bg-ffe8a5.png');
          padding: 15px;
        }

          div#form-express legend {
            color: #A63422;
          }

          div#form-express label {
            display: block;
            margin: 5% 0;
          }

          div#form-express form fieldset ol li {
            margin-bottom: 5%;
            position: relative;
          }

          #form-express form fieldset ol li div.calendarbutton {
            top: 20px !important;
            left: 80px !important;
          }

          div#form-express input.submit {
            text-align: left;
            border: 0;
            padding: 0;
            color: #A63422;
            background: #FFE8A5 url('../img/btn-submit.png') right center no-repeat;
            width: 100%;
          }

          div#form-express input.submit:hover {
            cursor: pointer;
          }

          div#form-express select.select-day {
            width: 30%;
          }

          div#form-express select.select-month {
            width: 67%;
          }

          div#form-express select {
            width: 100%;
          }

        ul#logo-list li {
          text-align: center;
          margin-top: 15px;
        }

  /* menus */
  ul.menu.language {
    background: #f8da87 url('../img/bg-f8da87.png');
    border-left: 4px solid #fff9e8;
    text-transform: uppercase;
  }

  ul.menu.language a {
    text-decoration: none;
    color: #A63422;
    line-height: 22px;
  }

  ul.menu.language a:hover,
  ul.menu.language li.active a {
    font-weight: bold;
    text-decoration: underline;
  }

  ul.menu.language li {
    display: inline;
    border-right: 1px solid #A63422;
    padding: 0 5px;
  }

  ul.menu.language li.last-item {
    border-right: 0;
  }

  ul.menu.main {
    border-top: 1px solid #FDCB76;
  }

  ul.menu.main a {
    display: block;
    text-decoration: none;
    color: #BC6144;
    background: #ffe9ac url('../img/bg-ffe9ac.png');
    padding: 0 10px;
    line-height: 190%;
    font-weight:bold;
    border-bottom: 1px solid #FDCB76;
  }

  ul.menu.main a:hover,
  ul.menu.main a.active {
    color: #fff;
    background: #fdcb76 url('../img/bg-fdcb76.png');
    font-weight:bold;
  }

  ul.menu.main li {
  }

    ul.menu.main ul li a {
      padding-left: 3em !important;
      font-weight: normal !important;
    }

  ul.menu.extra li {
    text-align: center;
  }

  ul.menu.extra li a {
    line-height: 190%;
    padding-left: 10px;
    font-size: 8pt;
    font-weight: bold;
  }

  /* content elements */
  div.text-content {
    padding-right: 20px;
    margin-bottom: 5%;
  }