/* CSS Document */

#glavni{
	position:relative;
	height: 1300px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #000000;
}
#gornji{
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
	margin:0px;
	z-index:7;
}
#left_nav{
	width: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	margin:0px;
	z-index:8;
	}
#left_bar{
	height:850px;
	width: 180px;
	position: absolute;
	left: 10px;
	top: 184px;
	padding-top:130px;
	background-color: #99CC99;
	z-index:1;
	}
#middle{
	height:480px;
	width: 340px;
	position: absolute;
	left: 210px;
	top: 184px;
	margin:0px;
	padding-top:20px;
	z-index:6;
	}
#right{
	width: 180px;
	position: absolute;
	right:10px;
	top: 184px;
	margin:0px;
	padding-top:10px;
	z-index:5;
}
#bottom{
	position: absolute;
	height:30px;
	width:660px;
	left: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	padding-top:10px;
	border-top-style: dotted;
	border-top-width:2px;
	border-top-color: #999999;
}
	


