/* Ohranicenie textu, ked je vela textu, vytvori scrollbar */.contentbox {  width: 450px;  height: 350px;  padding: 20px;  margin: 0px, 0px, 0px, 0px;  overflow: auto; }/* Aby nerobilo blbosti ak je obrazok linka */IMG { border: 0; }body{  font-family: "Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;  font-weight: normal;  font-size: 10pt;  text-align: justify;  text-decoration: none;}.menu_nadpis { font-size: 10pt; font-weight: bold }.menu        { font-size: 10pt }/* Ten hlavny titulok nad strankou */.titul       { font-size: 14pt }/* Linky nepodciarknute, cierne. Menia sa pri hover */a { text-decoration: none }a:link       { color: #000000 }a:visited    { color: #000000 }a:hover      { color: #006699 }/* Nadpis a podnadpis v texte */.nadpis      { font-size: 12pt; letter-spacing: 1pt; font-weight: bold }.podnadpis   { font-size: 10pt; font-weight: bold }.lentext     { font-size: 10pt; font-weight: normal }/* Pismo v tabulke */.tblfont{  font-family: "Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;  font-weight: normal;  font-size: 10pt;  text-align: justify;  text-decoration: none;}
