
html
{
	height: 100%;
}

body
{
	background: White url('../img/pozadi_vlevo.png') top center repeat-x;
	margin: 0px;
	font-family: Tahoma;
	font-size: 9pt;
	height: 100%;
}

a, a:link, a:visited
{
	color: #336699;
}

a:active
{
	color: Red;
}

a img, img 
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
	color: #993300;
	font-weight:normal;
}

h1
{ font-size: 15pt; margin-top: 15px;}
h2
{ font-size: 12pt; }
h3
{ font-size: 11.5pt; }
h4
{ font-size: 10pt; }
h5
{ font-size: 10pt; }

li
{
	font-family: Tahoma;
}


input[type=text]
{
	border: 1px solid #B6BCBF;
	width: 250px;
}

textarea
{
	border: 1px solid #B6BCBF;
	width: 400px;
	height: 100px;
	font-family: Tahoma;
	font-size: 8pt;
}


.layout_vnejsek
{
	height: 281px;
	width: 50%;

	position:absolute;
	right:0px;
	background: url('../img/pozadi_vpravo.png') top right repeat-x;
	margin-left: 50%;
	overflow:visible;
}
.layout_vrsek
{
	width: 1020px;
	min-height: 500px;
	background: url('../img/pozadi_vrsek.png') top center no-repeat;
	display: block;
	position:relative;
	margin: 0px auto;
	overflow:hidden;
	z-index: 900;
	clear: both;	
}
.layout_spodek
{
	background: url('../img/pozadi_spodek.png') top center no-repeat;
	position: static;
	bottom: 0px;
	z-index: 1000;
	width: 100%;
	height: 138px;
	text-align: center;
	color: #6A6A6A;
	font-size: 8pt;
}
.layout_spodek a
{
	color: #6A6A6A;
}
.layout_spodek_odkazy
{
	height: 0px;
	width: 964px;
	overflow: visible;
	margin: 0px auto;
	padding: 5px;
	text-align: right;
	line-height: 20px;
}
.layout_spodek_odkazy a
{
	color: #696969;
}

.layout_vlevo
{
	height: 100%;
	width: 28px;

	background: url('../img/stin_vlevo_bily.png') top right repeat-y;

	position: absolute;
	left: 0px;
	margin-top: 41px;
	_height: 10000px;
}
.layout_vlevo_vnitrek
{
	height: 240px;
	background: url('../img/stin_vlevo.png') top right no-repeat;
	/*border: 1px dotted DeepPink;*/
}

.layout_vpravo
{
	height: 100%;
	width: 28px;

	background: url('../img/stin_vpravo_bily.png') top left repeat-y;

	position:absolute;
	right:0px;
	top: 41px;
	_height: 10000px;
}
.layout_vpravo_vnitrek
{
	height: 240px;
	background: url('../img/stin_vpravo.png') top right no-repeat;
	/*border: 1px dotted DeepPink;*/
}


.layout_hlavicka
{
	height:130px;
	width: 964px;

	background: url('../img/pozadi_hlavicka.png') top center no-repeat;

	position:relative;
	top: 41px;
	margin: 0px auto;
	margin-bottom:41px;
}

.layout_hlavicka img.logo
{
	width: 320px;
	height: 65px;
	
	position: absolute;
	top: 27px;
	left: 26px;
}

.layout_hlavicka div.vyhledat
{
	position: absolute;
	right: 10px;
	top:18px;
	text-align: right;
	color: #7E7D7D;
}
.layout_hlavicka div.vyhledat a
{
	color: #7E7D7D;
}

.layout_hlavicka div.vyhledat input.vyhledat_input
{
	width: 130px;
	height: 18px;
	border: 1px solid #0EB5DA;
	background-color: Transparent;
	margin: 0px 0px 0px 10px;	
	border: 0px;
}


.layout_hlavicka div.vyhledat input.vyhledat_tlacitko
{
	width: 21px;
	height: 21px;
	position:relative;
	top: 3px;
	left: -4px;
	margin: 0px;
}


ul.zalozky
{
	list-style-type: none;
	width: 100%;
	position: absolute;
	bottom: 2px;
	left: 0px;
	margin: 0px;
	padding-left: 4px;
}

ul.zalozky li
{
	_width: 50px;
	white-space: nowrap;
	display: block;
	float:left;
	margin-left: 13px;
	height: 24px;
	font-size: 9pt;
	font-variant: small-caps;
	background: url('../img/zalozka_vlevo.png') bottom left no-repeat;
}
ul.zalozky li a
{
	display: block;
	height: 16px;
	padding: 8px 8px 0px 8px;
	background: url('../img/zalozka_vpravo.png') bottom right no-repeat;
	margin-right: -6px;
}
ul.zalozky li a:link, ul.zalozky li a:visited
{
	color:#908F8F;
	text-decoration:none;
}

ul.zalozky li.menu_vybrane
{
	background-image: url('../img/zalozka_aktualni_vlevo.png');
}
ul.zalozky li.menu_vybrane a
{
	height: 18px;
	padding: 6px 10px 0px 10px;
	background-image: url('../img/zalozka_aktualni_vpravo.png');
}
ul.zalozky li.menu_vybrane a:link, ul.zalozky li.menu_vybrane a:visited
{
	color:#1E496A;
}

