BODY.home #naslov {
	top: 28px;
	left: 14px;
	z-index: 100;
}
BODY.forum #header {
	height: 174px;
	
}

BODY.home #animacija {
	top: 46px;
}

#header {
	position: relative;
}

#lang {
	position: absolute;
	bottom: -460px;
	right: 25px;
}
#lang A {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#header #lang A:hover {
	text-decoration: underline;
}

BODY.home #main {
	background: none;
	position: absolute;
	float: none;
	width: 270px;
	height: 290px;
	top: 220px;
	left: 364px;
	padding: 0;
	min-height: 290px;
	overflow: hidden;
}

BODY.home #main #up,
BODY.home #main #dn {
	position: absolute;
	top: 0;
	width: 17px;
	height: 16px;
	right: 0;
	text-indent: -9000px;
	background: transparent url(../../images/_theme/home/scroll.png) no-repeat 0 0;
	z-index: 10;
}
BODY.home #main #dn {
	top: 18px;
	background: transparent url(../../images/_theme/home/scroll.png) no-repeat 0 -16px;
}
BODY.home #main #up:hover,
BODY.home #main #dn:hover {
	opacity: 0.7;
	filter:alpha(opacity=70)
}
.novost { width: 250px; }
.novost h3 { font-weight: bold; line-height: 115%; margin-bottom:2px;}
.novost P {
  font-size: 12px;
  line-height: 110%;
  margin-bottom:10px;
  margin-top: 3px;
}
