/* CSS Document by Lenka Dušková*/
* {margin:0;padding:0;}
body{margin:0;padding:0;background:#516451;background-image:url(layout/bg.gif);color:#111; text-align:center;font-family:"Trebuchet MS",Tahoma,sans-serif;font-size:15px;}
#hlavicka{background-image:url(layout/header2.jpg);background-repeat:no-repeat;height:20px;padding:0px;}
#obsah{width:800px;margin:1em auto;text-align:left;background:#B4BEB4;background-image:url(layout/body_tile2.jpg);}
#hlavnipanel{margin:0px;padding:0;}
#hlavnipanel-obsah{margin:0;padding:0 100px 0 100px;}
#paticka{background-image:url(layout/footer2.jpg);background-repeat:no-repeat;height:80px;padding:0px;}
#paticka p {text-align:center;font-size:80%;}
#paticka a:link, #paticka a:hover, #paticka a:visited {color:#111;text-decoration:none;}
hr.cleaner{clear:both;display:none}
p{margin-bottom:15px;margin-top:20px;text-align:justify;}
h1{margin-top:10px;color:#1F3238;font-size:2.2em;font-weight:bold;border-bottom:1px solid #d80; margin-bottom:10px;}
h2{margin-top:15px;margin-bottom:10px;color:#333;font-size:1.4em;font-weight:bold;}
h3{font-style:italic;color:#333;font-size:1.5em;font-weight:bold;}
a:link{color:#324C4F}
a:visited{color:#324C4F}
a:hover{color:#DF7D16}
a:active{color:#d80}
a img{border:0px;}
.border{border:4px solid #516451; padding:1px;}
.left{float:left;margin:20px;}
.right{float:right;margin:10px;}
.vlajky{float:right;margin-right:25px;margin-top:20px;color:#324C4F;font-size:75%;}
.vlajky a{text-decoration:none;}
.klir{clear:both;}
.spacer{height:100px;}
.spacer1{height:20px;}
ul{list-style-type:none;}
/* div with the gallery inside */
#thumbs{

     text-align:center;
      margin:0 0 0 0 ;
    
    width:552px;
	 
	
	      
	      }
	      
	      /* div around the imgs */
	      .carouselWrapper {
	       text-align:center;
	      }
	      
	      /* single thumbnail */
	      .thumbnail{
	        float:left;
	        border:4px solid #516451; padding:1px;margin:0 2px 4px 0;
						}
			
			/* label = title of an image */
			.label {
			  font-weight:bold;
			  }
			  
			  /* number of the image */
			  .number {
			    font-weight:normal;
		
			      }
			      
