
body {
   background: #f6e0ca;
}

#siteContainer {
   width: 911px;
   position: absolute;
   z-index: 10;
   top: 0;
   left: 50%;
   margin-left: -456px;
}
   #siteTop {
      height: 203px;
   }
      #topMenu,
      #langMenu,
      #mainMenu,
      #logo,
      #main {
         position: absolute;
      }
      #logo {
         top: 14px;
         left: 21px;
      }
      #topMenu {
         top: 2px;
         right: 90px;
      }
         #topMenu li {
            padding: 3px;
         }
         #topMenu li,
         #topMenu a {
            color: #fff;
         }
         #topMenu a {
            text-decoration: none;
         }
            #topMenu a:hover {
               text-decoration: underline;
            }
            #topMenu .active a {
               color: #fea100;
            }
      #langMenu {
         top: 5px;
         right: 10px;
      }
         #langMenu a {
            padding: 4px;
         }
      #mainMenu {
         height: 42px;
         top: 162px;
         left: 251px;
         z-index: 15;
      }
         #mainMenu ul {
            margin: 0 8px;
         }
            #mainMenu li {
               height: 42px;
               background: url(../gfx/bgMainMenu.gif) bottom left repeat-x #f7e2ce;
            }
            #mainMenu a {
               padding: 9px 10px 6px 10px;
               font-size: 19px;
               height: 27px;
               line-height: 27px;
               color: #581300;
               text-decoration: none;
            }
            #mainMenu li.active {
               padding-top: 4px;
               height: 38px;
            }
               #mainMenu .active a {
                  padding: 4px 9px 5px 9px;
                  border-top: 1px solid #d7c5b3;
                  border-left: 1px solid #d7c5b3;
                  border-right: 1px solid #d7c5b3;
                  border-bottom: 1px solid #fff;
                  background: #fff;
                  color: #11694c;
               }
         #mainMenuLeft,
         #mainMenuRight {
            position: absolute;
            bottom: 0;
            width: 8px;
            height: 42px;
         }
         #mainMenuLeft {
            left: 0;
         }
         #mainMenuRight {
            right: 0;
         }
         
   #main {
      top: 203px;
      width: 911px;
   }
      #mainTop {
         display: block;
         height: 8px;
         line-height: 4px;
         font-size: 1px;
         background: url(../gfx/bgMainTop.png) top center no-repeat;
      }
      #mainMiddle {
         background: url(../gfx/bgMain.png) top center repeat-y;
      }
      #mainBottom {
         height: 8px;
         background: url(../gfx/bgMainBottom.png) top center no-repeat;
      }
      
      #left,
      #right {
         float: left;
         display: inline;
         overflow: hidden;
      }
      #left {
         width: 209px;
         margin-left: 21px;
      }
         #leftTopImage {
            padding-top: 13px;
            background: url(../gfx/bgLeftTopImage.gif) 0 5px no-repeat #fff;
         }
            #leftTopImage img {
               border: 1px solid #d4bca5;
            }
         #subMenu {
            width: 209px;
            margin-top: 17px;
         }
            #subMenu li {
               margin: 0 1px;
               width: 207px;
               min-height: 33px;
               border-bottom: 1px solid #d4bca5;
            }
               * html #subMenu li { height: 33px; }
            #subMenu a {
               padding: 7px 3px 5px 11px;
               width: 193px;
               font-size: 15px;
               min-height: 21px;
               line-height: 21px;
               color: #581300;
               text-decoration: none;
            }
               * html #subMenu a { height: 25px; }
            #subMenu a:hover,
            #subMenu li.active {
               background-color: #fdf7f2;
            }
               #subMenu .active a {
                  color: #005f40;
                  /*padding-left: 24px;
                  width: 180px;
                  background: url(../gfx/bgSubMenuActive.gif) 8px 9px no-repeat;*/
               }
         #reserveren {
            clear: both;
            padding-top: 14px;
            margin-left: 14px;
         }
         
      #right {
         width: 681px;
      }
         #mainContent {
            padding: 30px;
         }
      
      #footer {
         padding-top: 10px;
         font-size: 12px;
         color: #36312c;
      }
         #footer a {
            color: #a9825a;
            text-decoration: none;
         }
            #footer a:hover {
               text-decoration: underline;
            }
            

#backgroundContainer {
   height: 348px;
   width: 100%;
   position: absolute;
   z-index: 5;
}
   #bgTop {
      height: 34px;
      background: url(../gfx/bgTop.gif) top left repeat-x;
   }
   #bgImage {
      height: 271px;
      background: url(../gfx/_header.jpg) top center no-repeat #a63508;
   }
   #bgBottom {
      height: 43px;
      background: url(../gfx/bgBottom.gif) top left repeat-x;
   }





#contactFormContainer {
   float: right;
   width: 50%;
}



.menu {
   list-style: none;
}
   .menu li,
   .menu a {
      float: left;
      display: inline;
   }

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

.nbsp {
   white-space: nowrap;
}

