.larger {
 font-size: larger;
}

/* 6.11.2005: pokus, neviem ci dobre (stare clanky mozu mat..., pre kontakt span) */
.small {
 font-size: smaller;
}


.smaller {
 font-size: smaller;
}

/* 22.10.2005: dodane toto, zmyslom je aby smaller bold bol fakt bold (vid uvod) */
.smaller b, .smaller strong {
 font-size: 106%;
}


.smaller2 {
 font-size: 85%;
}


.nolink {
 text-decoration: none;
}

.hoverlink {
 text-decoration: none;
}
a.hoverlink:hover {
 text-decoration: underline;
}
/* pre cely div */
.hoverlink a {
 text-decoration: none;
}
.hoverlink a:hover {
 text-decoration: underline;
}

.red, .red a:link, .red a:visited, a.red:link, a.red:visited {
 color: red;
}


.black, .black a:link, .black a:visited, a.black:link, a.black:visited {
 color: black;
}

.silver, .silver a:link, .silver a:visited, a.silver:link, a.silver:visited {
 color: silver;
}

.gray, .gray a:link, .gray a:visited, a.gray:link, a.gray:visited {
 color: gray;
}

.brown, .brown a:link, .brown a:visited, a.brown:link, a.brown:visited {
 color: brown;
}

.darkbrown, .darkbrown a:link, .darkbrown a:visited, a.darkbrown:link, a.darkbrown:visited  {
 color: #522C10
}

.notop {
 margin-top: 0px;
}

.nomargin {
 margin: 0px;
}

/* ====================================================================== */
/* ===================== REGION A MESTA ================================= */
/* ====================================================================== */

/* pouzite ako class k h2 pri /pivodb/ */
.region {
 font-weight: 500;
 margin-top: 5px;
 margin-bottom: 2px;
}

/* ====================================================================== */
/* ===================== KNP_TABLE ====================================== */
/* ====================================================================== */

.knpth1 { 
 font-weight: bold;
}


