/* ZAKLADNI NASTAVENI */

/* navigační panely */
.hlavickaPozadi
{
	background-color: white;
}

.tabHlavicka
{
	height: 70px;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 0px;
}	
	
/* panely */

.pata
{
	background-image: url('../images/web/home/home_pata_poz02.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid black;
	font-size: 10px;
	vertical-align: bottom;
	text-align: right;
	height: 28px;
}

.textPanel
{
	vertical-align: top;
	background-color: white;
	padding: 0px 10px 0px 10px;
	width: auto;
	margin: 0px;
	border-bottom: solid 1px black;
	border-top: dashed 1px #CFCFCF;
}

.pravyPanel
{
	vertical-align: top;
	background-color: #F9F9F9;
	width: 250px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px black;
	border-left: dashed 1px #CFCFCF;
	border-top: dashed 1px #CFCFCF;				
}

.levyPanel
{
	vertical-align: top;
	background-color: #F9F9F9;
	width: 195px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px black;
	border-right: dashed 1px #CFCFCF;
	border-top: dashed 1px #CFCFCF;			
}



.prikladPanel
{
	background-color: #EDEDED;
}

.datalistApanel
{
	background-color: Gainsboro;
}

.datalistBpanel
{
	background-color: #EDEDED;
}


Body
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 8px;
	line-height: 12px;
	font-weight: normal;
	color: black;
	white-space: normal;
}

Table
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, helvetica, sans-serif;
	border-width: 0px;	
	margin: 0px;
}

Table td
{
	border-width: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, helvetica, sans-serif;	
}

