
	/*
	**	Stylesheet Formatierungen für weisses-roessl.org
	**
	**	line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) 2008 Profi IT KG
  **  @author     tommy(at)profi(dot)it
  **  @since      03.03.2008 10:02:33
  */

  @import url('style-reset.css');
  @import url('style-typography.css');
  @import url('style-form.css');
  @import url('style-ce_gallery.css');
  @import url('style-tt_news.css');

  body {
    font: 100%/100% Arial, Helvetica, sans-serif;
    color: #807858;
    background: #ecdbaf url('../img/bg-ecdbaf.png');
  }

  /* common elements */
  a {
    text-decoration: none;
    color: #904643;
  }

  a:hover {
    text-decoration: underline;
    color: #904643;
  }

  /* this is used to make a link the same color as normal text color in address field */
  a.white {
    color: #fff4d6;
  }

  a.white:hover {
    color: #fff4d6;
  }

  .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: #fff4d6 url('../img/bg-fff4d6.png');
    font-size: 70%;
  }

    div#header {
      margin-bottom: 4px;
      padding-left: 4px;
    }

      img.header-image {
        float: left;
        border-top: 4px solid #fff4d6;
        border-right: 4px solid #fff4d6;
      }

      a.maillink {
        float: left;
        width: 169px;
        background: #904643 url('../img/bg-904643.png');
        text-align: center;
        line-height: 23px;
        border-bottom: 4px solid #fff4d6;
        border-right: 4px solid #fff4d6;
        color: #fff4d6 !important;
      }

      a.maillink:hover {
        color: #fff4d6 !important;
      }

      div#box-weather {
        float: left;
        width: 110px;
        height: 67px;
        background: #904643 url('../img/bg-weather-box.png') 7px center no-repeat;
        border-right: 4px solid #fff4d6;
        padding: 20px 0 0 59px;
      }

        #box-weather a {
          color: #fff4d6;
        }

        #box-weather a:hover {
          color: #fff4d6 !important;
        }

    /* children of #content-container */
      div.column {
        float: left;
      }

      div#sidebar-left {
        margin-left: 4px;
        width: 168px;
        padding: 1px;
        background-color: #904643;
      }

        div#box-address {
          background: #fff4d6 url('../img/bg-fff4d6.png');
          color: #904643;
          padding: 10px;
        }

          div#box-address p {
            line-height: 130%;
          }

            #box-address a {
              color: #904643;
            }

      div#content {
        margin-left: 17px;
        margin-right: 17px;
        width: 430px;
      }

      div#sidebar-right {
        margin-right: 4px;
        width: 169px;
      }

        div#form-express {
          color: #fff4d6;
          background: #904643 url('../img/bg-904643.png');
          padding: 15px;
        }

          div#form-express legend {
            color: #fff4d6;
          }

          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: #fff4d6;
            background: #904643 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: #ecdbaf url('../img/bg-ecdbaf.png');
    border-left: 4px solid #fff4d6;
    text-transform: uppercase;
  }

  ul.menu.language a {
    text-decoration: none;
    color: #7d3246;
    line-height: 22px;
    font-weight: bold;
  }

  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: 2px solid #7d3246;
    padding: 0 5px;
  }

  ul.menu.language li.last-item {
    border-right: 0;
  }

  /* main menu */
  ul.menu.main a {
    display: block;
    text-decoration: none;
    color: #fff4d6;
    background-color: #904643;
    padding: 0 10px;
    line-height: 190%;
  }

  ul.menu.main a:hover,
  ul.menu.main a.active {
    color: #904643;
    background: #fff4d6;
  }

  ul.menu.main li {
    border-bottom: 1px solid #fff4d6;
  }

  ul.menu.extra li a {
    color: #7d3246;
    line-height: 190%;
  }
