body {
	font-family: Verdana;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #a8a8a8;
}


#navi{
	visibility: hidden;
}

#cache{
	visibility: hidden;
}
#cache img{
	width:1px;
	height:1px;
}

#thumbs img {
	cursor: pointer;
	margin: 5px;
}

#thumbs img:hover {
	opacity:0.9;
}

#thumbs img:hover {
	filter:alpha(opacity=90);
}

#thumbs img {
	opacity:0.4;;
}

#thumbs img {
	filter:alpha(opacity=40);
}

#navi a:hover {
	opacity:0.4;;
}

#navi img:hover {
	filter:alpha(opacity=40);
}

img {
	border:0px;
	}



#header {
	width: 1000px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	background: #fff;
}

#thumbs {
	float:left;
	width: 210px;
	height: 530px;
	margin: 0px 0px 0px 0px;
	padding:0px 0 0 0px;
	background-repeat:no-repeat;
	background-position: right;
}

#naviL {
	float:left;
	width:15px;
	height:300px;
	padding-top: 245px;
	visibility: hidden;
}

#naviR {
	float:left;
	width:15px;
	height:300px;
	padding-top: 245px;
	visibility: hidden;
}

#content {
	float:left;
	width:780px;
	height: 530px;
	text-align: center;
	z-index: -999;
	}

#navi {
	padding-top:30px;
	width: 780px;
	margin-top:9px;
	height: 30px;
	margin-left:270px;
	background: url('images/pasekH.png');
	background-repeat:no-repeat;
	background-position: top;
}

#obraz {
}

#info {
	line-height: 20px;
	vertical-align: top;
	color:#fff;
	font-family: Verdana;
	font-size: 9px;
	padding: 0px 10px 0px 10px;
}

#dyn {
   padding-top:39px;
   width: 220px;
   float:right;
   text-align: right;
}

 .clear {clear:both}
 /* remove the list style */
 #nav {
    margin:0;
    padding:0;
    list-style:none;
    z-index: 999;
}

     /* make the LI display inline */
     /* it's position relative so that position absolute */
    /* can be used in submenu */
     #nav li {
        float:left;
        display:block;
        width:100px;
        background:#fff;
        position:relative;
        z-index:500;
        margin:0 1px;
     }

     /* this is the parent menu */
     #nav li a {
         display:block;
         padding:8px 5px 0 5px;
         height:23px;
         text-decoration:none;
         text-align:left;
          color:#333;
     }

     #nav li a:hover {
         color:#888;
    }

     /* you can make a different style for default selected value */
     #nav a.selected {
         color:#f00;
    }

         /* submenu, it's hidden by default */
         #nav ul {
	    opacity:0.8;
	    filter:alpha(opacity=80);
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
         }

         #nav ul li {
	    filter:alpha(opacity=80);
            width:140px;
            float:left;
            border:1px solid #999;
            border-bottom:0px solid #999;
         }

         /* display block will make the link fill the whole area of LI */
         #nav ul a {
             display:block;
             height:15px;
             padding: 8px 5px;
             color:#666;
        }

         #nav ul a:hover {
             text-decoration:underline;
         }
	 #footer {
		 width:1000px;
		font-size:9px;
		text-align: center;
	 }

 /* fix ie6 small issue */
 /* we should always avoid using hack like this */
 /* should put it into separate file : ) */
 *html #nav ul {
     margin:0 0 0 -2px;
 }