/* HLAVICKA A PATA*/
.strnadpis
{
	font-size: 20px;
	font-weight: bold;
	color: lemonchiffon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nadpisHlav
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pataPozadi
{
	font-size: 9px;
	font-weight: normal;
	color: navy;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

/* vybrana rubrika */
.rubPozAkt 
{
    background-color: white;
    border-color: black; 
}

/* nevybrana rubrika */
.rubPoz
{
	color: black;
	background-color: white;
}

/* text - vybrana rubrika */
.rubAkt
{
	font-size: 11px;
	font-weight: bold;
	color: orange;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}

/* oddělovač rubrik */
.rubSep
{
	background-color: white;
}

/* text nevybrana rubrika */
.rub
{
    font-size: 11px;
    color:navy;
    text-decoration:none;
    font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}

/* hyperlink styl nevybrana rubrika */
a:link.rub    {
    text-decoration:    none;
    color: navy;
}

a:visited.rub {
    text-decoration:    none;
    color: navy;
}

a:active.rub  {
    text-decoration:    none;
    color: red;
}

a:hover.rub
{
	color: red;
	text-decoration: none;
}


.strLink 
{
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink obrácený*/
a:link.strLink {
    text-decoration:    none;
    color:white;
}

a:visited.strLink  {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.strLink   {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.strLink    {
    text-decoration:    underline;
    color:white;
}

/* oddelovac */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULY */
/* diskuse */    
.Message    {
    font-size: 10px;
    font-weight: normal;
    font-size: 10px;
    background-color: #eeeeee;
    font-family: Verdana, Helvetica, sans-serif;
}   

/* udalosti nadpis */
.nadpPol
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* OBECNE */
/* nadpis modul */

.nadpis
{
	display: block;
	color: #6699FF;
	font-weight: bold;
	font-style:normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #FAFAD2;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;	
}

.nadpisA
{
	display: block;
	color: #6699FF;
	font-weight: bold;
	font-style:normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #DFEBFF;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;		
}

.nadpisB
{
	display: block;
	color: white;
	font-weight: bold;
	font-style:normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #CFCFCF;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;	
}

.nadpisD
{
	display: block;
	color: orange;
	font-weight: bold;
	font-style:normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #FAFAD2;
	border-top: solid 1px orange;
	border-bottom: solid 1px orange;		
}


/* podnadpis */
.Podnadpis
{
	font-weight: bold;
	font-size: 10px;
	color: #6699FF;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: top;
}

/* podnadpis2 */
.Podnadpis2 
{
    font-size:  10px;
    font-weight:    bold;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
}

/* nadpis polozky */
.nadpisPolozka 
{
    font-weight: bold;
}

/* Normal */
.Normal
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaNormal
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;
}

.NormalRight
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaRight
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalRed
{
    font-size: 10px;
    font-weight: bold;
    color: red;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaRed
{
    font-size: 10px;
    font-weight: bold;
    color: red;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalBold
{
    font-size: 10px;
    font-weight: bold;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaBold
{
    font-size: 10px;
    font-weight: bold;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalItalic
{
    font-size: 10px;
    font-weight: normal;
    font-style: italic; 
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaItalic
{
    font-size: 10px;
    font-weight: normal;
    font-style: italic; 
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalSmall
{
    font-size: 9px;
    font-weight: normal;
    line-height: 11px; 
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaSmall
{
    font-size: 9px;
    font-weight: normal;
    line-height: 11px; 
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalDatum
{
	font-weight: bold;
	font-size: 10px;
	color: #6699FF;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaDatum
{
	font-weight: bold;
	font-size: 10px;
	color: #6699FF;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalInfo
{
	font-weight: normal;
	font-size: 10px;
	color: Gray;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaInfo
{
	font-weight: normal;
	font-size: 10px;
	color: Gray;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalSeda
{
	font-weight: normal;
	font-size: 10px;
	color: Gray;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaSeda
{
	font-weight: normal;
	font-size: 10px;
	color: Gray;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalAutor
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: gray;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaAutor
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: gray;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalHelp
{
	font-weight: normal;
	font-size: 10px;
	color: Navy;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}



.NormalTextBox
{
    font-size: 10px;
    font-weight: normal;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	border-collapse: collapse;	
}

.NormalKoment
{
	display: block;
	color: black;
	font-weight: normal;
	font-style:normal;
	font-size: 9px;
	margin: 15px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #EFEFEF;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
}

/* text v HtmlText modulech */
.NormalHtml
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}

.normalHtml table
{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
				
}

.NormalHtml td
{
	padding: 5;
	border-width: 1px;
	border-color: silver;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, helvetica, sans-serif;	
}

.semaforTab
{
	border-collapse: separate;
	border: none;
}


/* tlacitka */
.tlacitko    
{
    text-align: right;
    font-weight: normal;	
    font-size: 9px;
    padding: 1px 3px 1px 3px;
	border: solid 1px #6699FF;
	border-width: 1px;
	line-height: 16px;	        
}

a:link.tlacitko
{
	color: navy;
	text-decoration: none;
	background-color: #F5F5F5;
}

a:visited.tlacitko  
{
	text-decoration: none;
	background-color: #F5F5F5;
}

a:active.tlacitko   {
	color: #FAFAD2;
	text-decoration: none;
	background-color: Navy;
}

a:hover.tlacitko    
{
	color: #F5F5F5;
	text-decoration: none;
	background-color: navy;
}


/* POCITADLO */
.pocitadlo    
{
    text-align: right;
    font-weight: bold;	
    font-size: 10px;
	color: #6699FF;
	background-color: #EFEFEF;	        
}

a:link.pocitadlo
{
	color: navy;
	text-decoration: none;
	background-color: #F5F5F5;
}

a:visited.pocitadlo  
{
	text-decoration: none;
	background-color: #F5F5F5;
}

a:active.pocitadlo   {
	color: #FAFAD2;
	text-decoration: none;
	background-color: Navy;
}

a:hover.pocitadlo    
{
	color: #F5F5F5;
	text-decoration: none;
	background-color: navy;
}



    
/* Chybova zprava - nadpis*/    
.Errornadpis
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	background-color: transparent;	
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}  

/* Styl datových tabulek */
.dgItem
{
	background-color: #DEDFDE;
	
}

.dgAitem
{
	background-color: #F1F0ED;
	
}

.dgHeader
{
	background-color: #4A3C8C;
	font-weight: bold;
	color: White		
}

.dgSitem
{
	background-color: #4A3C8C;
	font-weight: bold;
	color: White		
}

.dgFooter
{
	background-color: #C6C3C6;
	
}

.dgPager
{
	background-color: Silver;
	color: #0066FF;
}

a:link.dgPager
{
	color: #0066FF;
	text-decoration: none;
}

a:visited.dgPager  {
    text-decoration:   none;
    color: #0066FF;
}

a:active.dgPager   {
    text-decoration:    underline;
    color: red;
}

a:hover.dgHeader    {
    text-decoration:    underline;
    color: red;
}

a:link.dgHeader
{
	color: white;
	text-decoration: underline;
}

a:visited.dgHeader  {
    text-decoration:    underline;
    color: white;
}

a:active.dgHeader   {
    text-decoration:    underline;
    color: red;
}

a:hover.dgHeader    {
    text-decoration:    underline;
    color: red;
} 

/* ALTERNATIVNI MENU */

.menu1
{
	color: silver;	
}


a:link.menu1
{
	text-decoration:none;
	color: black;	
}

a:visited.menu1  {
    text-decoration: none;
    color: black;
}

a:active.menu1  {
    text-decoration: underline;
    color: black;
}

a:hover.menu1    {
    text-decoration: underline;
    color: red;
}

a:disabled.menu1
{
	text-decoration:none;
	color: silver;
}


/* ZVYRAZNENY ODKAZ */

.odkaz
{
	font-weight: bold;		
	color: black;
}


a:link.odkaz
{
	text-decoration: none;
	
}

a:visited.odkaz  {
    text-decoration: none;

}

a:active.odkaz  {
    text-decoration: none;

}

a:hover.odkaz    {
    text-decoration: underline;
    color: red;
}




/* STANDARD HTML */
H1  {
    font-size:  12px;
    font-weight:    normal;
	font-family: Verdana, Helvetica, helvetica, sans-serif;   
}

H2  {
    font-size:  11px;
    font-weight:    normal;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

H3
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

H4  {
    font-size:  9px;
    font-weight:    normal;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

H5, DT  {
    font-size:  8px;
    font-weight:    bold;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

H6  {
    font-size:  7px;
    font-weight:    bold;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

TFOOT, THEAD    {
    font-size: 10px;
    font-weight:    bold;    
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

TH  {
    vertical-align: baseline;
    font-size:  10px;
    font-weight:    bold;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

A:link
{
	color: navy;
	text-decoration: none;
}

A:visited   {
    text-decoration: none;
    color:  navy;
}

A:active    {
    text-decoration: none;
    color:  navy;
}

A:hover 
{
    text-decoration: underline;
    color: red;
}

SMALL   {
    font-size:  9px;
}

BIG {
    font-size:  11px;
}

BLOCKQUOTE, PRE {
	font-family: Verdana, Helvetica, helvetica, sans-serif, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #6688FF;
    background-color: #6688FF;    
	border-width: 0;
	height:1px;   
}

INPUT {
    font-size: 9px;
    font-weight: normal;	
    font-family: Verdana, Helvetica, sans-serif;
}


/*Čáry*/

.slaba
{
    background-color: silver;    
	border-width: 0;
	height:1px; 
}


/* EDITAČNÍ FORMUÁŘE */
.editTab
{
	width: auto;	
}


/* FORMÁTOVÁNÍ OBRÁZKŮ */

.obr
{
	text-align:center;
    font-size: 10px;
	font-style: italic;
	font-weight: normal;
	vertical-align:top;
	color: Black;
	margin: 2px 0 15px 0;
}

.obrZl
{
	border-top: solid 8px #FAFAD2;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

.obrMo
{
	border-top: 8px solid #DFEBFF;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

.obrBlack
{
	border-top: 8px solid black;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

.obrSilver
{
	border-top: 8px solid silver;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

.obrMt
{
	border-top: 8px solid #336699;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

.obrZe
{
	border-top: 8px solid #006666;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;	
}

/* ZVYRAZNENI POLOZEK */


.zvyrazneniA
{
	display: block;
	color: black;
	font-weight: normal;
	font-style:normal;
	font-size: 9px;
	padding: 2px 5px 2px 5px;
	background-color: transparent;
	border-left: solid 6px #DFEBFF;	
}

.zvyrazneniB
{
	display: block;
	color: black;
	font-weight: normal;
	font-style:normal;
	font-size: 9px;
	padding: 2px 5px 2px 5px;
	background-color: transparent;
	border-left: solid 6px silver;
}

.zvyrazneniC
{
	display: block;
	color: black;
	font-weight: normal;
	font-style:normal;
	font-size: 9px;
	padding: 2px 5px 2px 5px;
	background-color: transparent;
	border-left: solid 6px #69F;	
}


/* FORMÁTOVÁNÍ ODDÍLŮ */
.prava
{
	text-align: right;
}

.leva
{
	text-align: left;
}

.stred
{
	display: block;
	text-align: center;
}

.texty
{
	margin: 5px 0px 5px 0px;
}


/*ID Elementy */

table#tabulkaPanely
{
	border: 0;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	table-layout: fixed;
}


td#hlavickaCh
{
	background-color: white;
	width: 100%;
	height: 80px;
	border-width: 0px;		
}

td#logo
{
	background-color: white;
	background-image: url('../images/web/home/chotyne_pozhl.gif');
	background-repeat: repeat-x;
	background-position: left top;
	width: 450px;
	height: 60px;
	text-align: left;
	vertical-align: bottom; 
	padding: 1px 0px 0px 0px;				
}	

td#krajLk
{
	background-color: white;
	background-image: url('../images/web/home/chotyne_pozhl.gif');
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	height: 60px;
	text-align: right;
	vertical-align: bottom;	
	border-width: 0px;			
}

td#menu
{
	width: auto;
	text-align: right;
}

table#pata
{
	background-color: white;
	width: auto;
	height: 20px;
	text-align: right;
	vertical-align: bottom;			
}

table#pata
{
	width: 100%;
}

td#copyright
{
	text-align: left;
}

td#menuDolni
{
	text-align: right;
}