.layout_telo
{
	position: relative;
	width: 964px;
	margin: 0px auto 10px auto;
}

.layout_telo_vlevo
{
	width: 250px;
	position: relative;
	float: left;
	left: 10px;
	top: 15px;
	margin-bottom: 15px;
}

.layout_telo_vpravo
{
	width: 250px;
	position: relative;
	float: right;
	right: 10px;
	_right: 0px;
	top: 15px;
}
.layout_telo_stred
{
	color: #333333;
	list-style-type: square;
	width: 415px;
	float:left;
	position: relative;
	margin: 15px 0px 0px -10px;
	_width: 375px;
	_position: absolute;
	_top:0px;
}

.layout_telo_obsah
{
	width: 670px;
	float: right;
	position: relative;
	padding: 0px 15px 15px 0px;
	/*margin: 0px auto 15px auto;*/
}

.layout_drobnav
{
	width: 685px;
	float: right;
	padding-top: 15px;
	color: #999999;
}

.drobnav
{
	color: #CCCCCC;
}

h3.nadpis
{
	width: 225px;
	position: relative;
	padding: 10px 10px 0px 15px;
	height: 27px;
	margin: 0px;
	clear: both;
	background-image: url('../img/pozadi_nadpis.png');
	font-weight: normal;
	font-size: 10.5pt;
}

h3.nadpis img
{
	position:absolute;
	bottom: 4px;
	right: 4px;
}


.reditel
{
	font-size: 7.5pt;
	padding: 0px 20px;
	margin-bottom: 5px;
}
.reditel img
{
	float:left;
	margin-right: 10px;
}
.reditel h4
{
	font-weight: normal;
	margin: 4px 0px;
}

.reditel ul
{
	margin: 2px 0px;
}

.reditel li
{
	list-style:inside square;
}

.reditel a
{
	text-decoration: none;
}




.deska
{
	position:relative;
	display: block;
	min-height: 120px;
	padding: 15px 15px 5px 15px;
	margin: 0px 5px;

	border-top: 1px solid #EDEDEE;
	border-right: 1px solid #A5A5A4;
	border-bottom: 1px solid #BBBBBC;
	border-left: 1px solid #F0F0F2;
	background: #EAEAEA url('../img/novinky_pozadi.png') top left repeat-x;
	_width: 320px;
}

.deska_nahore
{
	width: 36px;
	height: 36px;

	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 0;

	background: url('../img/novinky_roh_nahore.png') top left no-repeat;
	_display: none;
}
.deska_dole
{
	width: 36px;
	height: 36px;

	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;

	background: url('../img/novinky_roh_dole.png') bottom right no-repeat;
	_display: none;
}


.deska h4, .deska a
{
	position:relative;
	z-index: 100;
}

.deska h4
{
	margin: 0px;
}

.deska ul
{
	margin: 10px 0px 10px 0px;
	position:relative;
	z-index: 100;
	padding: 0px;
	_width: 300px;
}

.deska li span
{
	display: block;
	text-align: right;
	width: 60px;
	margin-right: 10px;
	float:left;
}
.deska li
{
	list-style: none inside;
	margin: 6px 10px 4px 0px;
	clear: both;


	/*margin: 6px 10px 2px 0px;
	padding: 2px 0px 0px 0px;
	clear: right;
	display: run-in;*/
}

.deska li a
{
	display: block;
	width: 292px;
	_width: 270px;
	float: left;
	clear: right;
}

.clear
{
	clear: both;
}




.sekce
{
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-indent: 0px;
}
.sekce li
{
	width: 232px;
	height: 80px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	background: White url('../img/pozadi_sekce.png') bottom left repeat-x;
}
.sekce img
{
	float: left;
	margin: 5px 10px 0px 0px;
	border: 1px solid White;
}

.sekce li h5
{
	margin: 10px 0px 0px 0px;
}
.sekce li ul li, .sekce li.submenu, .sekce li.subsubmenu
{
	height: auto;
	width: 216px;
	
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 20px;
	background: #F0F0F0;
	background-image: none;
}


.sekce li.submenu
{
	width: 226px;
	padding: 4px 4px 4px 10px;
}

.sekce li.menu_vybrane
{
	width: 228px;
	height: 78px;
	margin: 6px 0px 0px 0px;
	padding: 0px 3px 0px 7px;
	border-top: 1px solid #B7C6D2;
	border-right: 1px solid #94ACBE;
	border-bottom: 1px solid #7694AB;
	border-left: 1px solid #A0B5C5;
	background: White url('../img/pozadi_sekce_vybrane.png') bottom left repeat-x;
}
.sekce li.menu_vybrane h5
{
	color: Black;
}
.sekce li.menu_vybrane a, .sekce li.submenu_vybrane a
{
	color: Black;
}
.sekce li ul li a, .sekce li.submenu a
{
	text-decoration: none;
}


