/* ------------------------------------------- */
/* BODY                                        */
html { background:#282218 url('/images/background.jpg') repeat-x; }
/*body#hotel-laste { background: url('/images/img01.jpg') no-repeat; }*/

/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background:#e4e4d7;border:2px solid #fff;border-left:0; }
#branding h1 { background:url('/images/hotellaste.png') no-repeat; }

/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background:url('/images/menuBackground.jpg') repeat-x;border-right:2px solid #fff;border-top:1px solid #fff; }
    #nav_main ul li a { color:#fff; }
    #nav_main ul li a:hover { background:url('/images/rowmenu.png') no-repeat; }

#nav_main .language a { color:#282218; }
    #nav_main .language a:hover { background:none;font-weight:normal; }

/* ------------------------------------------- */
/* CONTENT MAIN                                */
#content_main { background:#fff;border-left:16px solid #a59b8c; }
    #content_main p { color:#605e4e; }
    #content_main h2 { background:#fff url('/images/contentTitle.jpg') no-repeat; }
#mainbar { background:url('/images/topBar.png') no-repeat; }
#mainbar p { color:#605e4e;}


/* ------------------------------------------- */
/* CONTENT SUB                                 */
#content_sub ul li { background:#e3e3d6;border-top:1px solid #d4d4cb; }
    
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { background:#282218;color:#fff; }    
#site_info strong { border-left:1px solid #fff; }
#site_info em { border-left:1px solid #fff; }  
#site_info p { border-left:1px solid #fff; }  
#site_info a { color:#fff; }   
    
    
    
    
