  /*
  **  stylesheet definitions for hotel-oberwirt.com
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT
  **  @author     tommy(at)profi(dot)it
  **  @since      2008-12-09 22:03:01 
  */

  @import url('style-reset.css');
  @import url('style-typography.css');
  @import url('style-forms-v2.css');
  @import url('style-menu.css');
  @import url('style-wt_csstooltip.css');
  @import url('style-tt_news.css');

  body {
    font: 62.5%/100% "Trebuchet MS", Times, serif;
  }

  div.clear {
    clear: left;
    font-size: 0px;
    line-height: 0px;
  }

  a.textreader-hint {
    position: absolute;
    text-indent: -7777em;
  }
  
  h2 {
    font-size: 1.8em;
    margin: 1em 0;
  }
  
  h1#logo {
    position: absolute;
    margin-left: 760px;
    margin-top: 20px;
  }
  
  h1 a {
    display: block;
    height: 160px;
    width: 285px;
    text-indent: -7777em;
  }
  
  .header-address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    margin-left: 763px;
    margin-top: 190px;
    text-align: center;
    line-height: 20px;
    width: 284px;
  }

    .header-address a {
      color: #ffffff;
      text-decoration: none;
    }

  h1#logo,
  .header-address {
    z-index: 100;
  }

  #header-image-container {
    z-index: 90;
  }

  #wrap {
    width: 100%;
    background: #ffffff url('../img/bg-wrap.png') center 415px no-repeat;
    padding: 1.5em 0 0 0;
  }

    #header-container {
      width: 1085px;
      margin: 0 auto;
    }

    #menu-language-container ul#menu-language li {
      display: inline;
      border-right: 1px solid #7a133e;
      padding: 0 0.5em 0 0.25em;
    }

      #menu-language li.last-item {
        border: none;
      }

        #menu-language li a {
          text-transform: uppercase;
          color: #7a133e;
          font-size: 1.5em;
        }

    #menu-main-container {
      background: #89847c none repeat scroll 0 0;
      width: 100%;
      height: 40px;
    }

      #menu-main {
        width: 1020px;
        margin: 0 auto;
      }

        #menu-main li {
          display: inline;
          padding: 0.35em 1.53em 0.6em 0;
          line-height: 1em;
          font-size: 1.8em;
        }

          #menu-main a {
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 2em;
            padding: 0 1em 0 0;
          }

          #menu-main a.active,
          #menu-main a:hover {
            color: #000000;
          }

          #menu-main a.active {
            background: transparent url('../img/bg-menu-item-active.png') right bottom no-repeat;
            padding: 0 1em 2.6em 0 !important;
          }

        #menu-main li.last-item {
          background: #7c5e29;
          padding: 0.35em 157px 0.6em 1em;
        }

          #menu-main li.last-item a {
            padding: 0 !important;
          }

          #menu-main li.last-item a.active {
            background: none !important;
            padding: 0 !important;
          }

    #content-outer-container {
/*      float: left;
      width: 70%;
      margin: 0 0 0 auto;
*/
      margin: 0 auto;    
      width: 1085px;
    }
    
      #content-inner-container {
        float: left;      
        width: 791px;
      }

      #content {
        /*
        width: 460px;
        margin: 0 55px;
        */
        width: 460px;
        margin: 55px 75px 0 55px;
        float: left;
        
        font-size: 1.3em;
        line-height: 1.5em;
        color: #000000;
      }

      #content-inner-container.wide #content {
        width: 660px;
      }

        #menu-breadcrumb {
          list-style-type: none;
          margin: 0 !important;
        }

          #menu-breadcrumb li {
            display: inline;
            border-right: 1px solid #604213;
            padding: 0 0.75em 0 0.5em;
            font-size: 0.9em;
          }

          #menu-breadcrumb li.first-item {
            padding-left: 0;
          }

          #menu-breadcrumb li.last-item {
            border: none;
          }

        .csc-frame {
        }

        .csc-frame-frame1 {
          padding: 0 0 1em 0;
          margin: 0 0 1em 0;
          background: transparent url('../img/bg-frame.png') right bottom no-repeat;
        }

          .csc-frame-frame1 table {
            margin: 0 0 1em 0;
          }

      #sidebar-left {
        float: left;
        /*width: 35%;*/
        width: 201px;
      }

      #content-inner-container.wide #sidebar-left {
        width: 1px;
      }

    #sidebar-right {
      /*
      float: left;
      width: 26.9%;
      */
      float: left;
      margin: 1em 0 0 0;
      width: 293px;
    }

    div.box {
      font-size: 1.4em;
      width: 204px;
      border: 1px solid #a19788;
       
    }
    
      div.box.dark {
        background: #dac39c url('../img/bg-box-dark.png') right bottom no-repeat;
        margin: 1em 0 0 2em;
      }
      
      div.box.light {
        background: #f7e7cb url('../img/bg-box-light.png') right bottom no-repeat;
        margin: 1em 0 0 2em;
      }
      
        div.box div.box-content {
          margin: 1em;
        }
        
        div.box-content h6 {
          font-size: 1.1em;
          color: #7a133e;
          padding: 0 0 1em;
          line-height: 1.2em;
        }
        
        div.box-content h5 {
          font-size: 1.1em;
          color: #7a133e;
        }
        
        div.box-content p {
          line-height: 1.5em;
          font-size: 0.8em;
          color: #000000;
          padding: 0 0 1em 0;
        }
        
        div.box-content a {
          font-size: 0.8em;
          color: #7a133e;
        }

        .prev-next-nav a {
          display: block;
          background: transparent url('../img/_samples/bg-ttnews-carousel-next.png') no-repeat scroll right center;
          text-decoration: none;
          color: #000 !important;
        }
        
        div.box div.no-margin {
          margin: 0 !important;
        }
        
          #menu-quicklinks {
            line-height: 1.8em;
          }
          
            #menu-quicklinks li {
              border-bottom: 1px solid #000;
            }
  
              #menu-quicklinks a {
                text-decoration: none;
                color: #000;
                font-size: 1em;
              }
              
          #menu-extras {
            /*padding: 1em 0 0 8em;*/
            margin: 1em 0 0 2.8em;
            width: 204px;
          }
          
            #menu-extras li {
              font-size: 1.2em;
              line-height: 1.5em;
              text-align: center;
            }
            
              #menu-extras a {
                display: block;
                color: #51504b;
                text-decoration: none;              
              }
            
    #sidebar-right-content {
      font-size: 1.4em;
      margin: 1em 0 0 2em;
      width: 204px;
    }

      #sidebar-right-content .csc-textpic-clear {
        clear: none !important;
      }