@charset "utf-8";

.tisk {
	color: #111;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: justify;
}

.tiskh1 {
	color: #1E8CB7;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.podnaslov {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #333;
	margin: 10px;
}
.current_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 0.8em;
	color: #D56653;
}

.slike {
	border: 5px double #CCC;
	float: right;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 6px;
}
.slike_levo {
	border: 5px double #CCC;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 6px;
}
.slike_top {
	border: 5px double #CCC;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 6px;
	width: 90%;
}
.tabla {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 0.6em;
	font-size: 1.1em;
	text-align: center;
	text-padding: 3%;
}
.clanak {
	background-color: #e0e0e0;
	padding: 8px;
	margin-top: 2px;
	margin-right: 6;
	margin-left: 15px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #06057A;
	border-bottom-color: #06057A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  border-radius: 10px;
	clear: none;
	position: relative;
}
.slike2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	clear: none;
	position: relative;
}

.zebra tr:nth-child(odd) {  background-color: #CCCCFF; }
.zebra tr:nth-child(even) { background-color: #BBBBFF; }
.zebra tr:hover:nth-child(odd) {  background-color: yellow; }
.zebra tr:hover:nth-child(even) {  background-color: yellow; }
