.bez_css
{
	display:none;
}

#pozadi
{
    background: url(/images/prouzek.jpg) repeat-y;
    background-position: center top;
}
#pozadi_horni
{
    background: url(/images/pozadi_horni.jpg) no-repeat;
    background-position: center top;
}
#pozadi_dolni
{
	background: url(/images/pozadi_dolni.jpg) no-repeat;
    background-position: center bottom;
}
#obal_obsahu
{
	padding: 0 37px 0 34px;
}
#obsah
{
	margin: 0 0 2.4em;
	width: 100%;
	overflow: auto;
}
.hlavicka_obsahu
{
	margin: 2.4em 0 2.4em 0;
}
/* Hlavicka */
#header
{
	height: 125px;
	position: relative;
}
#header h1
{
	position: absolute;
}
#header h1 a
{
	display:block;
	width:199px;
	height:182px;
 	position:relative;
}
#header h1 a span
{
	position: absolute;
	width:100%;
 	height:100%;
	background: url(/images/logo.jpg) no-repeat top left;
	cursor:pointer;  /* Required for links to appear like links in IE */
}

/* Navigace */
#menu
{
	padding: 63px 0 0 220px;
	height: 40px;
	
}
#menu ul
{
 	margin: 0;
 	width: 100%;
 	overflow: hidden;
}
#menu ul li
{
    float: left;
	margin-right: 30px;
	list-style: none;
}
#menu a
{
	display: block;
	position: relative;
	line-height: 1.2em;
}
#menu a span
{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor:pointer;  /* Required for links to appear like links in IE */
}
#menu li.oletisti_dim a
{
    width: 85px;
	height: 34px;
}
#menu li a span.oletisti
{
	background: url(/images/menu/oletisti.jpg) no-repeat top left;
}
#menu li.nActive a span.oletisti
{
	background: url(/images/menu/oletisti_v.jpg) no-repeat top left;
}
#menu li.napsalijsme_dim a
{
    width: 110px;
	height: 34px;
}
#menu li a span.napsalijsme
{
	background: url(/images/menu/napsalijsme.jpg) no-repeat top left;
}
#menu li.nActive a span.napsalijsme, #menu li.nSelected a span.napsalijsme
{
	background: url(/images/menu/napsalijsme_v.jpg) no-repeat top left;
}
#menu li.aktualne_dim a
{
    width: 89px;
	height: 34px;
}
#menu li a span.aktualne
{
	background: url(/images/menu/aktualne.jpg) no-repeat top left;
}
#menu li.nActive a span.aktualne, #menu li.nSelected a span.aktualne
{
	background: url(/images/menu/aktualne_v.jpg) no-repeat top left;
}
#menu li.pocasi_dim a
{
    width: 72px;
	height: 34px;
}
#menu li a span.pocasi
{
	background: url(/images/menu/pocasi.jpg) no-repeat top left;
}
#menu li.nSelected a span.pocasi
{
	background: url(/images/menu/pocasi_v.jpg) no-repeat top left;
}
#menu li.kontakt_dim a
{
    width: 83px;
	height: 34px;
}
#menu li a span.kontakt
{
	background: url(/images/menu/kontakt.jpg) no-repeat top left;
}
#menu li.nSelected a span.kontakt
{
	background: url(/images/menu/kontakt_v.jpg) no-repeat top left;
}
#menu li.prihlaseni_dim a
{
    width: 95px;
	height: 34px;
	margin-left: 15px;
}
#menu li a span.prihlaseni
{
	background: url(/images/menu/prihlaseni.jpg) no-repeat top left;
}
#menu li.nActive a span.prihlaseni, #menu li.nSelected a span.prihlaseni
{
	background: url(/images/menu/prihlaseni_v.jpg) no-repeat top left;
}
#menu li.uzivatel_dim a
{
    width: 85px;
	height: 34px;
}
#menu li a span.uzivatel
{
	background: url(/images/menu/uzivatel.jpg) no-repeat top left;
}
#menu li.nActive a span.uzivatel
{
	background: url(/images/menu/uzivatel_v.jpg) no-repeat top left;
}
#menu a:hover
{
	text-decoration:none;
}



