/* Meni */
.meni {
	font-size: 12px;
	color: #004E98;
	font-family: Tahoma;
}

.meni a, .meni a:visited {
	color: #004E98;
	text-decoration: none;
}

.meni a:hover, .meni a:active {
	color: #006699;
	text-decoration: none;
}

/*Meni naslov */
.meninaslov {
	font-size: 13px;
	color: #808080;
	font-family: Tahoma;
}
.meninaslov a, .meninaslov a:visited, .meninaslov a:active {
	color: #808080;
	text-decoration: none;
}

.meninaslov a:hover {
	color: #808080;
	text-decoration: underline;
}

/* Vijesti tekst */
.news {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	text-align: justify ;
}

.news a, .news a:visited {
	color: #004E98;
	text-decoration: none;
}

.news a:hover, .news a:active {
	color: #004E98;
	text-decoration: underline;
}

/* Vijesti naslov */
.newsnaslov {
	font-size: 12px;
	color: #004E98;
	font-family: Tahoma;
}

.newsnaslov a, .newsnaslov a:visited, .newsnaslov a:active, .newsnaslov a:hover {
	color: #004E98;
	text-decoration: none;
}

/* Body */
body {
	background-color: #004E98;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*  background-image: url(img/snijeg.gif); */
}

/* Copyrigth */
.copyright {
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
}

.copyright a, .copyright a:visited {
	color: #999999;
	text-decoration: none;
}

.copyright a:hover, .copyrigt a:active {
	color: #999999;
	text-decoration: underline;
}

/* Text */
.text {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
}

.text a, .text a:visited  {
	color: #004E98;
	text-decoration: none;
}

.text a:hover, .text a:active  {
	color: #004E98;
	text-decoration: underline;
}

/* Anketa */
.anketa {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

.anketa a, .anketa a:visited {
	color: #004E98;
	text-decoration: none;
}

.anketa a:hover, .anketa a:active {
	color: #004E98;
	text-decoration: underline;
}

/* Floating baner */
#sidebar {
	display: inline; float: right; margin: 0px 0px 0px; width: 0px
}
#content {
	margin-top: 0px;
	margin-right: 115px;
	margin-bottom: 0px;
	margin-left: 0px;
}