@charset "utf-8";
/* CSS Document */

body{
	overflow: scroll;
	min-height: 545px;
}

.header{
	width: 1024px;
	position: relative;
	float: left;
}

.header #logo{
	margin-top: 60px;
	margin-left: 60px;
	cursor: pointer;
	cursor: hand;
}

.izbornik{
	margin-top: 18px;
	margin-left: 145px;
	text-indent: -100px;
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 60px;;
}

.izbornik #hrvatski{
	background-image: url(../images/jezici.png);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-decoration: none;
	outline: none;
	float: left;
	width: 60px;
}

.izbornik #hrvatski:hover{
	background-position: 0px 0px;
}

.izbornik #engleski{
	background-image: url(../images/jezici.png);
	background-position: 0px -17px;
	background-repeat: no-repeat;
	text-decoration: none;
	outline: none;
	float: left;
	width: 60px;
}

.izbornik #engleski:hover{
	background-position: 0px -47px;
}

.obavijest{
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 20px;
	float: left;
	margin-left: 150px;
	margin-top: 18px;
}

