  /*
  **  Stylesheet Formatierungen für windegger.it - Start
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT KG
  **  @author     tommy
  **  @since      27.08.2008 15:05:57
  */

  @import url('style-reset.css');
  @import url('style-typography.css');

  body {
    background-color: #a5431e;
  }

    #wrap {
      position: absolute;
      width: 1021px;
      height: 635px;
      top: 50%;
      left: 50%;
      margin-top: -317.5px;
      margin-left: -510.5px;
    }

      #image-row {
        float: left;
        width: 100%;
        border-bottom: 5px solid #fff;
      }

        #image-row img {
          border-right: 5px solid #fff;
          float: left;
        }

        #image-row img.last {
          border: 0;
        }

      #content {
        background: #fff url('../img/logo-start.png') center no-repeat;
        border-width: 10px 0 10px 0;
        border-color: #dab00c;
        border-style: solid;
        float: left;
        width: 100%;
      }

        .column {
          float: left;
          width: 35%;
          height: 354px;
        }

        #content-left,
        #content-left p {
          text-align: right;
        }

        #content-left {
          margin-right: 15%;
        }

        #content-right {
          margin-left: 15%;
        }

          .slogan {
            color: #a5431e;
            font-size: 1.3em;
            border-bottom: 1px solid #b7694b;
            margin-top: 7.5em;
          }

          #content-left .slogan {
            padding-right: 1em;
          }

          #content-right .slogan {
            padding-left: 1em;
          }

          .column a {
            display: block;
            text-align: center;
            border: 1px solid #922525;
            color: #800000;
            font-size: 1.3em;
            line-height: 2em;
          }

          #content-left a {
            margin: 2em 1.5em 0 8em;
          }

          #content-right a {
            margin: 2em 8em 0 1.5em;
          }

      #footer {
        clear: both;
        border-top: 5px solid #fff;
      }

        #footer p {
          text-align: center;
          color: #fff;
          font-size: 0.6em;
          line-height: 5em;
        }
