/* CSS Document */

h1 {display:block; font-size: 24px; font-family: Arial;}
h2 {display:block; font-size: 15px; font-family: Arial;}
h3 {display:block; font-size: 12px; font-family: Arial;}
h4 {display:block; font-size: 11px; font-family: Arial;}
h5 {display:block; font-size: 10px; font-family: Arial;}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #696969;
}
a:active {
	color: 	#ff0000;
}
.style24 {
 color: #000000;
        font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
 font-size:11px;

}

.style100 {background-image: url("/image/li.JPEG")}
.style25 {font-size: small}
.style26 {color: #FF6600; font-size: small; }
.style28 {color: #000000}
.style29 {color: #CCFFFF}
.style31 {color: #990033}
.style32 {color: #CC3366; }
.style33 {color: #708090; }
.style38 {
 color: #228b22;
        font-weight: bold;
 font-size:18px;

}
.style39 {
 color: #b22222;
        font-weight: bold;
 font-size:14px;

}
.style40 {
 color: #000000;
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;

}
.style50 {
 color: #ff0000;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
 font-size:12px;

}
.style51 {
 color: #000000;
font-family: Arial, Helvetica, sans-serif;
 font-size:11px;

}

.style13 {
	color: #0033CC;
	font-weight: bold;
	font-size: medium;}
	

	.p {background:#a9a9a9;}	
	.g {background:#f5f5f5;}
	.r {background:#dcdcdc;}
	.y {background:#faebd7;}
	.b {background:blue;}
	.blank {background-color: nocolor}
	.farba {background-color: #c0c0c0}



.thumbnail{position: relative; z-index: 0}

.thumbnail:hover{background-color: transparent; z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute; background-color: lightyellow; padding: 5px; left: 10px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none;}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0; padding: 2px;}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible; top: 20px;
left: 60px; /*position where enlarged image should offset horizontally */
}

A.thumbnail:link {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.thumbnail:active {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.thumbnail:hover {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.thumbnail:visited {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}

