@charset "utf-8";
/* CSS Document */
body {
	margin: 25px auto 0px auto;
	background-image: url(../images/glavni_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a {
	color: #990000;
	text-decoration: none;
}
.tabRub {
	border: 1px solid #999999;
}
.crveni {
	color: #90180C;
}
.crtice {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #56594E;
}
.tekst {
	font-size: 14px;
	text-transform: uppercase;
	color: #56594E;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-indent: 2px;
	height: 20px;
}
.mali_tekst {
	font-size: 9px;
}
.SubmitB {
	background-color: #F0E989;
	border: 1px solid #E67F02;
	font-size: 12px;
}
.SubmitB2 {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
