@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFF;
	background-image: url(top_bkg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #005dbe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005dbe;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #005dbe;
}
.naslov {
	color:#005dbe;
	font-size:20px;
	font-weight:200;
	letter-spacing:0.5px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
a.dugmad, a.dugmad span {
	display:inline-block;
	height:20px;
	line-height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #005dbe;
}
a.dugmad span {
	padding-left:10px;
	padding-right:10px;
}
a.dugmad:link, a.dugmad:active, a.dugmad:visited {
	color: #005dbe;
	text-decoration:none;
}
a.dugmad:hover {
	cursor:pointer;
	color: #FFFFFF;
	background-image:url(button_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
}

a.dugmad:hover span {
	cursor:pointer;
	color: #FFFFFF;
	background-image:url(button_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
}

.copyright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#9e9e9e;
	font-weight:bold;
	letter-spacing:-0.2px;
}

a.dogmad_simple {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #005dbe;
	font-weight:bold;
}
a.dogmad_simple:link, a.dogmad_simple:active, a.dogmad_simple:visited {
	color: #005dbe;
	text-decoration:none;
}
a.dogmad_simple:hover {
	color: #666666;
	text-decoration:none;
}

img.img_border, a img.img_border {
	border: 1px solid #CCCCCC;
}
a:hover img.img_border{
	border-color: #ec008c;
}

/* FORM POLJA */

form {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	padding: 2px;
	color: #111111;
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E3DFD8;
}

input[type=checkbox], input[type=radio], input[type=checkbox]:hover, input[type=radio]:hover, input[type=checkbox]:focus, input[type=radio]:focus {
	background:none;
	border:none;
}

input:hover, textarea:hover, select:hover {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #AFAEAA;
	border-bottom: 1px solid #AFAEAA;
	background-color: #E9E9E2;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #005dbe;
	background-color: #E9E9E2;
	color: #005dbe;
}

/* KRAJ FORM POLJA*/
