
  /*
  **  stylesheet definitions for pension-mitterhofer.com
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT GmbH
  **  @author     tommy(at)profi(dot)it
  **  @since      19.02.2008 14:56:39
  */

  @import url('style.css');

  #menu-languages {
    display: none;
  }
        #header-left {
          float: none;
          width: auto;
          height: auto;
        }
          #header-left h1 {
            height: auto;
            margin: 0;
            text-indent: 0;
            width: auto;
            border: none;
          }
          #header-left #address-container {
            text-align: left;
            border-left: none;
            float: left;
          }

        #header-right {
          display: none;
        }

      #content-container {
        clear: both;
        background: #fff url('../img/bg-content-container.png') repeat-y;
      }

        .column {
          float: left;
        }

        #sidebar-left {
          display: none;
        }

        #content {
          width: 490px;
          background: url('../img/bg-content.png') no-repeat left top;
          /* normally, left and right padding is 27px but so we have more space for content: 490px */
          padding: 25px 25px 0 25px;
        }

        #sidebar-right {
          display: none;
        }

        #footer .footer-logos{
          display: none;
        }