/*Layout all pages*/
/*----------------*/

body {
    margin: 0px;
    background-color: #EEF3FA;
    font-family: Calibri, Times New Roman, sans-serif;
    color: #333333;
    font-size: 13px;
}

h1 
{
    font-family: Koolhoven, Calibri, Arial, sans-serif;
    font-size: 24px;
    font-variant: small-caps;
    color: #D92530;
    text-align: center; 
}

table 
{
    border: none;
    text-align: left;
    font-family: Calibri, Times New Roman, sans-serif;
}


#odsazeni {
    margin-left: 20px;
}

p
{
    font-family: Calibri, Times New Roman, sans-serif;
    text-align: justify;
    font-size: 13px;
    color: #333333;
    padding-left: 30px;
    padding-right: 30px;
}

u
{
    text-decoration: underline;
    color: #9a1e1e;
    border-bottom: 1px dotted #9a1e1e;
}

a
{
    color: #883333;
    font-size: 13px;
    font-family: Calibri, Times New Roman, sans-serif;
    font-weight: bold;
    
}

#efekt u {
    text-decoration: underline;
    color: #D92530;
    border-bottom: 1px dashed #883333;
    font-family: Koolhoven, Calibri, Arial, sans-serif;
    font-size: 26px;
    text-align: center;
}

/*BackGround*/
#wrapper
{
    width: 980px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    }

/*Header*/
#header
{
    width: 980px;
    height: 180px;
    background: white url("../_img/header2.png") right top no-repeat;
    }
    
/*BackGround - MENU*/    
#backMenu
{
    width: 980px;
    height: 65px;
    
}

/*plovouci prvek pro tlacitkove menu*/
#tlacitka
{
    float: right;
    width: 790px;
    height: 65px;
    
}

/*box pro napis Yamaha*/
#napis
{
    float: left;
    width: 190px;
    height: 65px;
    
}

/*odsazeni obrazku Yamaha*/
#napis img
{
    padding-left: 17px;
    padding-top: 12px;
}

/*Content*/
#content
{
    width: 980px;
    min-height: 485px;
    overflow: hidden; 
    }
    
#contentLeft
{
    width: 780px;
    float: left;
    background-color: #ffffff;
}

body>#content {
    height: auto;
}

    
#contentLeft ul li
{
    list-style-type: circle;
    color: #333333;
    font-size: 13px;
}    
     
#contentCenter
{
    width: auto;
    height: auto;
    }
    
#contentRight
{
    width: 200px;
    float: right;
    background-color: #ffffff;
    height: auto;
    }    
    
/*Footer*/
#footer
{
    width: 980px;
    height: 30px;
    background: white url("../_img/footer.png") right top no-repeat;
    clear: both;
    position: relative;
    }
    
    
/*SLIDE MENU*/
.jqueryslidemenu{
    font: bold 14px Verdana;
    background: #ffffff;
    width: 790px;
}

.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    display: block;
    width: 130px;
    height: 47px;
    background-image: url("../_img/menu-polozka2.png"); /*background of tabs (default state)*/
    background-repeat: no-repeat;
    padding-top: 9px;
    padding-right: 2px;
    color: #D92530;
    text-decoration: none;
    text-align: center;
    margin-top: 13px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: #D92530;
}

.jqueryslidemenu ul li a:hover{ /*tab link background during hover state*/
    color: black;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    margin-top: -13px;
    margin-left: -10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
    display: list-item;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
    width: 150px; /*width of sub menus*/
    /*padding: 5px;*/
    height: 18px;
    margin: 0;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 0;
    text-align: center;
    border-bottom: 1px dotted #dddddd;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
    color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 25px;
    right: 20px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 2px;
}

/*LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/galery_script/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/galery_script/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

