@charset "utf-8";
/* CSS Document */

/* general */

	body {
	margin-bottom:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #424242;*/
	}	
	h1, h2{
	font-size:180%;
	font-weight:normal;
/*	color:#FFCC33; */
	text-align: center;
	margin:10px;
	}
	h2{
		font-size:140%;
		margin-bottom:5px;
		margin-right:0px;
	}
	h3 {
	font-size: 12px;
	font-weight: bold;
/*  color: #FFCC33; */
	margin: 3px;
	}	
	p{
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	}
	p#bleskin{
	margin:0em;
	font-size: 9px;
/*	color: #999999; */
	text-align: center;
	}
	p#kontakt{
	margin:0em;
	text-align: center;
	}
	p.yellow {
	size:12px;
	text-align:center;
/*	color:#FFCC33; */
	margin:3px;
	text-indent:0px;
	}
	p.yellow-big {
	size:14px;
	text-align:center;
/*	color:#FFCC33; */
	margin:10px;
	text-indent:0px;
	font-weight: bold;
	}
	.tel{
	font-size: 14px;
/*	color: #FFCC33; */
	font-weight: bold;
	}
	#nav a{
	color:#333333;
	text-decoration:none;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 12px;
		}
	#nav a:hover{
		text-decoration: underline;
/*		color:#FFFFFF; */
		}
	a {
	color:#333333;
	text-decoration:none;
	}
	a:hover{
	text-decoration: underline;
	}
	img{
		border:none;
	}
	.main_window {
/*	background-color: #1D1D1D;
	color: #FFFFFF; */
	}
/* top navigation */
	ul#nav, ul#nav li{
	margin:0;
	padding:0;
	list-style:none;
	display: inline;
	}
	
/* bottom navigation */
	ul.footer, ul.footer li{
	margin-top:0px;
	margin-right:5px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style:none;
	display: inline;
	text-align: center;
	}
	.carousel {
        text-align: center;
        width: 160px;
        height: 130px;
        float: left;
    }
	a.zluty img{
	border:1px solid #999;
	background:#fff;
	padding:2px;
	}		
	a.zel img{
	border:1px solid #999;
	padding:2px;
	background: #000000;
	}
	a.zluty:hover img{
	border:1px solid #999;
	padding:2px;
	background-color: #FFCC33;
	}		
	a.zel:hover img{
	border:1px solid #999;
	padding:2px;
	background-color: #FFCC33;
	}
	.up {
	position: relative;
	top: -55px;
	margin-bottom: -60px;
	}
	.popis {
	margin-top:25px;
	height:100px;
	}

/* // single thumbnail */	

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:2px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:140px;
		height:110px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-5px;
		left:-10px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
	border:1px solid #999;
	padding:2px;
	background-color: #FFCC33;
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */