body{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%; 
    max-height: 100%; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background: #fff url(img/pozadi.png) repeat-y 0px 0px;
}
#framecontent{
    position: relative;
    top: 0;
    bottom: 0; 
    left: 0;
    width: 724px; /*Width of frame div*/
    height: 700px;
    background: #5c5c5c url(img/pozadi_l.png) repeat-x 0% 0%;
    color: #c3c3c3;
    float: left;
}

#maincontent{
    position: absolute;
    top: 0; 
    left: 724px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    height: auto;
    background: #fff url(img/pozadi_p.png) repeat-x 0% 0%;
    min-height: 100%;
    float: left;
    margin-right: 0px;
}

.innertube{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html #maincontent{ /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}

#menu {
    display: block;
    position: absolute;
    top: 195px;
    left: 0px;
    width: auto;
    font-size: 1.9em;
    color: #5c5c5c;
}
ul#menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 0.8em;
}
ul#menu li.index {
    padding-bottom: 4em;
}
ul#menu li a {
    color: #5c5c5c;
    text-decoration: none;
    padding-left: 30px;
    white-space: nowrap;
}
ul#menu li a:hover {
    background: url(img/sipka.png) no-repeat -1px 55%;
}
ul#menu li a span {
    padding-left: 30px;
    font-size: 0.5em;
}

h1 {
    padding-top: 48px;
    text-align: left;
    margin-right: 20px;
    font-size: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
h2 {
    font-size: 1.2em;
}
h3 {
    margin: 0px;
    padding: 0px;
}

.slider-scene { position: relative; overflow: auto;}
.slider-scene ul { list-style: none; margin: 0px; padding: 0px;}
.slider-scene ul li { float: left; margin: 0px; padding: 0px; width: 587px; height: 391px;}
.slider-scene p {
    line-height: 20px;
    padding: 10px;
    margin: 0px;
    padding-bottom: 15px;
    background-color: #5c5c5c;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}
.slider-scene .dots
{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
  text-align: right;
  padding-right: 20px;
}
.slider-scene .dots li
{
  text-align: left;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0px 5px;
  text-indent: -999em;
  cursor: pointer;
  opacity: 0.5;
  background-color: #fff;
}
.slider-scene .dots li.active
{
  background-color: #fff;
  opacity: 0.9;
}
#slider {
    width: 587px; /* important to be same as image width */
    height: 391px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    top: 40px;
    left: 50px;
}
#slider a {
    color: #fff;
    text-decoration: none;
}
#slider a:hover {
    color:#fcefa1;
    text-decoration: none;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
.nastred {
    text-align: center;
}
.clear {
    clear: both;
}
a img.logo {
    border: none;
}
.rss {
    float: left;
}
#imgsort {
    float: left;
    width: 100%;
    position: relative;
    cursor: n-resize;
}
#imgsort ul {
    margin: 0px;
    padding: 0px;
}

#imgsort li {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 10px;
    background-color:#EEE;
    border: #777 solid 1px;
    color:#777;
    line-height: 130px;
}

#agalery {
    text-align: center;
}
.scroll{
    overflow: hidden;
    text-align: center;
}
.scroll ul{
    padding: 0px;
    width: 558px;
    margin: auto;
}
.scroll ul li {
    list-style: none;
    float: left;
    padding: 0px;    
    margin: 1px;
    height: 125px;
    width: 91px;
    background-color: #f3f3f3; 
}
.scroll ul li.rocnik {
    width: 100%;
    font-weight: bold;
    height: auto;
    margin-top: 5px;
    color: #e2e2e2;
}
#scroll-back, #scroll-more{
    display: block;
    text-align: center;
    margin: auto;
}
#scroll-more{
    margin-top: 3px;
}
#scroll-back{
    margin-bottom: 3px;
    display: none;
}

.scroll div {
    float:left;
    position:relative;
    top: 0px;
}
.scroll div a img {
    margin: 0px!important;
    padding: 0px!important;
    margin-left: 1px!important;
    margin-bottom: 1px!important;
    border: none;
}
.scroll a span {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    width: 90px;
    height: 125px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    left: 1px;
    background: url(img/overlay.png) center center no-repeat;
    color: white;
    visibility: hidden;
}
.scroll a:hover span {
    visibility: visible;
}
.warning {
    color: red;
    font-weight: bold;
}