/* CSS file */
/* Opis parametara koji vaze za sve strane */
/* Globalni parametri - tag stilovi za celu prezentaciju */

body {
	margin: 0px;
	padding: 0px;
	font-size: medium; /* for compliant browsers */
	color:#000099;
	height: 100%;
}

html {
    height: 100%;
}

/* Globalne klase za celu prezentaciju */
/* Boje za centre */
.ims {
	background-color: #007abf;
}

.ims1 {
	background-color: #eff8fb;
}

.materijali {
	background-color: #E77844;
}
.putevi {
	background-color: #F8C300;
}
.metali {
	background-color: #42929D;
}
.gradjenje {
	background-color: #0093DD;
}
.laboratorije {
	background-color: #B8DB7C;
}
/* Tipovi menija */
/* meni selektovan */
.menu-sel {
	color: #CCCCCC;
	background-color: #007abf;
}

/* Glavna podela ekrana na tri zone - left, middle i right */

/* Leva kolona */
/* Header koji sadrzi logo */ 
#Left-head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20%;
	height: 5.5em;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	background: #ffffff;
}
#Left-head a {
    background: none;
}
#Left-head a:link, a:visited, a:hover {
	color: #000000;
}
#Left-head img {
	border: none;
	width: 60%;
}
/* Meni (lista) */
#Left-menu {
	position: absolute;
	left: 0px;
	top: 5.5em;
	width: 20%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000099;
}
#Left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.5em;
	white-space: nowrap;
}
#Left-menu li {
	text-indent: 1.5ex;
}
#Left-menu li li {
	text-indent: 3ex;
}
#Left-menu a {
	display:block;
	width: 100%;
	text-decoration: none;
}
#Left-menu a:link, a:visited {
	color: #000099;
	background-color: #EBEBEB;
}
#Left-menu a:hover {
	color: #003399;
	background-color: #CCFFFF;
}
#Left-menu img {
	
}
/* kraj opisa leve kolone */

/* Srednja kolona */
/* Pozadina koja zauzima ceo ekran */
#Middle-back {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 65%;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 100%;
}
* html #Middle-back {
	height:100%; /* hack za IE */
}
/* Ostatak opisa u zasebnom css-u (naslovna i sve ostale) */

/* Desna kolona */
/* Heder */
#Right-head {
	position: absolute;
	left: 85%;
	top: 0px;
	width: 15%;
	height: 5.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Right-head a {
    background: none;
}
#Right-head img{
	border: none;
	width: 20%;
}
/* Sadrzaj */
#Right-cont {
	margin: 0px;
	width: 15%;
	height: auto;
	position: absolute;
	left: 85%;
	top: 75px;
	background-color: none;
	color: #000000;
	text-align: center;
}
#Right-cont p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000099;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 1em;
}
#Right-cont img {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 60%;
}
#Right-cont a:link {
	color: blue;
	background: none;
}
#Right-cont a:visited {
	color: purple;
	background: none;
}
/* kraj opisa desne kolone */
