/* import souvisejicich css souboru */
@import url("layout.css");
@import url("menu.css");
@import url("wysiwyg.css");
@import url("paging.css");
@import url("calendar.css");

/* obecna pravidla */
img 				{ border: 0px; }
table				{ border-collapse: collapse; }
tr.nadpis		{ font-weight: bold; }
form				{ margin: 0px;}
a span			{ cursor: pointer; }
.bl-hover a, .bl-hover h2 a { text-decoration: underline; }

.cl           	{ clear: both; height:0; overflow: hidden; visibility: hidden;}
.info_message	{ font-weight: bold; margin-bottom: 20px; padding: 10px; }
.error_message	{ font-weight: bold; margin-bottom: 20px; padding: 10px; }

.cistic				{ clear: both; }
.float-left				{ float: left; }
.left				{ float: left; }
.right			{ float: right; }
.half				{ float: left; width: 50%; }

.overlay	{  
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.perex .float-left		{ margin: 0px 10px 0px 0px; }

/* obecna pravidla */

#razeni									{ padding: 5px; }
#razeni	select						{ font-size: 1em; }
#razeni .sort							{ cursor: pointer; width: 9px; height: 13px; border: 0px; color: white; font-size: 0px; }
#razeni .asc							{ /* viz color */ }
#razeni .asc-neaktiv					{ /* viz color */ }
#razeni .desc							{ /* viz color */ }
#razeni .desc-neaktiv				{ /* viz color */ }
#razeni .box							{ padding-top: 3px; }
#razeni .box a							{ font-weight: bold; }
#razeni a.inactive					{ font-weight: normal; }

.coda-slider 								{ margin: 0px auto; position: relative; padding: 0px; }
.coda-slider, .coda-slider .panel 			{ height: 100px; } 
#coda-nav-1									{ position: absolute; bottom: 0px; left: 0px; padding: 2px 2px 2px 0px; } 
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 470px }
.coda-slider-wrapper.arrows .coda-slider 	{ margin: 0 0px }
.coda-nav-left a, .coda-nav-right a 		{ padding: 1px; width: 30px }
.coda-slider p.loading 						{ padding: 20px; text-align: center }
.coda-nav ul 								{ clear: both; display: block; width: 400px !important; margin: auto; overflow: hidden }
.coda-nav ul li 							{ display: inline }
.coda-nav ul li a 							{ display: block; float: left; margin-right: 1px; padding: 3px 2px; text-decoration: none }
.coda-slider-wrapper 						{ width: 470px; position: relative; padding: 0px 0px 18px 0px; clear: both; overflow: hidden; }
.coda-slider 								{ float: left; overflow: hidden; position: relative }
.coda-slider .img_box 						{ padding: 5px 10px 5px 0px; }
.coda-slider .panel 						{ display: block; float: left }
.coda-slider .panel-container 				{ position: relative }
.coda-nav-left								{ position: absolute; bottom: 0px; left: 0px; }
.coda-nav-right 							{ position: absolute; bottom: 0px; right: 0px; }
.coda-nav-left a, .coda-nav-right a 		{ padding: 0px; height: 25px; font-size: 1.5em; font-weight: bold; display: block; text-align: center; text-decoration: none }
	
#content						{ position: relative; }
#slide 							{ overflow: hidden; width: 1000px; height: 285px; margin: 0px; float: left; }
#slide ul 						{ height: 285px; margin: 0px; list-style-image: none; list-style-type: none; padding: 0px;  width: 4000px;}
#slide ul li 					{ height: 285px; width: 1000px; margin: 0px;	padding: 0px;	float: left;}
.prev 							{ display: block; width: 40px; height: 42px; cursor: pointer; background-image: url('/images/slide-left.gif'); position: absolute; top: 80px; left: 0px; z-index: 10; }
.next 							{ display: block; width: 40px; height: 42px; cursor: pointer; background-image: url('/images/slide-right.gif'); position: absolute; top: 80px; left: 969px; z-index: 20; }
#slide a						{ display: block; }
.ref-in 						{ cursor: pointer; padding: 13px; width: 1000px; height: 285px;	color: #909090;}
.ref-in a						{ cursor: pointer; color: #FFFFFF; font-family: Georgia, sans-serif; text-decoration: none;}
.ref-in div						{ cursor: pointer; font-size: 110%; color: #cecece;}

#footer							{ text-align: right; padding: 5px 20px; }

