/* basic */

*        { margin: 0; padding: 0; border: none; }
p        { padding: 10px 0; }
a        { color: #eee; text-decoration: underline; }
a:hover  { color: #fff; text-decoration: none; }
hr       { display: none; }

html,
body  { padding: 0; margin: 0; }

.clearfix         { display:block; }
.clearfix:after   { content: "."; display: block; height: 0; overflow:hidden; clear: both; visibility: hidden; }

.padding5  { padding: 5px }
.padding10 { padding: 10px }

h1 { font-size: 2.2em;  font-weight: bold;   margin-bottom: 10px;  font-style: italic; font-family: 'times new roman'; }
h2 { font-size: 1.7em;  font-weight: bold;   margin-bottom: 10px;  font-style: italic; font-family: 'times new roman'; }
h3 { font-size: 1.4em;  font-weight: bold;   margin-bottom: 10px;  padding-left: 0; }
h4 { font-size: 1.2em;  font-weight: bold;   margin-bottom: 5px;   padding-left: 0; }

.clear      { clear: both; }
.hidden,
.printOnly  { display: none; }
.fl         { float: left; }
.fr         { float: right; }
.tc         { text-align: center; }
.margTop    { margin-top: 1em; }
.margBottom { margin-bottom: 1em; }


.underline     { text-decoration: underline; }

.cols          { position: relative; }
.cols2 .col1   { float: left; width: 49%; }
.cols2 .col2   { float: right; width: 49%; }

/* layout */

body  { font: normal 75%/1.3 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; text-align: center; }

#topBar        { min-width: 1000px; height: 25px; line-height: 25px; background: #3A383A; text-align: center; font-size: .9em; color: #fff; }
#topBar .cont  { width: 1000px; margin: 0 auto; text-align: left; }
#topBar a      { text-decoration: none; color: #fff; }
#topBar a:hover{ text-decoration: underline; }
#topAd         { float: right; margin: 5px 10px; line-height: 15px; padding-left: 10px; }
#languages                 { float: right; }
#languages ul              { list-style-type: none; }
#languages ul li           { float: left; margin-left: 15px; }
#languages ul li a.active  { font-weight: bold; }

#page  { position: relative; width: 1000px; margin: 0 auto; text-align: left; min-height: 470px; }

#logo       { position: absolute; width: 167px; height: 63px; left: 79px; top: 24px; }
#logo a     { display: block; width: 167px; height: 63px; cursor: pointer; overflow: hidden; }
#logo img   { display: none; } 

#mainMenu                        { position: absolute; width: 647px; height: 39px; left: 315px; top: 35px; }
#mainMenu ul                     { list-style-type: none; margin: 10px; }
#mainMenu ul li                  { float: left; font-weight: bold; font-size: .95em; }
#mainMenu ul li a                { float: left; display: block; height: 19px; line-height: 19px; margin-right: 10px; padding-left: 5px; color: #fff; text-decoration: none; }
#mainMenu ul li a span           { display: block; height: 19px; line-height: 19px; padding-right: 5px; cursor: pointer; }
#mainMenu ul li a span span      { padding-right: 0; }

body.index        #mainMenu li.dj-ivan a,
body.svadby       #mainMenu li.svadby a,
body.events       #mainMenu li.firemne-akcie a,
body.karaoke      #mainMenu li.karaoke a,
body.galeria      #mainMenu li.galeria a,
body.referencie   #mainMenu li.referencie a,
body.mapa-webu    #mainMenu li.mapa-webu a,
body.kontakt      #mainMenu li.kontakt a,
#mainMenu ul li a.active,
#mainMenu ul li a:hover             { background: transparent url('../images/mainmenu_left.gif') left top no-repeat; }

body.index        #mainMenu li.dj-ivan a span,
body.svadby       #mainMenu li.svadby a span,
body.events       #mainMenu li.firemne-akcie a span,
body.karaoke      #mainMenu li.karaoke a span,
body.galeria      #mainMenu li.galeria a span,
body.referencie   #mainMenu li.referencie a span,
body.mapa-webu    #mainMenu li.mapa-webu a span,
body.kontakt      #mainMenu li.kontakt a span,
#mainMenu ul li a.active span,
#mainMenu ul li a:hover span        { background: transparent url('../images/mainmenu_right.gif') right top no-repeat; }

body.index        #mainMenu li.dj-ivan a span span,
body.svadby       #mainMenu li.svadby a span span,
body.events       #mainMenu li.firemne-akcie a span span,
body.karaoke      #mainMenu li.karaoke a span span,
body.galeria      #mainMenu li.galeria a span span,
body.referencie   #mainMenu li.referencie a span span,
body.mapa-webu    #mainMenu li.mapa-webu a span span,
body.kontakt      #mainMenu li.kontakt a span span,
#mainMenu ul li a.active span span,
#mainMenu ul li a:hover span span   { background: transparent url('../images/mainmenu_center.gif') left top repeat-x; color: #000; }

#content    { width: 930px; padding: 350px 0 20px 35px;  }
#content p  { line-height: 1.5; text-align: justify; }
#sideBar    { width: 275px; float: left; }
#mainBar    { width: 655px; float: right; }

#footer              { width: 930px; margin: 0 35px 10px; font-size: .95em; }
#footer .sideFooter  { width: 265px; float: left; padding-top: 10px; }
#footer .mainFooter  { width: 655px; float: right; padding-top: 10px; }
#footer .mainFooter .copyright   { float: left; }
#footer .mainFooter .made        { float: right; text-align: right; }
#footer .mainFooter .made a      { font-weight: bold; text-decoration: none; }
#footer .mainFooter .made a .text{ font-weight: normal; color: #000; }
#footer .mainFooter .made a .name{ text-decoration: underline; }


.infoLine               { margin: 160px 0 0 20px; width: 240px; height: 200px; font-size: .95em; }
.infoLine .cont         { padding: 90px 0 0 70px; }
.infoLine table         { padding: 0; margin: 0; }
.infoLine table td.col1 { padding-right: .5em; }


.ponuka              { font-size: .95em; padding-top: 10px; }
.ponuka .item        { width: 209px; height: 190px; float: left; margin-right: 14px; }
.ponuka .item a      { display: block; width: 209px; height: 190px; cursor: pointer; overflow: hidden; color: #fff; font-weight: bold; }
.ponuka .item a span { display: block; height: 34px; width: 169px; line-height: 34px; text-align: right; margin: 130px 20px 0; }
.ponuka .itemKaraoke { margin-right: 0; }

.ponuka .itemSvadby a      { background: transparent url('../images/ponuka_svadby.jpg') left top no-repeat; }
.ponuka .itemFiremneAkcie a{ background: transparent url('../images/ponuka_firemne_akcie.jpg') left top no-repeat; }
.ponuka .itemKaraoke a     { background: transparent url('../images/ponuka_karaoke.jpg') left top no-repeat; }

/* prvky */

.line1   { width: 100%; margin: 10px 0; height: 1px; overflow: hidden; }
.line2   { width: 95%; margin: 10px 0 20px 0; height: 1px; overflow: hidden; }

ul.zoznam       { padding-left: 15px; }
ul.zoznam li    { list-style: outside; }

.logoRef          { float: left; font-size: 0; line-height: 0; background: #fff; width: 150px; height: 70px; text-align: center; margin: 6px; }
.logoRef a,
.logoRef a:hover  { text-decoration: none; }
.logoRef img      { margin-top: 5px; }

.referencie1            { margin-top: 20px; }
.referencie1 a          { font-weight: bold; text-decoration: none; display: block; padding: 5px 10px; }
.referencie1 a:hover    { font-weight: bold; text-decoration: underline; }

.referencie2            { margin-top: 20px; }
.referencie2 ul li      { padding: 2px 0; }

.table1              { border-collapse: collapse; margin-top: 10px; width: 99%; }
.table1 td,th        { padding: 7px; border: 1px solid #5A2C72; }
.table1 th           { background: #5A2C72; border-right: 1px solid #0F144B; padding: 10px 7px; text-align: center; }
.table1 th.last      { border-right: none; }
.table1 tr.head th   { border-bottom: 1px solid #0f144b; border-top: none; }


/**********/
/* SEKCIE */
/**********/

/* HOMEPAGE */

body.homepage                             { background: #0F144B url('../images/home_bg_body.jpg') 0 25px repeat-x; color: #fff; }
body.homepage a,
body.homepage a:hover                     { color: #F6E68E; }
body.homepage #page                       { background: transparent url('../images/home_bg_page.jpg') left top no-repeat; }
body.homepage #topAd                      { border-left: 1px solid #703E6A; }
body.homepage #languages ul li a.active   { color: #C01EC1; }
body.homepage #mainMenu ul li a:hover,
body.homepage #mainMenu ul li a.active    { color: #0f144b; }
body.homepage #footer .mainFooter,
body.homepage #footer .sideFooter         { border-top: 1px solid #5a2c72; }
body.homepage .infoLine                   { background: transparent url('../images/home_bg_infoline.jpg') left top no-repeat; }
body.homepage .line1                      { background: #5A2C72; }

body.homepage #footer .mainFooter .made a .text { color: #fff; }

body.homepage .flashintro                 { height: 253px; position: relative; width: 250px; }
body.homepage .flashintroAbs              { width: 286px; height: 253px; background: url('../images/flash_intro-homepage.jpg') no-repeat; position: absolute; top: -5px; left: -22px; }
body.homepage .flashintroAbs embed        { margin: 55px 0 0 42px; }


/* MAPA WEBU */

ul.webMap li,
ul.webMap ul li     { list-style: none; }
ul.webMap li         {  }
ul.webMap li.uroven1 { padding-left: 10px; padding-bottom: 20px; }
ul.webMap li.uroven2 { padding: 5px 0; padding-left: 30px; }
ul.webMap li.uroven3 { padding: 2px 0; padding-left: 20px; }
ul.webMap li a                { text-decoration: none; }
ul.webMap li a:hover          { text-decoration: underline; }
ul.webMap li.uroven1 a        { font-weight: bold; font-size: 1.2em; color: #aeb4f6; }
ul.webMap li.uroven1 a:hover  { color: #aeb4f6; }
ul.webMap li.uroven2 a        { font-size: 1em; color: #848efb; }
ul.webMap li.uroven2 a:hover  { color: #848efb; }
ul.webMap li.uroven3 a        { font-weight: normal; font-style: italic; color: #3c47c3; }
ul.webMap li.uroven3 a:hover  { color: #3c47c3; }


/* KARAOKE */

body.karaoke                           { background: #F6E68F url('../images/karaoke_bg_body.jpg') 0 25px repeat-x; color: #3a383a; }
body.karaoke a,
body.karaoke a:hover                   { color: #5ec151; }
body.karaoke h1                        { color: #fff; }
body.karaoke #page                     { background: transparent url('../images/karaoke_bg_page.jpg') left top no-repeat; }
body.karaoke #topAd                    { border-left: 1px solid #4c7d46; }
body.karaoke #languages ul li a.active { color: #5ec151; }
body.karaoke #mainMenu ul li a:hover,
body.karaoke #mainMenu ul li a.active  { color: #3a383a; }
body.karaoke #footer .mainFooter,
body.karaoke #footer .sideFooter       { border-top: 1px solid #64c254; }
body.karaoke .infoLine                 { background: transparent url('../images/karaoke_bg_infoline2.gif') left top no-repeat; width: 225px; height: 155px; margin-top: 30px; }
body.karaoke .infoLine .cont           { padding: 70px 0 0 70px; }
body.karaoke .line1                    { background: #9cd273; }

body.karaoke .klipyKaraokeH            { margin: 10px 0 10px 40px; }
body.karaoke .klipyKaraoke             { width: 224px; background: #a4d767; margin-left: 20px; margin-bottom: 20px; overflow: hidden; }
body.karaoke .klipyKaraoke .top        { background: url('../images/karaoke_list_top.gif') top no-repeat; }
body.karaoke .klipyKaraoke .bottom     { background: url('../images/karaoke_list_bottom.gif') bottom no-repeat; padding: 20px 20px; }
body.karaoke .klipyKaraoke ul             { list-style: none; overflow: hidden; overflow-y: scroll; height: 285px; width: 184px }
body.karaoke .klipyKaraoke ul li          { border-top: 1px solid #afe370; }
body.karaoke .klipyKaraoke ul li.last     { border-bottom: 1px solid #b5ec74; }
body.karaoke .klipyKaraoke ul li a        { display: block; width: 100%; padding: 3px 0;  text-decoration: none; font-weight: bold; color: #526a35; }
body.karaoke .klipyKaraoke ul li a:hover  { background: #a8db6a; text-decoration: undeline;  color: #72944a; }

body.karaoke .klip                     { width: 129px; height: 130px; margin: 10px; display: block; text-decoration: none; }
body.karaoke .klipObr                  { background: #fcf3c8; border: 1px solid #b2e1aa; width: 129px; float: left; height: 100%; font-size: 0; line-height: 0; }
body.karaoke .klipObr img              { margin-top: 13px; margin-left: 13px; cursor: pointer; }
/*
body.karaoke .klipText                 { background: #abd370; border: 1px solid #abd370; float: left; height: 100%; width: 177px; }
body.karaoke .klipTextIn               { padding: 10px; }
body.karaoke .line2                    { background: #d7e9b9; }
body.karaoke a.pozriet,
body.karaoke a.stiahnut                { padding-left: 15px; color: #fff; text-decoration: underline; display: block; margin-bottom: 10px; font-size: .9em; }
body.karaoke a.pozriet:hover,
body.karaoke a.stiahnut:hover          { color: #fff; text-decoration: none; }
body.karaoke a.pozriet                 { background: url('../images/klip_pozriet.gif') left no-repeat; }
body.karaoke a.stiahnut                { background: url('../images/klip_stiahnut.gif') left no-repeat; }
body.karaoke a.klipNazov               { color: #fff; font-weight: bold; text-decoration: none; }
body.karaoke a.klipNazov:hover         { color: #fff; text-decoration: underline; }
   
body.karaoke .klip:hover .klipText,
body.karaoke .klipHover .klipText      { background: #3a383b; border: 1px solid #3a383b; }         
body.karaoke .klip:hover .klipObr,
body.karaoke .klipHover .klipObr       { border: 1px solid #9d9d9d; }
body.karaoke .klip:hover .line2,
body.karaoke .klipHover .line2         { background: #9e9c9f; }         
*/
body.karaoke .klip                     { behavior: url('/!new/css/hover.htc'); }

.popupWrap           { position: relative; }
.popup               { display: none; border: 1px solid #eaeaea; background: #fff; width: 150px; position: absolute; top: -10px; left: -10px; }
.popupContent        { padding: 10px; font-size: 12px; line-height: 15px; color: #000; }

/*
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; // keeps the popup hidden if no JS available 
}
*/

/* Bubble pop-up */
/*
.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
}

.popup td.corner {
height: 15px;
width: 19px;
}

.popup td img,
.popup td   { behavior: url('/css/iepngfix.htc'); }
.popup td.topleft { background-image: url('/images/popup/bubble-1.png'); }
.popup td.top { background-image: url('/images/popup/bubble-2.png'); }
.popup td.topright { background-image: url('/images/popup/bubble-3.png'); }
.popup td.left { background-image: url('/images/popup/bubble-4.png'); }
.popup td.right { background-image: url('/images/popup/bubble-5.png'); }
.popup td.bottomleft { background-image: url('/images/popup/bubble-6.png'); }
.popup td.bottom { background-image: url('/images/popup/bubble-7.png'); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td.bottomright { background-image: url('/images/popup/bubble-8.png'); }

.popup table.popup-contents {
font-size: 12px;
line-height: 1.2em;
background-color: #fff;
color: #666;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents td {
text-align: left;
background-color: #fff;
}
*/


.zoznamKaraoke    { text-align: center; margin-left: 20px; }
.zoznamKaraoke a  { display: block; float: left; width: 225px; height: 35px; text-align: center; line-height: 35px; background: url('../images/button_zoznam_karaoke.gif') 0 0 no-repeat; font-size: 1.2em; font-weight: bold; color: #000 !important; }

.zoznamKlipov     { margin-bottom: 20px; }

/*#videoplayer_center                    { width: 498px; margin: 0 77px; }
#videoplayer                           { background: #fff; border: 1px solid #b2e1ab; font-size: 0; line-height: 0; padding: 9px; margin: 0 auto; }
*/
#videoplayer   { background: #fff; border: 1px solid #b2e1ab; font-size: 0; line-height: 0; padding: 9px 0 9px 9px; }
.karaokeBack a { color: #fff !important; }

/* EVENT */

body.events                            { background: #3A383A url('../images/events_bg_body.jpg') 0 25px repeat-x; color: #fff; }
body.events a,
body.events a:hover                    { color: #F6E68E; }
body.events h1                         {  }
body.events #page                      { background: transparent url('../images/events_bg_page.jpg') left top no-repeat; }
body.events #topAd                     { border-left: 1px solid #405D83; }
body.events #languages ul li a.active  { color: #4581CC; }
body.events #mainMenu ul li a:hover,
body.events #mainMenu ul li a.active   { color: #3A383A; }
body.events #footer .mainFooter,
body.events #footer .sideFooter        { border-top: 1px solid #405D83; }
body.events .infoLine                  { background: transparent url('../images/events_bg_infoline.jpg') left top no-repeat; width: 225px; height: 180px; }
body.events .infoLine .cont            { padding: 70px 0 0 70px; }
body.events .line1                     { background: #405D83; }

body.events #footer .mainFooter .made a .text { color: #fff; }

body.events ul                         { list-style: none; }
body.events ul li.uroven1              { padding-bottom: 10px; }
body.events ul li.uroven1 ul           { display: none; } /* KED NIE JE AKTIVNE, SUBMENU SA NEZOBRAZI */
body.events ul li.uroven1.active ul    { display: block; } /* KED JE AKTIVNE ZOBRAZUJE SA SUBMENU*/

body.events ul.uroven2                 { margin-left: 50px; }

body.events ul.uroven2 li              { height: 18px; }
body.events ul.uroven2 li a            { text-decoration: underline; height: 100%; display: block; font-size: .9em; }
body.events ul.uroven2 li a:hover      { color: #fff; text-decoration: none; }      

body.events ul li.uroven1 a.button        { width: 240px; height: 41px; display: block; position: relative; margin-bottom: 10px; background: #3e4e67; color: #fff; font-size: 1.2em; font-weight: bold; text-decoration: none; line-height: 41px; outline: none; }
body.events ul li.uroven1.active a.button { background: #756e68; }
body.events ul li.uroven1 a.button span   { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; outline: none; }
body.events ul li.uroven1 a.button#udalost span    { background: url('../images/events_menu_udalost.jpg') 0 0; }
body.events ul li.uroven1 a.button#zabezpecit span { background: url('../images/events_menu_zabezpecit.jpg') 0 0; }
body.events ul li.uroven1 a.button#rady span       { background: url('../images/events_menu_rady.jpg') 0 0; }
body.events ul li.uroven1.active a.button#udalost span    { background: url('../images/events_menu_udalost.jpg') 0 41px; }
body.events ul li.uroven1.active a.button#zabezpecit span { background: url('../images/events_menu_zabezpecit.jpg') 0 41px; }
body.events ul li.uroven1.active a.button#rady span       { background: url('../images/events_menu_rady.jpg') 0 41px; }

/*    POKIAL MA MAT :hover EFEKT NA BUTTON KED NIE JE .active TREBA TOTO ODKOMENTOVAT, NEUPLNE OVERENE V IE6 - NEVRACIA SA NA POVODNU MODRU NEACTIVE
body.events ul li.uroven1 a.button.udalost:hover span    { background: url('../images/events_menu_udalost.jpg') 0 41px; }
body.events ul li.uroven1 a.button.zabezpecit:hover span { background: url('../images/events_menu_zabezpecit.jpg') 0 41px; }
body.events ul li.uroven1 a.button.rady:hover span       { background: url('../images/events_menu_rady.jpg') 0 41px; }
*/

/* SVADBY */

body.svadby                            { background: #F6E68F url('../images/svadby_bg_body.jpg') 0 25px repeat-x; color: #3A383A; }
body.svadby a,
body.svadby a:hover,
body.svadby h1,
body.svadby h2                         { color: #EF1773; }
body.svadby #page                      { background: transparent url('../images/svadby_bg_page.jpg') left top no-repeat; }
body.svadby #topAd                     { border-left: 1px solid #952757; }
body.svadby #languages ul li a.active  { color: #EF1773; }
body.svadby #mainMenu ul li a:hover,
body.svadby #mainMenu ul li a.active   { color: #3A383A; }
body.svadby #footer .mainFooter,
body.svadby #footer .sideFooter        { border-top: 1px solid #988E64; }
body.svadby .line1                     { background: #989068; }
body.svadby #content p                 { padding-left: 5px; }

body.svadby .sideMenu                     { width: 265px; background: #FBF3C7 url('../images/svadby_sidemenu_bg.jpg') left bottom no-repeat; font-size: .95em; }
body.svadby .sideMenu .cont               { width: 265px; background: transparent url('../images/svadby_sidemenu_bg_top2.jpg') left top no-repeat; min-height: 270px; }
body.svadby .sideMenu .cont ul            { list-style-type: none; padding: 20px 26px 110px 17px; }
body.svadby .sideMenu .cont ul li         { border-bottom: 1px solid #C9C198; }
body.svadby .sideMenu .cont ul li.last    { border-bottom: none; }
body.svadby .sideMenu .cont ul li a       { line-height: 2; text-decoration: none; }
body.svadby .sideMenu .cont ul li a:hover { text-decoration: underline; color: #ef1773; }

body.svadby .flashintro,
body.svadby .flashintro2                { height: 253px; position: relative; width: 250px; }
body.svadby .flashintro2                { margin-bottom: 10px; }
body.svadby .flashintroAbs              { width: 286px; height: 253px; background: url('../images/flash_intro-svadba.jpg') no-repeat; position: absolute; top: -2px; left: -22px; }
body.svadby .flashintroAbs2             { width: 286px; height: 253px; background: url('../images/flash_intro-svadba2.jpg') no-repeat; position: absolute; top: 0px; left: -22px; }
body.svadby .flashintroAbs2 a           { display: block; cursor: pointer; position: absolute; top: 0px; left: -22px; width: 286px; height: 253px; cursor: pointer; }
body.svadby .flashintroAbs embed,
body.svadby .flashintroAbs2 embed       { margin: 55px 0 0 42px; }

body.svadby .sideBar h3 { margin: 30px 0 0; color: #EF1773; font-style: italic; font-size: 1.45em; }
body.svadby .sideBar h3.first { padding-top: 6px; margin-top: 0; }

#mp3Player { overflow: hidden; position: absolute; }

/* GALERIA */

a.galleryPhoto            { /*border: 1px solid #222b8d;*/ background: #1d2472; min-height: 140px; min-width: 140px; display: block; float: left; font-size: 0; line-height: 0; margin-left: 12px; margin-top: 12px; text-align: center; position: relative; text-decoration: none; _display: inline; }
a.galleryPhoto:hover      { background: #5A2C72; }
a.galleryPhoto img        { margin: 10px 0 25px 0; }

div.podalbumy a.galleryPhoto     { min-height: 113px; }
div.podalbumy a.galleryPhoto img { margin-bottom: 10px; width: 103px; height: 68px; }

a.galleryPhoto span  { display: inline; width: 150px; text-align: center; color: #F6E68E; font-size: 12px; line-height: 1; text-decoration: underline; }

.galleryMenu                  { list-style-type: none; margin-top: 35px; }
.galleryMenu li               { float: left; height: 117px; padding-right: 50px; }
.galleryMenu li a             { display: block; position: relative; height: 100%; width: 100%; background-color: #F6E68E; background-position: 0 0; background-repeat: no-repeat; text-decoration: none; }
.galleryMenu li a span        { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; }
.galleryMenu li a:hover span  { text-decoration: none; }

.galleryMenu li.alb1    { width: 73px; }
.galleryMenu li.alb2    { width: 80px; }
.galleryMenu li.alb3    { width: 105px; padding-right: 25px; }
.galleryMenu li.alb7    { width: 105px; }
.galleryMenu li.alb8    { width: 80px; padding-right: 0; }

.galleryMenu li.alb1 a span   { background-image: url('../images/galeria_alb1.jpg'); }
.galleryMenu li.alb2 a span   { background-image: url('../images/galeria_alb2.jpg'); }
.galleryMenu li.alb3 a span   { background-image: url('../images/galeria_alb3.jpg'); }
.galleryMenu li.alb7 a span   { background-image: url('../images/galeria_alb7.jpg'); }
.galleryMenu li.alb8 a span   { background-image: url('../images/galeria_kolaze.jpg'); }

.backLink   { position: absolute; top: 365px; right: 35px; }

/* KONTAKT */

.hlaska  { border: 1px solid #fff; font-weight: bold; padding: 10px; margin: 5px 0 10px; }

form.form1                             { width: 500px; margin-top: 20px; }
form.form1 .lab                        { float: left; }
form.form1 .cont                       { float: right; width: 320px; }
form.form1 .clearfix                   { margin-bottom: 10px; }
form.form1 .inputRounded               { height: 30px; background: #fff url('../images/form_input_rounded.gif') 0 0 repeat-x; }
form.form1 .inputRoundedCont           { height: 30px; background: transparent url('../images/form_input_rounded_cont.gif') right top no-repeat; overflow: hidden; }
form.form1 .inputRounded input         { height: 20px; margin: 7px 10px 0; padding: 0; width: 300px; line-height: 20px; border: none; background: #fff; }
form.form1 .textareaRounded            { background: #fff url('../images/form_textarea_rounded.gif') 0 0 repeat-x; }
form.form1 .textareaRoundedCont        { height: 110px; background: transparent url('../images/form_textarea_rounded_cont.gif') right top no-repeat; overflow: hidden; }
form.form1 .textareaRounded textarea   { width: 300px; height: 100px; margin: 7px 10px 0; padding: 0; border: none; background: #fff; }
form.form1 .submit                     { width: 100px; height: 30px; line-height: 30px; background: #f6e68e url('../images/form_submit.gif') 0 0 no-repeat; cursor: pointer; font-weight: bold; }

/* KOLAZE */

body.kolaze a.galleryPhoto img        { margin: 10px 0 10px 0; }
