/* CSS Document */
@import url('menu.css');
@import url('content.css');
body {
	background-attachment: scroll;
	background-color: #686868;
	background-image: url(Images/background_wood.png);
	background-repeat: repeat;
	background-position: center top;
	margin:0px;
}
/** Centriranje DIV-a s CSS **/
body {
	text-align:center; /* Hack for IE5/Win */
}
p
{
	margin-top:12px;
	margin-bottom: 12px;	
}
div#page {
	text-align:left; /* Counteract to IE5/Win Hack */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/** Konec Centriranje DIV-a s CSS **/
/***************** 1 NIVO: glavni div************************/
div#page {
	width:959px;
}
/***************** 2 NIVO: ************************/
div#page-head {
	height: 17px;
	width: 959px;
	color:#8dc900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-top: 10px;
}
div#content-sub-head-click
{
	position:absolute;
	top:0;
	left:150px;
	width:300px;
	height:135px;
	cursor: pointer;
}

div#page div#page-sub-head {
	height: 202px;
	width: 959px;
	position:relative;
	background-image:url(Images/glava.png);
	background-position:center top;
	background-repeat:no-repeat;
}
div#page-foot {
	width: 949px;
	background-color:#745930;
	padding:5px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;
}
/***************** 3 NIVO: v page-head ************************/

div#page-head a:link, div#page-head a:visited {
	color: #8dc900;
	text-decoration: none;
}
div#page-head a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/***************** 3 NIVO: v page-foot ************************/

div#page-foot div#footLeft {
	position: relative;
	float: left;
	padding-top: 14px;
	padding-left: 10px;
}
div#page-foot div#footRight {
	position: relative;
	float: right;
	padding-top: 14px;
	padding-right: 10px;
}
/** link v nogi **/
div#page-foot div#footRight a:link, div#page-foot div#footRight a:visited {
	color: #9B9B9B;
	text-decoration: underline;
}
div#page-foot div#footRight a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/***************** 3 NIVO: VSEBINA: v page-content, HEAD ************************/
div#content-head-search {
	color:#ffffff;
	position:absolute;
	top:85px;
	left: 827px;
}
div#content-head-search input[type="text"] {
	width:90px;
	height:18px;
	padding:0 2px;
	
}
div#content-head-search input[type="image"]{
	padding-top:5px;
}
div#content-head-menu {
	color:#ffffff;
	position:relative;
	top:136px;
}
div#content-head-menu div#head-menu-left {
	background-image:url(Images/top-menu-left-bg.png);
	background-position:left;
	height:42px;
	width:29px;
	float:left;
}
div#content-head-menu div#head-menu-right {
	background-image:url(Images/top-menu-right-bg.png);
	background-position:right;
	height:42px;
	width:25px;
	float:right;
}
div#content-head-menu div#head-menu {
	background-image:url(Images/top-menu-bg.png);
	background-position:center;
	background-repeat:repeat-x;
	margin-left:29px;
	margin-right:25px;
	height:42px;
}
/***************** 3 NIVO: VSEBINA: NOGA ************************/
div#content-foot {
	color:#ffffff;
	text-align:center;
	height:42px;
	background-color:#c7c7a3;
	padding-top:14px;
	clear:both;
}
div#content-foot div#foot-left {
	background-image:url(Images/bottom-menu-left-bg.png);
	background-position:left;
	height:42px;
	width:29px;
	float:left;
}
div#content-foot div#foot-right {
	background-image:url(Images/bottom-menu-right-bg.png);
	background-position:right;
	height:42px;
	width:25px;
	float:right;
}
div#content-foot div#foot-menu {
	background-image:url(Images/bottom-menu-bg.png);
	background-position:center;
	background-repeat:repeat-x;
	margin-left:29px;
	margin-right:25px;
	height:42px;
	width:905px;
	text-align:left;
}

div#content-foot div#foot-menu ul
{
	position:relative;
	left:50%;
}
ul {
	margin:0px;
	padding:0px;
}

div#hmenu
{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