.nBreadcrumbs
{
	color: gray;
	position: absolute;
	left: 245px;
	bottom: 0;
	margin: 0;
	line-height: 1em;
	font-size: 1.3em;       /* 15 x 0.87 = 13px */
}
.nBreadcrumbs a
{
    color: gray;
	text-decoration: none;
}
.nBreadcrumbs a:hover
{
	text-decoration: underline;
}

/* telo stranky */
.zluta
{
	color: #C9CC01;
}

.leve_menu ul
{
    list-style: none;
}
.leve_menu ul a
{
    text-decoration: none;
}
.leve_menu ul a:hover
{
    text-decoration: underline;
    color: #BD4251;
}
.leve_menu ul.nMenu
{
	margin-bottom: 0;
}
.leve_menu .nSelected a
{
	color: #BD4251;
    text-decoration: none;
}
.leve_menu .nSelected a:hover
{
	color: #BD4251;
    text-decoration: none;
}
.leve_menu form
{
	margin: 1.2em 0 1.2em 0;    /* 10 x 2.4 = 24 */
}
.leve_menu input.tlacitko
{
	padding: 0.15em 0.2em;
	font-family: Helvetica,sans-serif;
    font-size: 1.3em;
}

/* tabulky */

td
{
    font-size: 1.5em;
    line-height: 1.6em;
    vertical-align: top;
}
td ul
{
	margin-bottom: 0;
}
td li
{
    font-size: 1em;     /* 15px */
    line-height: 1.6em;     /* 15 x 1.6 = 24 */
    list-style-type: none;
}

/* formulare */
form
{
    border: 3px solid #C9CC01;
	padding: 0.6em 1.5em 0 2.6em;
}
form.bez_ramecku
{
    border: none;
    padding: 0;
}

#vyznam_hvezdicky
{
	color: gray;
	font-size:1.3em;    	/* 10px x 1.3 = 13px */
	line-height:1.9em;      /* 13px x 1.9 = 24,7px */
	margin-top: 2em;
}
legend
{
	color: #C9CC01;   		/* IE */
	padding: 1.1em 0 0.7em;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "arial black",sans-serif;
	font-size:1.8em;    	/* 10px x 1.5 = 15px */
	line-height:1.6em;      /* 15px x 1.6 = 24px */
}
label
{
    font-size:1.5em;    	/* 10px x 1.5 = 15px */
	line-height:1.6em;      /* 15px x 1.6 = 24px */
	margin-right: 0.75em;
}
.radek
{
 	margin: 0.1em 0 1.3em;
}
.radek input
{
    font-size: 1.5em;
 	line-height:1.6em;      /* 15px x 1.6 = 24px */
 	margin-right: 0.75em;
}
.radek input, .radek textarea
{
	padding: 0.2em;
	border: 1px solid #C9CC01;
	width: 50%;
}
.radek textarea
{
    width: 94%;
    font-size: 1.5em;
 	line-height:1.6em;      /* 15px x 1.6 = 24px */
}
.radek input.radio
{
	width: 2em;
	border: none;
}
.radek select
{
	font-size: 1.5em;
 	line-height:1.6em;      /* 15px x 1.6 = 24px */
	padding: 0.2em;
	width: 50%;
 	border: 1px solid #C9CC01;
	margin-right: 0.5em;
}
.tlacitko_obal
{
    margin: 1em 0 1.5em;
	padding: 0.3em 0.4em 0.3em;
	font-family: helvetica;
	font-size: 1.5em;
}


/* hlaseni */

.oznameni_chyba, .oznameni_ok, .oznameni_upozorneni
{
    font-size: 1.5em;
 	line-height:1.6em;      /* 15px x 1.6 = 24px */
 	margin-bottom: 1em;
}
.oznameni_chyba
{
 	color: red;
}
.oznameni_ok
{
    color: green;
}
.oznameni_upozorneni
{
    color: brown;
}
span.info, span.alert, span.info_ini
{
    font-size: 1.5em;
 	line-height:1.6em;      /* 15px x 1.6 = 24px */
}
span.info
{
	color: green;
}
span.alert
{
	color: red;
}
span.info_ini
{
	color: black;
}
/* Paticka */
#paticka
{
	font-family: Verdana;
	font-size: 1.2em;
	padding: 10px 0;
	color: #727436;
	font-style: normal;
	font-variant: small-caps;
}
#paticka a
{
	color: #727436;
	font-variant: normal;
	font-style: italic;
}
#paticka a:hover
{
	color: #727436;
	text-decoration: none;
}
#paticka span#doprava
{
 	float: right;
}
/*********************************  VYPISY  ***********************************/

.dvypis
{
	padding: 2px 4px 2px 4px;
}


.dWindowShadeSize
{
	padding:10px;
}
.dWindowShade
{
	background-color:gray;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.25;
}

/* zaviraci krizek filtrovaciho okna */
img.dCloseWindow
{
	cursor:pointer;
	top : 12px;
	right: 12px;
}
img.filterWidndow
{
	margin: 0px 4px 0px 2px;
	cursor: pointer;
}

table.dump
{
	border: 0px solid #EEF6FE;
	border-collapse:collapse;
}

table.dump thead
{

}

table.dump td, table.dump th
{
 	padding: 5px 5px 5px 10px;
	vertical-align:top;
	text-align: left;
}

table.dump th
{
	
	border: 2px solid #C9CC01;
}

table.dump th:hover
{
	
}

table.dump caption
{
	font-weight:bold;
	padding-bottom:5px;
	text-align:left;
}
table.dump a
{
	color:#13679F;
}
table.dump th
{
    font-size: 1.2em;    		/* 10px x 1.2 = 12px */
	line-height: 1.5em;      	/* 12px x 1.5 = 18px */
    font-weight: bold;
}
table.dump th a
{
	display: block;
	text-decoration: none;
}

table.dump th a:hover
{
	color: #13679F;
    text-decoration: underline;
}

table.dump td.dToolbar
{
 	padding: 5px 0px 5px 5px;
	vertical-align:bottom;
}
.dToolbar img
{
	cursor: pointer;
	float:left;
}

tr.dodd td
{
	
	border: 2px solid #C9CC01;
}

tr.deven td
{
	
	border: 2px solid #C9CC01;
}

table.dump table td
{
	padding: 0;
	border: none;
}

tbody a
{
	display: block;
}

td.dtitle
{
	font-style:italic;
}
.dmultiple
{
	padding-bottom:5px;
	border-bottom:2px solid white;
}

table.dump td.seznam_profil_ikona
{
	padding: 3px 2px 3px 3px;
}

td.seznam_profil_ikona a,
td.seznam_profil_ikona a:hover
{
	text-decoration: none;
	
	font-weight: bold;
	display: block;
	width: 3.5em;
	height: 2em;
	/*background: url(/images/dump/ikona_detail.gif) no-repeat;*/
	margin: 0px;
	padding:4px 0px 4px 5px;
	text-align:left;
}



table.dump tfoot td
{
 	background: #FFFFFF;
 	border: 0px solid #FFFFFF;
 	text-align: center;
 	padding-top:14px;
}

table.dump tfoot tr td div
{
	text-align:center;
}

table.dump span.strankovani_strana
{
	font-weight:bold;
	margin: 0px 4px 0px 4px;
 	text-align: center;
 	display:block;
 	float:left;
}

table.dump span.strankovani_strana
{
	background: #2385C6;
}

table.dump span#act_page
{
    padding: 6px 8px 6px 8px;
}

table.dump span#act_page,
table.dump span.strankovani_strana a:hover
{
	background: #91C9ED;
	color: #FFFFFF;
}

table.dump span.strankovani_strana a
{
    padding: 6px 8px 6px 8px;
	color: #FFFFFF;
 	text-align: center;
 	display:block;
}



.dNotActive th,
.dNotActive th:hover
{
	background-color: #CDE5FC;
	border: 2px solid #FFFFFF;
	color:#13679F;
}

table.dump td.prosla_vypujcka
{
	background: #FFCCCC;
}

.dQuickSearchForm
{
	float:left;
	padding: 0px 0px 0px 7px;
}

.dFieldPack .tlacitko
{
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

.dFieldPack input.radio
{
	margin-left:0;
}

.dLabelPack label
{
	cursor: pointer;
	padding-right:4px;
}

.dToolbar form
{
	margin-bottom:0;
}

