@import url( menu.css );

* html #spinner {
	color:#6aa3c3;
	z-index:10;
}
#spinner {
	border:0;
}

html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#fff; 
	font-size:11px; 
	font-family:verdana, tahoma, sans-sherif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#map {
	overflow:hidden;
	position:absolute;
	z-index:3;
	top:90px;
	bottom:10px;
	left:210px;
	right:10px;
	background:#fff;
	border:5px solid #6AA3C3;
}

* html #map {
	top:0; 
	left:0; 
	right:100px; 
	bottom:10px; 
	height:100%; 
	max-height:100%; 
	background:#fff;
	width:100%; 
	overflow:hidden; 
	position:absolute; 
	z-index:3; 
	border:0;
	border-top:90px solid #fff;
	border-left:210px solid #fff;
	border-bottom:10px solid #fff;
	border-right:10px solid #fff;
}

#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:80px;
	background:#eee url('h_bg.gif');
	background-repeat:repeat-x;
	font-size:4em;
	z-index:5;
	overflow:hidden;
	color:#fff;
}


#left {
	position:absolute;
	left:0;
	top:80px;
	bottom:0;
	width:200px;
	background:#fff;
	z-index:4;
	overflow:auto;
}

* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:80px solid #fff;
	border-left:0;
	color:#fff;
}

#menu_left {
	padding:10px 0 0 5px;
}

* html #menu_left {
	padding:0;
	margin:-5px -15px 0 -10px;
	border:0;
}


/* SIDEBAR */

#side_bar *{
	/* padding:1px; */
	padding:0;
	margin:0;
}

#side_bar li, * #side_bar li{
	list-style-type: none;
	height:1%;
}

#side_bar li a {
	padding:5px;
	margin:1px;
	display:block;
	color:#6aa3c3;
	text-decoration:none;
}

#side_bar li a:hover, #side_bar li a:active, #side_bar li a:focus {
	background:#a3ddfa;
	color:#000;	
}





/* Top menu */

#categories {
	position:absolute;
	top:46px;
	left:350px;
	margin:0;
	padding:0;
	font-size:1em;
	z-index:6;
}

#categories ul, #categories li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.categories_list {
	z-index:7;
	margin:0;
	padding:0;
	position:absolute;
	display:block;
	width:103px;
	height:27px;
}

.categories_list:hover {
	background-position:0 -27px;
}

.categories_list span {
	display:none;
}

#show_c_list {
	background-image:url('lokacije.gif');
	background-repeat:no-repeat;
}

#add_c_list {
	left:120px;
	background-image:url('dodaj.gif');
	background-repeat:no-repeat;
}

* html #add_c_list {
	margin:0;
	padding:0;
	top:0px;
}