
  /*
  **  stylesheet definitions for pension-maria.it
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) 2009 Profi IT KG
  **  @author     ralf(at)profi(dot)it
  **  @since      26.05.2009 09:55:05
  */

  @import url('style-reset.css');
  @import url('style-ve_guestbook.css');
  @import url('style-tt_news.css');
  @import url('style-forms.css');

  body {
    font: 100%/100% Arial, Helvetica, sans-serif;
    color: #615a40;
    background: #80142c url('../img/bg-80142c.png');
  }

  /* common elements */
  a {
    text-decoration: underline;
    color: #8B0036;
  }

  a:hover {
    text-decoration: underline;
    color: #8B0036;
  }

  a.white {
    color: #fff4d6;
  }

/*  a.white:hover {
    color: #fff4d6;
  }
*/  
  a.red {
    color: #8b0037;
  }
  
  a.realwhite {
    color: #ffffff;
  }

  .clear {
    clear: both;
    font-size: 0%;
    height: 0px;
    line-height: 0%;
  }

  img.block {
    display: block;
  }

  /* page structure */
  div#wrap {
    position: absolute;
    left: 50%;
    width: 807px;
    margin-left: -405px;
    background: #fff9e8 url('../img/bg-fff9e8.png');
    font-size: 70%;
  }

  div#wrap-popup {
    background: #fff9e8 url('../img/bg-fff9e8.png');
    font-size: 70%;
    padding: 1em;
  }

    div#header {
      margin-bottom: 4px;
      padding-left: 4px;
    }

      .header-image-big-wrap {
        float: left;
        width: 629px;
        position: relative;
      }

      img.header-image {
        float: right;
        border-top: 4px solid #ffffff;
        border-right: 4px solid #ffffff;
      }

      a.maillink {
        float: right;
        width: 169px;
        font-size: 12px;
        background: #8d5050 url('../img/bg-8d5050.png');
        text-align: center;
        line-height: 23px;
        border-bottom: 4px solid #ffffff;
        border-right: 4px solid #ffffff;
      }

      div#box-weather {
        float: left;
        width: 134px;
        height: 20px;
        background: #ffffff url('../img/bg-weather-box.png') 47px 10px no-repeat;
        border-right: 4px solid #ffffff;
        padding: 72px 0 0 35px;
        font-size: 12px;
      }

    /* children of #content-container */
      div.column {
        float: left;
      }

      div#sidebar-left {
        margin-left: 4px;
        width: 168px;
        padding: 1px;
        background: #8d5050 url('../img/bg-8d5050.png');
        font-size: 12px;
      }

        div#box-address {
          background: #8d5050 url('../img/bg-8d5050.png');
          color: #fff9e8;
          padding: 10px 3px;
        }

          div#box-address p {
            line-height: 160%;
            text-align: center;
            padding-bottom: 7px;
          }

          #box-address a {
            color: #fff9e8;
          }

      div#content {
        padding-left: 20px;
        padding-right: 14px;
        width: 426px;
      }

      div#sidebar-right {
        width: 169px;
        margin-bottom: 20px;
      }

        div#form-express {
          color: #fff;
          background: #f99b11 url('../img/bg-f99b11.png');
          padding: 15px;
        }

          div#form-express legend {
            color: #fff;
          }

          div#form-express label {
            /* display: block; */
            margin: 0;
            padding: 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: #fff;
            background: #f99b11 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: #80142c url('../img/bg-80142c.png');
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
  }

  ul.menu.language a {
    text-decoration: none;
    color: #8b0037;
    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 #8b0037;
    padding: 0 5px;
  }

  ul.menu.language li.last-item {
    border-right: 0;
  }

  ul.menu.main {
    border-top: 1px solid #8d5050;
  }

  ul.menu.main a {
    display: block;
    text-decoration: none;
    color: #8b0037;
    background: #fbd9a6 url('../img/bg-feecb7.png');
    padding: 0 10px;
    line-height: 200%;
  }

  ul.menu.main a:hover,
  ul.menu.main a.active {
    color: #feecb7;
    background: #8d5050 url('../img/bg-8d5050.png');
    font-weight: bold;
  }

  ul.menu.main li {
    border-bottom: 1px solid #8d5050;
  }

  ul.menu.extra li a {
    line-height: 190%;
  }

  /* content elements */
  div.text-content {
    padding-right: 20px;
    margin-bottom: 5%;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 2% 0;
    color: #8d5050;
    font-size: 125%;
    font-weight: bold;
  }

  h1 {
    color: #602300;
    font-size: 125%;
    line-height: 1.5em;
  }

  h2 {
    font-size: 115%;
    color: #8b0037;
  }

  h3 {
    font-size: 100%;
    margin-top: 5%;
    color: #8d5050;
  }

  p.bodytext {
    line-height: 150%;
    margin: 2% 0;
    font-family: 'Verdana';
    font-size: 12px;
  }

  strong {
    font-weight: bold;
  }

  /* content lists */
  div.text-content ol {
    list-style-type: decimal;
  }

  div.text-content ul {
    list-style-type: disc;
  }

  div.text-content ol li,
  div.text-content ul li {
    margin-left: 10%;
    line-height: 150%;
  }

  /* table elements */
  table.styled {
    border: 1px solid #8d5050;
  }

  table.styled th,
  table.styled td {
    padding: 0.5em;
  }

  table.styled th {
    border: 1px solid #602300;
    background-color: #8b0037;
    text-align: center;
    color: #ffffff;
  }

  table.styled td {
    border: 1px solid #602300;
    vertical-align: middle;
    line-height: 1.25em;
  }

  table.styled td p.bodytext {
    text-align: center;
  }

  #content-container {
    background: transparent url('../img/bg-content-container.png') no-repeat left bottom;
    min-height: 750px;
  }
  #footer {
  }
    #footer ul {
      width: 170px;
      padding-bottom: 10px;
      margin-top: -20px;
      float: right;
    }
      #footer ul li {
        text-align: center;
      }
        #footer ul li a {
        }
  #offer {
    padding-top: 3px;
    margin-bottom: 20px;
  }
    #offer .offer-header {
      background-color: #8b0037;
      line-height: 2em;
      color: #fff9e8;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
    }
    #offer .offer-content {
      border-left: 1px solid #8b0037;
      border-right: 1px solid #8b0037;
      padding: 8px;
      text-align: right;
    }
      #offer .offer-content p {
        line-height: 1.75em;
        color: #8b0036;
        font-size: 12px;      
      }
      #offer .offer-content a {
        color: #8b0036;
        font-size: 12px; 
      }
    #box-bottom {
      border-right: 1px solid #8b0037;
      border-bottom: 1px solid #8b0037;
      border-left: 1px solid #8b0037;
      background-color: #f99b11;
    }
      #box-bottom ul li {
        text-align: center;
      }
      #box-bottom a {
        text-decoration: underline;
        line-height: 2em;
        font-size: 12px;
        font-weight: bold;
      }
  #map {
    
  }
  
  .align-center {
    text-align: center;
  }
  .news-latest-more-link {
    text-align: right;
  }
  #content ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.2em;
  }
    #content ul li {
      line-height: 1.5em;
    }
  form.complex ul {
    list-style-type: none !important;
  }
