#HomeLink
{
	display:block;
	position:relative;
	top:28px;
	left:30px;
	width:251px;
	height:63px;
	text-decoration:none;
	background-image:url(../Img/GrbINaslovNew.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#HomeLinkEN
{
	display:block;
	position:relative;
	top:28px;
	left:30px;
	width:251px;
	height:63px;
	text-decoration:none;
	background-image:url(../Img/GrbINaslovNew.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}


/* Language selection */
#languageSelect
{
	position:absolute;
	display:block;
	width:130px;
	top:10px;
	right:10px;
	text-align:right;
}

#languageSelect a
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#languageSelect a:hover
{
	text-decoration:underline;
}


/* Search Box */
#searchBox
{
	position:absolute;
	width:230px;
	height:32px;
	right:10px;
	bottom:0px;
	background-image:url(../Img/SearchBoxLeft.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#searchBox #searchBoxRight
{
	background-image:url(../Img/SearchBoxRight.gif);
	background-position:100% 0px;
	background-repeat:no-repeat;
	padding:6px 10px 2px 10px;
}

#searchBox input
{
	float:left;
	font-family:Arial;
	font-size:11px;
}

#searchBox a
{
	display:block;
	float:right;
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:70px;
	height:16px;
	padding:2px 2px;
	background-image:url(../Img/SearchButtonBG.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

/* Hide some Header elements on print*/
@media print
{
	#languageSelect
	{	display:none;	}
	
	#searchBox
	{	display:none;	}
}