/****************************************************************************/
/*************   disk  ******************************************************/
/****************************************************************************/

.disklink {
	font-size: x-small;
	color: Teal;
	width: 300px;
	text-align: left;
}
#disktab {
	font-size: small;
	color: Teal;
	border-top: 1px dotted Gray;
	border-bottom: 1px dotted Gray;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	white-space: nowrap;
	text-align: center;
}
#disktab a,
	#disktab a:link,
	#disktab a:active,
#disktab a:visited  {
	font-size: small;
	color: Blue; /*Teal;*/
	text-decoration: underline;
	font-weight: bold;
}
#disktab a:hover {
	color: Navy; /*Green;*/
}

#disktab2 {
	color: Navy;
	border-top: 1px ridge Gray;
	border-bottom: 1px ridge Gray;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

.diskit {
	background-color: #EFEFEF;
	border-width: thin;
	border-style: solid;
	border-color: Gray;
	font-size: 10pt;
}
.diskit2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	font-size: 10pt;
}
.diskit3 {
	background-color: #FDFDFD;
}

.tucne {
	font-weight: bold;
}
.kursiva {
	font-style: italic;
}
.tucnekursiva {
	font-weight: bold;
	font-style: italic;
}
