/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	left: 0px;
  padding: 0px;
  margin: 0px;
	width:480px; height:325px; 
    z-index:100;
    border: 0px solid #000; 
	
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; 
	height:100%; 
	/*clip:rect(0px, 478px, 325px, 0px); */
	overflow:hidden;	
	z-index:10; 
	text-align:justify;
	color:#444;
  border: 0px solid #ff0000;
  padding: 0px;
  margin: 0px;
}

#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr5a, #lyr6, #lyr7, #lyr8, #obr {

	font-size:12px;
}	

.popis {
	font-size: 12px;
	font-weight:bold;
}	
	
/*	
div#wn img {
	margin:10px;
}
*/		
div.content { 
	position:absolute; visibility:hidden;
  width: 465px;
	left:0px; top:0px; 
	z-index:1;
  border: 0px solid #ff0; 
  padding: 0px;
  margin: 0px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:325px; 
  font-size:1px; z-index:1;
  border: 0px solid #ff6666;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; 
  height:301px;
  background: url("images/track.gif") #eee repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  } 
   
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  

a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.2em; margin:0 0 .6em 0; text-decoration:underline; }

div.content { text-align:left }

table.main { 
  /*background-color:#fff;*/
  width:507px; 
  height:325px;
  margin:0px; 
  padding: 0px;
  text-align:left;
  border:0px solid #999; 
  z-index:2;
  }
/*  
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }
*/
/*
h4 {
	margin-bottom: 5px;
	margin-top:8px;
}

#galery td img {
	margin:0px;
}
*/