/*-----------------------------------------------------
   HOME SPEC.
----------------------------------------------------- */
#container {
	margin: 35px 0 45px 0;
	background: transparent url(../images/layout/container-border.gif) repeat-y 772px 0;
	width: 960px;
	}
	
#mainContent.home {
	display: inline;
	float: left;
	width: 535px;
	margin: 0 30px 0 10px;
	}	
	
#mainContent.home h1,
#rightCol h2 {
	font-weight: bold;
	font-size: 18px;
	color: #eb1e14;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 5px;
	margin: 0 0 0 65px;
	}
	
#mainContent.home h1 a,
#rightCol h2 a { color: #eb1e14; text-decoration: none; }

#rightCol h2 { margin-left: 0; }

#obavijesti { position: relative; width: 100%; }
#obavijesti img { position: absolute; top: 0; left: 0; width: 45px; margin: 0; }
#obavijesti .date { margin-left: 65px; }	
