body
{
	font: 12px georgia, times, serif;
	background-color: #394A56;
}

#wrapper
{
	width: 800px;
	margin: 6px auto;
	position: relative;
}

#header
{
	width: 800px;
	height: 80px;
	position: relative;
	background-color: #DCEAF2;
	border-radius: 4px 4px 0px 0px;
}

#linija
{
	width: 800px;
	height: 4px;
	position: relative;
	background-color: #BECAD1;
	border-radius: 0px 0px 4px 4px;
}

#tajtl
{
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 16px;
	font-weight: bold;
}


#naslovcic
{
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 204px;
	bottom: 10px;
}

#search
{
	width: 96px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 100px;
	bottom: 10px;
	border-radius: 4px;
	border: 2px #BECAD1 solid;
}

#login
{
	height: 20px;
	padding: 0px 10px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 4px;
	background-color: #BECAD1;
	text-align: center;
}

ul#navigacija
{
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2px 2px 0px 20px;
	border-radius: 0px 4px 0px 0px;
	background-color: #556E7F;
}

#navigacija li
{
	height: 28px;
	line-height: 28px;
	position: relative;
	float: left;
	font-size: 12px;
	padding: 0px 10px;
	margin: 2px 2px 0px 2px;
	border-radius: 4px 4px 0px 0px;
	background-color: #556E7F;
	color: #FFFFFF;
	font-weight: bold;
}

#navigacija li:hover
{
	background-color: #668499;
}

#navigacija .selected, #navigacija .selected:hover
{
	background-color: #BECAD1;
	color: black;
}

#content
{
	width: 800px;
	margin: 6px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	position: relative;
	float: left;
	background-color: #BECAD1;
	border-radius: 4px;
}

.vijest
{
	width: 792px;
	margin: 0px 4px 4px 4px;
	position: relative;
	float: left;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.vijest .naslov
{
	width: 780px;
	margin: 5px;
	position: relative;
	float: left;
}

.vijest .tekst
{
	width: 780px;
	margin: 5px 10px;
	position: relative;
	float: left;
}