html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}


body {
  text-align: center;
}

div.content {
  text-align: left;
  margin: 0 auto;
  width: 900px;
  background: #190c03;
}

div.head {
  height: 100px;
}

img.logo {
  margin: 20px 40px;
  float: left;
}

.brown ul {
    list-style: url(/files/graphic/zelenystvorcek.png);
 }

ul.menu {
  float: left;
  padding: 65px 0px 0px 80px;
}
ul.menu li {
  padding: 0px 10px;
  float: left;
}
ul.menu li a {
  font: bold 12px Verdana;
  color: white;
  text-decoration: none;
}
ul.menu li a:hover {
  color: green;
}

div.body {
  clear: both;
  background: #190c03 url(/files/graphic/bg_body.png) repeat left top;
}

div.body p {
  font: normal 12px Arial;
  color: white;
}

div.body td {
  font: normal 12px Arial;
  color: white;
}

div.body a {
  font: normal 12px Arial;
  color: white;
}

div.body li {
  font: normal 12px Arial;
  color: white;
}

div.brown {
  background: #190c03;
  clear: both;
}
div.brown p {
  font: normal 11px Arial;
  color: white;
}

div.foot {
  padding: 15px;
  text-align: center;
  font: normal 12px Verdana;
  color: white;
}

ul.kolekcie {
  width: 900px;
  margin: -10px 10px 0px 20px;
}
ul.kolekcie li {
  float: left;
  width: 250px;
  height: 76px;
  vertical-align: baseline;
  padding: 20px 15px;
  font: normal 12px Verdana;
}
ul.kolekcie li a {
  text-decoration: none;
}
ul.galeria {
  width: 900px;
  height: 138px;
  overflow: hidden;
  margin-left: 2px;
}
ul.galeria li {
  float: left;
}
ul.galeria img {
  margin: 19px;
  cursor: hand; cursor: pointer;
}

/*SLIDESHOW*/
#slideshow {
  position:relative;
}

#slideshow div {
    position:absolute;
    float:left;
    top:40px;
    left:0;
    z-index:8;
    opacity:0.0;
    width:300px;
    background:url("/pictures/slide_image_background.png") repeat-x #E2E1E1;
    text-align:center;
}
#slideshow div img{ 
  background:url("/pictures/slide_image_background.png") repeat-x #E2E1E1;
}

#slideshow div span{ 
  text-align:center;
  width:100%;
  min-height:120px;
  float:left;
  background:#E2E1E1;
  color:#6f6f6f;
  margin-top:20px;
  font-size:1.2em;
}

#slideshow .text{
  position:absolute;
  top:200px;
  width:200px;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}
