@charset "utf-8";
body {
	background-color: #cccccc;
	background-image: url(../images/pozadina.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}

.flash {
	vertical-align: top;
}
a:visited {
	color: #990000;
}

a:link {
	color: #CC0000;
}


a:hover {
	color: #990000;
}

a:active {
	color: #CC0000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color:#e3e3e3;
	text-align: justify;
}






/* This is where you can customize the appearance of the tooltip */


div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  width:200px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}

div#tipDiv div.img { text-align:center }

div#tipDiv div.txt { text-align:center; margin-top:4px }
.crveni_bold {
	color: #CC0000;
	font-weight: bold;
}

.tabela {
	text-align: left;
}
