p.nadpis { FONT-SIZE: 30px; color: Blue; FONT-FAMILY: Helvetica, "Arial CE", Arial, sans-serif }
p.nadpiss { FONT-SIZE: 24px; color: Black; FONT-FAMILY: Times New Roman, Times Roman, Arial CE, Arial, sans-serif }
p.podnadpis { FONT-WEIGHT: bold; FONT-SIZE: 18px; FONT-FAMILY: Helvetica, Times New Roman, Times Roman, "Arial CE", Arial, sans-serif }

p.podnadpiss { FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: Helvetica, Times New Roman, Times Roman, "Arial CE", Arial, sans-serif }

p.nadpisss { FONT-WEIGHT: bold; FONT-SIZE: 30px; color: Black; text-align: center; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif }
p.text { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Times New Roman, Times Roman, Arial CE, Arial, sans-serif }
p.textgold { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #6D6951; FONT-FAMILY: Times New Roman, Times Roman, Arial CE, Arial, sans-serif }
p.h { PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 20px; MARGIN: 20px; PADDING-TOP: 20px }
p.maly { FONT-SIZE: 10px; COLOR: Black; FONT-FAMILY: Helvetica, "Arial CE", Arial, sans-serif }
p.maly_red { FONT-SIZE: 10px; COLOR: red; FONT-FAMILY: Helvetica, "Arial CE", Arial, sans-serif }
p.maly_tl { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: Black; FONT-FAMILY: Times New Roman, Times Roman, Helvetica, "Arial CE", Arial, sans-serif }
p.text_bold_red { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Red; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif }
p.text_cold_black { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
p.podtitul { text-align: center; font-weight: bold; text-decoration: overline; FONT-SIZE: 14px; FONT-FAMILY: Times New Roman, Times Roman, Arial CE }

p.text_blue { FONT-SIZE: 16px; font-weight: normal; COLOR: Blue; line-height: 50%; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif }
p.text_black { text-decoration: none; FONT-SIZE: 16px; COLOR: Black; line-height: 95%; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif }
p.text_link { text-decoration: none; font-style: normal; FONT-SIZE: 14px; COLOR: Black; line-height: 150%; FONT-FAMILY: serif, Times New Roman, Times Roman, Arial, Helvetica, sans-serif }


p.text_cold { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
p.text_coldm { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Times New Roman, Times Roman, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
p.podnadpis_poz { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #C0C8F0; FONT-FAMILY: Helvetica, Times New Roman, Times Roman, "Arial CE", Arial, sans-serif }
p.text_black { font-weight: lighter; font-style: italic; FONT-SIZE: 16px; line-height: 14px; COLOR: #000000; FONT-FAMILY: Times New Roman, Times Roman, Arial, sans-serif }

p.maly_tli_paticka { font-style: italic; font-weight: bold; FONT-SIZE: 13px; line-height: 12px; COLOR: #082464; FONT-FAMILY: Times New Roman, Times Roman, Helvetica, "Arial CE", Arial, sans-serif }


p.maly_tli { BORDER-TOP: #000000 1px solid gray; BORDER-BOTTOM: #000000 1px solid gray; font-style: italic; font-weight: bold; FONT-SIZE: 13px; line-height: 28px; COLOR: #082464; FONT-FAMILY: Times New Roman, Times Roman, Helvetica, "Arial CE", Arial, sans-serif }



p.ramecek { BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; font-style: italic; font-weight: bold; FONT-SIZE: 13px; line-height: 20px; COLOR: #082464; FONT-FAMILY: Times New Roman, Times Roman, Helvetica, "Arial CE", Arial, sans-serif }

p.ramecek2 { BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; font-style: italic; font-weight: bold; FONT-SIZE: 13px; line-height: 20px; COLOR: #082464; FONT-FAMILY: Times New Roman, Times Roman, Helvetica, "Arial CE", Arial, sans-serif }


p.podtitul { text-align: center; font-weight: bold; text-decoration: overline} /* zarovnání na střed, tučné písmo a nadtržení*/




<!-- způsobí, že pokud najedete myší na odkaz, změní barvu a podrhne se jak pod
odkazem, tak nad ním a navštívený odkaz změní písmo na italic  -->
a
{
font-style: normal;
color: Red;
text-decoration: none; 
}
/*takto se zapisují poznámky*/
a:hover 
{ text-decoration: underline overline;
color: Blue;
} 
a:visited
{
text-decoration: none
color: Red;
font-style: italic;
}

<!-- konec -->




#tlacitko
{
width: 160px;
padding: 0;
margin: 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 80%;
}
#tlacitko ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#tlacitko li
{
border-top: 1px solid #fff;
margin: 0;
}
#tlacitko li a
{
display: block;
padding: 5px;
background-color: #17710D; /* barva tlačítek, původní: background-color: #2175bc; */
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #tlacitko li a { width: auto; }
#tlacitko li a:hover
{
background-color: #CADDC7;    /* po najetí myši, původní: background-color: #2586d7; */
color: #0E210E; /* barva písma tlačítek po najetí myši, původní: background-color: #fff; */
font-weight: bold;
}
#tlacitko li
{
border-top: 1px solid #fff;
margin: 0;
}
#tlacitko li li a
{
display: block;
padding: 3px 3px 3px 30px;
background-color: #69C;
color: #fff;
text-decoration: none;
width: 100%;
}
#tlacitko li li a:hover
{
background-color: #2586d7;  /* původní: background-color: #2586d7; */
color: #fff;
} 
#tlacitko li a:visited {
text-decoration: none
}
#tlacitko li .active {
background-color: #CADDC7;    /* po najetí myši, původní: background-color: #2586d7; */
color: #fff; /* barva písma tlačítek po najetí myši, původní: background-color: #fff; */
font-weight: bold;
}



