@charset "utf-8";

/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#container
{
	position:absolute;
	width:1000px;
	left:50%;
	top:1%;
	margin-left:-484px;
}

#container #header1 { padding-left:62px; }

#container #top img a
{
	margin:0px;
	padding:0px;
}

#container #content
{
	margin-left:19px;
	padding-left:65px;
	padding-right:60px;
	background:url(../images/layout/content_fill.jpg) repeat-y;
}

#container #footer { margin-left:19px; }

h1
{
	font-size:21px;
	color:#1C61B8;
}

p
{
	padding:10px;
	font-size:13px;
	line-height:150%;
	color:#000000;
}

#bz
{
	font-size:14px;
	color:#1C61B8;
	font-weight:bold;
}

h2
{
	color:#FFFFFF;
	font-size:24px;
}

h4
{
	color:#FFFFFF;
	font-size:13px;
	margin:5px;
	padding:5px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp
{
	position: relative;
	height: 30px;
	width: 650px;
	background: url("../image/bg.gif") no-repeat top;
	margin:0px;
	margin-left:-10px;
	overflow: hidden;
}

/* Force the list to flow horizontally */
    .lavaLamp li
{
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back
{
	background: url(../images/pocetna/proba.gif) no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left
{
	background: url(../images/pocetna/proba.gif) no-repeat top left;
	height: 30px;
	margin-right: 1px;
}

/* Styles for each menu-item. */
        .lavaLamp li a
{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #0000FF;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 5px;
}
