@charset "utf-8";
/* CSS Document */

a.blue{color:#00CCFF; font-weight:bold; text-decoration:underline;}
a.blue:hover{color:#7A0000;}

a.darkred{color:#7A0000; font-weight:bold; text-decoration:underline;}
a.darkred:hover{color:#00CCFF;}

a.button{
	width:66px;
	height:41px;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:4px 0 0 0;
	text-align:center;
	text-decoration:none;
	color:#AEAEAE;
	margin-right:6px;
	font-size:11px;

}
a.button:hover{
	background-position:0 -45px;
	color:#CC0000;
	padding:5px 0 0 0;
	height:40px;
}

a.poslednji_projekat_image{
	width:120px;
	height:120px;
	float:left;
	border:1px solid #7A0000;
}
a.poslednji_projekat_image:hover{
	border:1px solid #00CCFF;
}


.form_button{
	background:none;
	border:none;
	width:66px;
	height:45px;
	padding-bottom:23px;
	background-image:url(../images/buttonF.jpg);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#AEAEAE;
	margin-right:6px;
	font-size:11px;
	cursor:pointer;

}
.form_button:hover{
	background-position:0 -45px;
	color:#00CCFF;
}
