﻿/* ZAKLADNI NASTAVENI */

/* pozadi hlavicky */
.hlavickaPozadi
{
	background-color: #006699;
}


/* bocni panely */
.levyPanel
{
	background-color: #FAF7E8;
	width: 200px;
}
.textPanel
{
	background-color: white;
}
.pravyPanel
{
	background-color: #FAF7E8;
	width: 300px;
}
.textPane {
	width: 96%;
	text-align: left;
}

Body
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

Table
{
	font-size: 10px;
	font-family: Arial, Helvetica, helvetica, sans-serif;
	border-width: 0px;	
	margin: 0px;
}

TBody
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

Table td
{
	border-width: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, helvetica, sans-serif;	
}


/* HLAVICKA A PATA*/
.strNadpis
{
	font-weight: bold;
	font-size: 20px;
	color: lemonchiffon;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
}

.nadpisHlav
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
}

.pataPozadi
{
	font-weight: normal;
	display:block;
	margin: 0 0 0 10px
	font-size: 9px;
	color:#C29B7A;
	font-style: normal;
	font-family: Verdana Bold, Helvetica, sans-serif;
}


/* vybrana rubrika */
.rubPozAkt 
{
    background-color: transparent;
    border-color: black;
}

/* nevybrana rubrika */
.rubPoz
{
	color: black;
	background-color: transparent;
}

/* text - vybrana rubrika */
.rubAkt
{
	font-weight: bold;
	font-size: 11px;
	color: #8B4513;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

/* text nevybrana rubrika */
.rub
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styl nevybrana rubrika */
A.rub:link    {
    text-decoration:    none;
    color:silver;
}

A.rub:visited {
    text-decoration:    none;
    color:silver;
}

A.rub:active  {
    text-decoration:    none;
    color:red;
}

A.rub:hover
{
	color: red;
	text-decoration: none;
}


.strLink 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink obrácený*/
A.strLink:link {
    text-decoration:    none;
    color:white;
}

A.strLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.strLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.strLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* oddelovac */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULY */
/* diskuse */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* udalosti nadpis */
.nadpPol
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Arial, Helvetica, sans-serif;
}

/* OBECNE */
/* nadpis modul */

.Nadpis
{
	font-weight: bolder;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 2px;	
	color: #C32019;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 5px;
	display:block
	
}


.nadpisA
{
	font-weight: bolder;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 2px;	
	color: #C32019;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;	
	padding: 10px 5px 5px 5px;
	display:block
	
}

.nadpisB
{
	font-weight: bolder;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 2px;	
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding: 10px 5px 5px 5px;
	display:block	
}

.nadpisD
{
	font-weight: bolder;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 2px;
	color:gray;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding: 10px 5px 5px 0px;
	display:block	
	
}

/* podnadpis */
.Podnadpis
{
	font-weight: bold;
	font-size: 11px;
	color: sienna;
	font-family: Arial, Helvetica, sans-serif;
}

/* podnadpis2 */
.Podnadpis2 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* 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: #896449;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
}

.polozkaDatum
{
	font-weight: bold;
	font-size: 10px;
	color: #896449;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;	
}

.NormalInfo
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	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;	
}


.Paragraf
{
	text-align:center;
	font-weight: bold;
	color: Black;
	margin: 20px 0 10px 0;
	display: block;	
}


.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;
}

.dole
{
	vertical-align: bottom;
}

/* tlacitka */
.tlacitko    
{
    text-align: right;
    font-weight: normal;	
    font-size: 9px;
    padding: 1px 3px 1px 3px;
	border: solid 1px #8B4513;
	border-width: 1px;
	line-height: 16px;	        
}

a:link.tlacitko
{
	color: #8B4513;
	text-decoration: none;
	background-color: #F7E3CE;
}

a:visited.tlacitko  
{
	color: #8B4513;
	text-decoration: none;
	background-color: #F7E3CE;
}

a:active.tlacitko   {
	color: #FAFAD2;
	text-decoration: none;
	background-color: #8B4513;
}

a:hover.tlacitko    
{
	color: #F5F5F5;
	text-decoration: none;
	background-color: #8B4513;
}


/* 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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
} 


/* ZVYRAZNENY ODKAZ */

.odkaz
{
	display: block;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F7E3CE;
	margin-top: 7px;
	padding: 14px 0 0 0;	
}


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;
} 


/* FORMÁTOVÁNÍ ODDÍLŮ */
.prava
{
	text-align: right;
}

.leva
{
	text-align: left;
}

.stred
{
	display: block;
	text-align: center;
}

.polozka
{
	display: block;
}

.texty
{
	margin: 5px 0px 5px 0px;
}
.obrvtext {
	margin-left: 10px;
	margin-right: 10px;
}


/* STANDARD HTML */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	font-family: Arial, Helvetica, sans-serif;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: dimgray;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: dimgray;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: dimgray;
}

A:link
{
	color: #C29B7A;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  #C29B7A;
}

A:active    {
    text-decoration:    none;
    color:  red;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, 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 {
    border: 1px #F7E3CE solid; 
}