@charset "utf-8";
/* CSS Document */
a{
	color:#006F9E;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
a:hover{
	color:#000000;
}

a.white{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
a.white:hover{
	color: #000000;
}

a.black{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.black:hover{
	color:#006F9E;
}

a.top_links{
	color:#006F9E;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.top_links:hover{
	color:#000000;
}

/* Glavni Meni */

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle ul{
width: 100%;
padding: 9px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#006F9E;
padding: 8px 16px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
	color:#000000;
}

/* Button Posalji */

.btn_posalji{
	background:none;
	border:none;
	background-image:url(../images/btn_posalji.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:140px;
	cursor:pointer;
}
.btn_posalji:hover{background-position:0 -30px;}
.btn_posalji:active{background-position:0 -60px;}

