body
{
    margin: 0;
    padding: 0;
    background: #1c1c1c url(../img/page_bg.jpg) top left repeat-x;
    text-align: center;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 70%;
    color: #c6c6c6;
}

/* ================================== STRUCTURE ======================================== */

#content
{
    position: relative;
    width: 960px;
    margin: 0px auto;
    margin-top: 231px;
    text-align: left;
    min-height: 450px;
}

* html #content
{
    height: 450px;
}

#entry
{
    width: 700px;
    float: right;
    padding: 20px 0;
    position: relative;
}

#entry #body
{
    background: #000;
    padding: 0 20px 20px 20px;
}

#sidebar
{
    position: absolute;
    top: 50px;
    color: #848484;
    width: 260px;
    float: left;
    padding: 20px 0;
}

#footer
{
    padding-bottom: 50px;
    background: #000 url(../img/footer_bg.jpg) top left repeat-x;
}

#footer #wrapper
{
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

#baner
{
    width: 960px;
    height: 212px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0px auto;
    margin-left: -480px;
    padding-top: 19px;
}

#baner ul#menu
{
    margin: 0;
    padding: 0;
    width: 960px;
    height: 51px;
    background: url(../img/menu_bg.jpg) bottom left repeat-x;
}

* html #baner ul#menu
{
    margin-top: -3px;
}

/* ================================== ELEMENTS ======================================== */

/* -------------------- MAIN MENU */

#baner ul#menu
{
    position: relative;
    z-index: 98;
    margin: 0;
    padding: 0;
    list-style: none;
}

#baner ul#menu li
{
    float: left;
}

#baner ul#menu a
{
    display: block;
    cursor: pointer;
}

#baner li ul
{
    position: absolute;
    top: 50px;
    display: none;
    width: 130px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
}

#baner li ul li
{
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
}

#baner li ul li a
{
    width: 110px;
    margin: 0;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    color: #999;
    background: url(../img/submenu_bg.png) top left no-repeat;
}

#baner li ul li a.last
{
    border-bottom: 3px solid #404040;
}

* html #baner li ul li a
{
     background: url(../img/submenu_bg.png) top left no-repeat;
}

#baner li ul li a:hover
{
    color: #fff;
}

#baner li:hover ul, #baner li.over ul
{
    display: block;
}

#baner ul#menu a.home
{
    width: 138px;
    height: 50px;
    background: url(../img/buttons.jpg) 0px 0px no-repeat;
}

#baner ul#menu a.home:active, #baner ul#menu a.home:hover
{
    background: url(../img/buttons.jpg) -138px 0px no-repeat;
}

#baner ul#menu li.active a.offer
{
    background: url(../img/buttons.jpg) -130px -100px;
}

#baner ul#menu a.about
{
    width: 85px;
    height: 50px;
    background: url(../img/buttons.jpg) 0px -50px no-repeat;
}

#baner ul#menu a.about:active, #baner ul#menu a.about:hover
{
    background: url(../img/buttons.jpg) -90px -50px no-repeat;
}

#baner ul#menu a.offer
{
    width: 130px;
    height: 50px;
    background: url(../img/buttons.jpg) 0px -100px no-repeat;
}

#baner ul#menu a.offer:active, #baner ul#menu a.offer:hover, #baner ul#menu li.active a.offer
{
    background: url(../img/buttons.jpg) -130px -100px no-repeat;
}

#baner ul#menu a.gallery
{
    width: 98px;
    height: 50px;
    background: url(../img/buttons.jpg) 0px -150px no-repeat;
}

#baner ul#menu a.gallery:active, #baner ul#menu a.gallery:hover
{
    background: url(../img/buttons.jpg) -98px -150px no-repeat;
}

#baner ul#menu a.contact
{
    width: 104px;
    height: 50px;
    background: url(../img/buttons.jpg) 0px -200px no-repeat;
}

#baner ul#menu a.contact:active, #baner ul#menu a.contact:hover
{
    background: url(../img/buttons.jpg) -104px -200px no-repeat;
}

/* -------------------- BANER */

#baner a.logo img
{
    margin-bottom: 10px;
}

/* --------------------- KOLUMNA */

ul#offerSlide
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#offerSlide li
{
    width: 273px;
    float: left;
    margin: 0;
    margin-right: 20px;
    padding: 0;
}

ul#offerSlide li .entry
{
    background: #000;
    padding: 20px;
}

/* -------------------- CONTENT */

#content h2, #content h1
{
    font-size: 18px;
    font-weight: normal;
    color: #e2e2e2;
}

h2.lined strong {
	font-weight: normal;
}

#content h4
{
    font-size: 12px;
}

#content p
{
    line-height: 1.8em;
}

#content a
{
    color: #3467a7;
}

/* ------------------- SIDEBAR */

#sidebar h1, #sidebar h2
{
    color: #888;
}

/* -------------------- NAV */

#navPrev
{
    position: absolute;
    top: 200px;
    left: 0;
}

#navNext
{
    position: absolute;
    top: 200px;
    right: 0;
}

/* -------------------- TOP_MENU */

ul#fastmenu
{
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#fastmenu li
{
    margin: 0;
    padding: 0;
    float: left;
}

ul#fastmenu a
{
    width: 45px;
    height: 45px;
    display: block;
}

ul#fastmenu a.home
{
    background: url(../img/top_menu.jpg) 0 0 no-repeat;
}

ul#fastmenu a.home:hover
{
    background: url(../img/top_menu.jpg) 0 -45px no-repeat;
}

ul#fastmenu a.contact
{
    background: url(../img/top_menu.jpg) -45px 0 no-repeat;
}

ul#fastmenu a.contact:hover
{
    background: url(../img/top_menu.jpg) -45px -45px no-repeat;
}

ul#fastmenu a.sitemap
{
    background: url(../img/top_menu.jpg) -90px 0 no-repeat;
}

ul#fastmenu a.sitemap:hover
{
    background: url(../img/top_menu.jpg) -90px -45px no-repeat;
}

/* -------------------- FOOTER */

#footer ul.footer_menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.footer_menu li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#footer ul.footer_menu a
{
    text-decoration: none;
    border-top: 1px solid #404040;
    display: block;
    padding: 12px 15px 15px 15px;
    float: left;
    color: #909090;
}

#footer ul.footer_menu a:active, #footer ul.footer_menu a:hover
{
    border-top: 1px solid #808080;
    color: #d8d8d8;
}

#footer p.author
{
    width: 160px;
    text-align: center;
    margin: 0;
    padding: 8px 0 0 0;
    float: right;
    font-family: Verdana, inherit;
    color: #515050;
    font-size: 9px;
}

#footer p.author a
{
    text-decoration: none;
    font-weight: bold;
    color: #777;
}

#footer p.author a:active, #footer p.author a:hover
{
    color: #999;
}

/* ================================== GLOBALS ======================================== */

a img
{
    border: none !important;
    border: 0px !important;
}

.spacer
{
    clear: both;
}

.lined
{
    position: relative;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
}

.righted
{
    text-align: right;
}

.foto_label
{
    background: url(../img/foto_icon.gif) top left no-repeat;
    padding-left: 30px;
}

.location_label
{
    background: url(../img/geo_icon.gif) top left no-repeat;
    padding: 2px 0 5px 0;
    padding-left: 30px;
}

.map
{
    background: url(../img/map.png) bottom left no-repeat;
    height: 220px;
    padding-left: 30px;
}

.map p
{
    font-size: 10px;
    color: #c6c6c6;
    line-height: 1.4em !important;
}

.map p b
{
    font-size: 11px;
    margin-bottom: 5px;
    color: #c6c6c6 !important;
}

.spaced_both_10
{
    margin-left: 10px;
    margin-right: 10px;
}

.spaced_both_20
{
    margin-left: 20px;
    margin-right: 20px;
}

a.decored
{
    text-decoration: none;
    color: #c6c6c6 !important;
    font-weight: bold;
    background: url(../img/link_decor.gif) center right no-repeat;
    padding-right: 20px;
}

a.decored:hover, a.decored:active
{
    text-decoration: underline;
}

img.bordered
{
    border: 5px solid #fff !important;
}

img, div, a
{
    behavior: url(iepngfix.htc);
}

/* =================================== GALERIA ======================================== */

#pictures
{
    position: absolute;
    top: 70px;
}

#pictures img
{
    position: absolute;
    top: 0;
    left: 0;
}

#prev, #next
{
    float: left;
    position: relative;
    margin: 200px 10px 0 10px;
}

#prev
{
    margin-left: 50px;
}

#prev a, #next a
{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#prev a
{
    background: url(../img/menu.jpg) 0px 0px;
}

#prev a:hover
{
    background: url(../img/menu.jpg) -40px 0px;
}

#next a
{
    background: url(../img/menu.jpg) 0px -40px;
}

#next a:hover
{
    background: url(../img/menu.jpg) -40px -40px;
}

#loader
{
    position: absolute;
    top: 0;
    left:0;
    height: 200px;
    width: 200px;
    background: url(../img/ajax-loader.gif) white no-repeat center center;
    z-index: 9999;
}

.galleryList
{
    width: 150px;
    margin-top: 100px;
    margin-right: -20px;
    float: right;
    position: relative;
    text-align: left;
}

* html .galleryList
{
    margin-right: -10px;
}

.galleryList ul
{
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: url(../img/galleryList_bg.jpg) top left no-repeat;
}

.galleryList li
{
    position: relative;
    margin: 20px 0;
    padding: 0;
    background: url(../img/iconFoto.gif) top left no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}

.galleryList li.active
{
    background: url(../img/iconFoto_active.gif) top left no-repeat;
}

.galleryList li.active a
{
    color: #fff !important;
}

.galleryList a
{
    text-decoration: none;
    color: #797979 !important;
}

.galleryList h4
{
    margin: 5px 0;
    padding: 0;
    color: #444;
    font-size: 14px !important;
    font-weight: normal;
}

.galleryList a:hover
{
    color: #ddd !important;
    text-decoration: underline;
}

.lineGaleria a img
{
    width: 100px;
    height: 100px;
    padding: 2px;
}

.lineGaleria a
{
    border: 2px solid #666;
    width: 104px;
    height: 104px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lineGaleria a:hover
{
    border: 2px solid #fff;
}

ul.listaGalerii a:hover
{
    text-decoration: none;
    color: #fff !important;
}

input.light
{
    font-size: 11px;
    padding: 2px;
    border: none;
    margin-bottom: 5px;
    background: #ccc;
    font-family: Verdana;
}

input.light:focus, textarea.light:focus
{
    background: #eee;
}

textarea.light
{
    font-size: 11px;
    width: 200px;
    height: 100px;
    padding: 2px;
    border: none;
    background: #ccc;
    margin: 2px 0 0 2px;
    font-family: Verdana;
}

* html textarea.light
{
    margin: 0;
}

span.formLabel
{
    width: 70px;
    text-align: right;
    float: left;
    display: block;
}

span.formElement
{
    width: 550px;
    padding-left: 5px;
    text-align: left;
    float: left;
    display: block;
}

input.button
{
    background: #104589;
    border: none;
    color: #fff;
    font-weight: bold;
    border: 1px solid #567fb4;
    padding: 3px 10px;
    font-size: 11px;
    margin-top: 10px;
}

form label
{
    color: #999;
}
