.zluty-blok {
    background: none repeat scroll 0 0 #FFCF00;
    border: 4px solid #E1014A;
    border-radius: 20px 20px 20px 20px;
    color: red;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 10px;
    text-align: center;
	width: 600px;
	margin:auto;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/pozadib.gif);
	height: 100%;
	margin: 0;
	padding: 0;
}
#header {
	background-image:url(../images/rest.jpg);
	height:100px;
}
#vlevo {
	float: left;
	width: 180px;
}
.vlevo_pozadi {
background-color: #FFC515;
}
#vpravo {
	float: right;
	width: 240px;
	background-color: #FFC515;
}
#vnitrek {
	padding: 1em;
	margin-left: 180px;
	margin-right: 250px;
}
.pad {
	padding:0.2em;
	text-align: center;
}
.obr {
	float: left;
	padding: .5em;

}
.obr img {
		border: none;
	}
a img {
		border: none;
	}
.nadpis {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	 color:#FFD042;
	 padding:.2em;
	 padding-left: 23px; 	
	 background: url(../images/desky.png) #990000 left no-repeat;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	color: #FFCC00;
}
a.dark {
	color: #660000;
}
a #vpravo {
	color: #C30;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	background-color: #990000;
	color: #FFFF00;
	font-weight: bold;
	padding: 1px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
    color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFF66;
	padding:4px;
	font-weight: bold;
}
.zelena{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #090;
	padding:4px;
	font-weight: bold;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color: #CC0005;
 
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	background-color: #FFD042;
	color: #990000;
	/*padding: 0.2em;*/
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
	padding: .4em;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight:bold;
}

.titlebar {
	font-family: Tahoma;
	font-size: 18px;
	color: #660000;
	font-weight: bolder;
	padding: 2px;
	line-height: 18px;
	text-transform: capitalize;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-weight: bolder;
	/*padding: 0.2em;
	margin: 0.2em;*/
	font-size: 22px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.left {
	float:left; 
	width:150px; 
	height:100%; 
	background-color:#CCCCCC; 
	margin-right:5px;
}
.right {
	float:right; 
	width:100px;
	height:200px;
	background-color:#CCCCCC;
}
.reference {
}
.style5 {
	color: #CC0000;
	font-weight: bold;
}
.clr {
	clear:left;
	line-height:4px;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		font-weight: bold;
		color:#990000;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:124px;
		height:540px;
		overflow:hidden; 
		}
	#slider li img{ 
		margin-top:1em;
	}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

