a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}
.tabla {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	float: left;
	margin-right: 10px;
}
.box {
 	background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
 	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
 	background-position: top left, top right, bottom left, bottom right;
}
.crta {
	background-image: url(crta.gif);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.okvir {
	border: thin solid #D6D6D6;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(str/bkg01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 15px;
}
.okvir1 {
	border: thin solid #D6D6D6;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(str/bkg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 15px;
}
.okvir2 {
	border: thin solid #D6D6D6;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(str/bkg03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 15px;
}
.okvir3 {
	border: thin solid #D6D6D6;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(str/bkg011.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 15px;
}
.okvir4 {
	border: thin solid #D6D6D6;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(str/bkg04.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 15px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
background-color: white;
padding: 5px;
left: -1500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: 10;
left: 100px;

}