.sekce_dole
{
	width: 240px;
	list-style: none;
	padding: 0px 0px 15px 0px;
	margin: 0px 5px -10px 5px;
	text-indent: 0px;
	font-size: 11pt;
	background: #EAEAEA url('../img/novinky_pozadi.png') top left repeat-x;
}
.sekce_dole li
{
	margin: 12px 5px 5px 15px;
	padding: 0px 0px 0px 0px;
}

.sekce_dole li.submenu
{
	margin: 6px 5px 6px 25px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

.sekce_dole li.menu_vybrane a, .sekce_dole li.submenu_vybrane a
{
	color: Black;
}
.sekce_dole a
{
	text-decoration: none;
}

.tlacitko_detail
{
	float:right;
}

.mapa
{
	float:right;
	_float: none;
}

.mapa_popis
{
	padding: 5px;
	color: #666666;
	font-size: 8pt;
	float: right;
	width: 160px;
	_float: none;
	_align:right;
	_display:block;
	_width: 230px;
}

.okresy
{
	float:left;
	overflow: visible;
	width:10px;
	white-space: nowrap;
	margin-left: 10px;
	margin-top: 20px;
	line-height: 10px;
	_float: none;
	_white-space: normal;
}
.okresy div
{
	width: 180px;
	_width: 230px;
}

.okresy a
{
	font-weight: normal !important;
	_display: inline;
	_line-height: 20px;
	_white-space: nowrap;
	_margin-right: 5px;
}


.panel
{
	position:relative;
	background: White url('../img/pozadi_panel.png') top left repeat-x;
	margin: 8px 4px 0px 4px;
}
.panel .nadpis
{
	position:relative;
	top: -8px;
	margin: 0px -4px -8px -4px;
}

.panel .nadpis a
{
	font-weight: normal;
	color: #993300;
}

.panel ul
{
	margin: 0px 10px 40px 10px;
	padding: 0px;
	list-style: none;
}

.panel li
{
	margin: 5px 0px 15px 5px;	
}
.panel a
{
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	text-decoration: none;
}
.panel .okresy a
{
	_display: inline;
}

.panel .datumek
{
	font-weight: bold;
}



ul.novinky
{
	margin: 10px 10px;
}

ul.novinky li.novinka
{
	list-style-type: none;
	padding-bottom: 30px;
}

ul.novinky h4
{
	margin: 3px 0px 0px 0px;
}
ul.novinky p
{
	margin: 4px 0px;
}

ul.novinky div.hr
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 1px;
	background: url('../img/novinka_linka.png') no-repeat left top;
		margin-top: 20px;
		margin-bottom: -10px;
}

ul.novinky p.datumek
{
	margin: 0px 0px;
	padding: 0px;
}




ul.kontakt
{
	margin: 0px 5px 0px 35px;
	padding: 5px 25px 5px 25px;
}

ul.kontakt li
{
	margin: 4px 0px;
}

ul.kontakt span.info
{
	width: 140px;
	display: inline-block;
}

ul.kontakt li a img
{
	display: inline;
	margin-bottom: -2px;
}

ul.kontakt_foto
{
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 5px 0px 35px;
	padding: 5px 25px 5px 25px;
	
}

.clanekitem
{
	margin: 20px 0px;
	padding-left: 15px;
	background: url('../img/clanekitem.png') no-repeat left top;
	background-position: 0px 3px;
}

.clanekitem h4.clanky
{
	margin: 0px;
	padding-bottom: 0px;
}
.clanekitem p
{
	margin: 4px 0px;
}

fieldset.datafilter legend
{
	margin-bottom: 10px;
}

fieldset.datafilter
{
	width: 300px;
	display: block;
	padding: 10px;
	margin: 0px auto 15px auto;
}

fieldset.datafilterbig
{
	padding: 10px;
	margin: 0px;
	text-align: left;
	line-height: 30px;
}

img.smiley
{
	margin: -4px 1px;
}


fieldset.datafilter input[type=submit] 
{
	float: right;
}

table.datatable
{
	width: 100%;
	border: 1px solid #D5DFE5;
	margin: 0px;
}


table.datatable tr th
{
	border-bottom: 1px solid #6289AF;
	background: White url('../img/pozadi_sekce_vybrane.png') bottom left repeat-x;
	padding: 3px 5px;
	vertical-align: top;
}

table.datatable td
{
	padding: 5px 5px;
	min-width: 35px;
	text-align: right;
	vertical-align: top;
}

table.datatable td.datatext
{
	text-align: left;
	font-size: 88%;
}

table.datatable td.smiley
{
	text-align: center;
	border-right: 1px solid #64AAD0;
}

table.datatable td.popis, table.datatable th.popis
{
	width: 200px;
	text-align: right;
	border-right: 1px solid #64AAD0;
}

table.datatable th.popis_tiny
{
	text-align: right;
	width:90px;
}



div.datanull
{
	padding: 3px 2px;
	text-align: center;
	border: 1px solid #D5DFE5;
}

.sendtofriend
{
	padding: 10px;
}

.sendtofriend th
{
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	width: 150px;
	padding: 3px 4px 2px 4px;
}

.sendtofriend img.captcha
{
	margin-top: 5px;
	border: 1px solid DarkRed;	
}
