@CHARSET "UTF-8";
/*
_____________________________________________________

QForma Layout file
URL: http://www.qforma.nl

Styling rules specifically for the layout.

_____________________________________________________

/* ========================================================================== */
/* ! Base                                                                     */
/* ========================================================================== */

   /* commented backslash hack \*/
   html, body { height: 100%; }
   /* end hack */
   * html .wrapper { height: 100%; }

   body{
      position: relative;
      background: #d4d1db;
      min-height: 600px;
   }

   #wrapper {
      position: relative;
      margin: 0 auto;
      background: url(../gfx/bg.png) no-repeat bottom center;
      height: 100%;
      width: 100%;
      min-height: 900px;
   }


/* ========================================================================== */
/* ! Site                                                                     */
/* ========================================================================== */

   /* .header */
      #header-top{
         background: #fff;
         width: 100%;
         padding: 40px 0 25px 0;
         text-align:center;
      }
         .logo{

         }
      #header-bot{
         background: #09045d;
         width: 100%;
         height: 115px;
         text-align:center;
      }
      #header-bot ul{
         color: #fff;
         width: 600px;
         margin: 0 auto;
         width: 452px;
         padding: 0;
      }
         #header-bot li{
            float: left;
            margin: 0 20px 0 10px;
            font-size: 1.3em;
         }
         #header-bot li:first-child{
            list-style-type: none;
         }
            #header-bot li h3{
               color: #ec1c23;

            }


   /* .container-main */
      #main{
         width: 980px;
         margin: 65px auto 0;
         overflow: hidden;


      }

      .footer-spacer{
         height: 60px;
      }



   /* .footer */
      #footer{
         position: fixed;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 60px;
         background: #ec1c23;
         color: #fff;
         z-index: 10;
         text-align: center;
      }



/* ========================================================================== */
/* ! Modernizr                                                                */
/* ========================================================================== */

   .no-rgba .menu-main{
      background: url(../gfx/transp-light-white.png);
   }
   .no-rgba .main,
   .no-rgba .logo-footer,
   .no-rgba .balloon-top,
   .wrapper-recent.stacked{
      background: url(../gfx/transp-white.png);
   }