.framez {  overflow: hidden; } 
.zoomin img { 
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
	-moz-transition: all 0.3s ease;    /* Firefox */
	-ms-transition: all 0.3s ease;     /* IE 9 */
	-o-transition: all 0.3s ease;        /* Opera */
	transition: all 0.3s ease; } 
.zoomin img:hover { 
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25); }
	 
.zoomin1 img { 
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
	-moz-transition: all 0.3s ease;    /* Firefox */
	-ms-transition: all 0.3s ease;     /* IE 9 */
	-o-transition: all 0.3s ease;        /* Opera */
	transition: all 0.3s ease; } 
.zoomin1 img:hover { 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1); }
	 
iframe, object, embed {
    max-width: 100%;
}
	
a.nelink         {text-decoration: none}
a.nelink:link    {color: black}
a.nelink:visited {color: black}
a.nelink:hover   {text-decoration: underline;}

td, th {
    border: 1px solid #dddddd;
	}
	
.okraj img { border: 2px solid #dddddd; }
.okraj img:hover { border: 2px solid #ff9800; }

.okraj_bl img { border: 2px solid #dddddd; }
.okraj_bl img:hover { border: 2px solid #2196F3; }

ul.moj1 li.moj1 {
    margin: 12px;
}

ul.moj2 li.moj2 {
	margin-top: 5px;
    margin-bottom: 7px;
    margin-right: 15px;
    margin-left: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

a.anchor1 {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

a.anchor2 {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: lightgray;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

