.link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: underline}
.link:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: underline}
.link:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FF9900; text-decoration: none}
.link:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FF9900; text-decoration: none}
.tekst12 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.tekst {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.tekst8 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #333333; text-decoration: none}
.link8 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #CC0000; text-decoration: none}
.link8:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #CC0000; text-decoration: none}
.link8:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #FF9900; text-decoration: none}
.link8:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #FF9900; text-decoration: none}
.naslov14b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.naslov12b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.naslov10b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.naslov11b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.naslov16b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.link1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: underline}
.link1:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.link1:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FF9900; text-decoration: none}
.link1:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none}
.naslov13b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: none }
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: underline}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: bold; color: #CC0000; text-decoration: underline}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: bold; color: #FF9900; text-decoration: none}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: bold; color: #FF9900; text-decoration: none}
b,strong	{color: #CC0000;}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  align-items: flex-start;
  align-content: flex-start;
}

.box {
    flex: 0 0 calc(33% - 15px); 
    height: 400px;

    display: flex;              /* za centriranje vsebine */
    justify-content: center;    /* horizontalno */
    align-items: center;        /* vertikalno */
    overflow: hidden;
    flex-direction: column;
    gap: 10px;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vrstica{
  display:flex;
  justify-content:space-between;
}

.fullimg{
  width:100%;
  height:auto;
}