
/* Layout Stylesheet */ 

html, body {height:100%;}

body {
	margin:0px;

	background-color: #B7C7DF;
	text-align:center;
	padding:0;
	font-size : 70%;
	background-image: url(gfx/pozadi.jpg);
	background-repeat: repeat-x;
 }
ul {
		padding:0;
        list-style: none;
        margin: 0;
                }
				
				
/* Layout Stylesheet */ 

#outer {
position: absolute; left: 50%; margin-left: -419px;
 text-align:left;
 width:838px;

 }

#hdr {
 height:250px;
 background:#b5c3a2;
 color: #b5c3a2;
 }

#bar {
 height:25px;
 background:#9cb07d;
 color: #b5c3a2;
 }

#bodyblock {
	position:relative;
	width:838px;
	padding:0;
	margin: 0;
	background-image: url(gfx/opakmenu.jpg);
	background-repeat: repeat-y;
	background-color: #6E8EBF;
 }


#menu {
float:left;
width:200px;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 22px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        display: block;
        background:  url(menu9.gif);
        padding: 8px 0 0 35px;
        }

#menu li a:hover, #menu li #current {
       background:  url(menu9.gif) 0 -32px;
        padding: 8px 0 0 35px;
        }


#cont {
	width:632px;
	height: 1%;
	color: #333333;
	text-align:left;
	background-color: #6E8EBF;
 }


 #ftr a{
     color: #CCCCCC;
     TEXT-DECORATION: none;
    }

#ftr {
	height:20px;
	color: #CCCCCC;
	background-image: url(gfx/spodek.jpg);
	font-family: Verdana;
	padding-top: 3px;
	font-style: normal;
 text-align: right;
 }

 #pozopak{
	position: absolute;
	left: 50%;
	margin-left: -550px;
	width:1101px;
	height:100%;
	z-index:-1;
	background-image: url(gfx/pozadi.jpg);
}


#gallery .cat, #gallery .thumb{
    text-align: center;
    float: left;
    display: block;
    color: #FFF;
    font: 10px Verdana;
    text-decoration: none;
}
#gallery .thumb{
    margin: 1em;
}
#gallery .cat{
    margin: 1em 0 0 0;
    width: 185px;
    height: 140px;
}
#gallery .cat:hover{
    text-decoration: underline;
}
#gallery .cat img{
    margin: 2px 0;
}
