* { 
	margin:0;
	padding:0;
	
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
}

.css { display: none; }


h1 {font-size:2.5em}
h2 {font-size:2em}
h3 {font-size:1.7em; border-bottom:2px solid #060;}
h4 {font-size:1.4em; border-bottom:1px solid #060;}
h5 {font-size:1em}

input, select, th, td {font-size:1em}

p {
	margin-bottom:0px;
	font-size:1.1em
}

sup {
	font-size: 80%; line-height: 5%;
}

a {
	color:#033;
	text-decoration:none;
}

a:hover {
	color:#060;
	text-decoration:underline;
}

#login {
	border:1px solid #060;	
	margin:0 25px 0 30px;
	padding:10px 10px;
}

#login input {
	width:80px;
	border:1px solid #060;
}

#container {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(slike/podloga.png);
	background-repeat: repeat-y;
	overflow:auto;
	display:block;
}

#header {
	text-align: left;
	width:758px;
	height:80px;
	margin-left:8px;
	background-image: url(slike/header.png);
	background-repeat: no-repeat;
}

#header img {
	margin-left:8px;
	border:0px;
}

#lijevo {
	float:left;
}

	#info {
		width:178px;
		wid\th:158px;
		height:119px;
		hei\ght:99px;
		margin-left:8px;
		padding-top:20px;
		padding-left:20px;
		text-align:left;
		
		background-image: url(slike/info.png);
		background-repeat: no-repeat;
	}


	#izbornik {
		width:178px;
		wid\th:158px;
		height: 221px;
		text-align: left;
		margin-left:8px;
		padding: 23px 0px 0px 20px;

		background-image: url(slike/izbornik.png);
		background-repeat: no-repeat;
		
	}

	#izbornik li {
		list-style-type: none;
		width:148px;

	}

	#izbornik li a {

		display: block;
		height:1.6em;
		hei\ght:1.4em;
		font-size: 1.1em;
		font-weight: bold;
		padding: 2px 0px 0px 5px;
		margin: 0px 0px 0px 10px;

		text-decoration:none;
		color: #000;
	}

	#izbornik li a:hover {
		background-color: #033;
		color: #FFF;
	}

#tijelo {
	float:left;
	width:572px;
	text-align: left;
	
}

	#tekst {

		width:571px;
		w\idth:546px;
		padding:20px 10px 10px 15px;
		
		text-align: justify;
		background-image: url(slike/tijelo.jpg);
		background-repeat: no-repeat;

		min-height: 300px;
		height: auto;
		hei\ght: 300px;
	}

	#tekst p {
		margin-bottom:10px;
		line-height:1.3em;
		letter-spacing:0.08em;
	}

#footer {
	width:766px;
	height:23px;
	background-color:#FFF;
	background-image: url(slike/footer.png);
	background-repeat: no-repeat;
	clear:both;
}

#naslov {
	width:572px;
	height:41px;
	background-image: url(slike/naslov.png);
	background-repeat: no-repeat;
}

#naslov-katalog {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-katalog.png);
	background-repeat: no-repeat;
}

#naslov-galerija {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-galerija.png);
	background-repeat: no-repeat;
}

#naslov-rjecnik {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-rjecnik.png);
	background-repeat: no-repeat;
}

#naslov-tehnologija {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-tehnologija.png);
	background-repeat: no-repeat;
}

#naslov-foto {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-foto.png);
	background-repeat: no-repeat;
}

#naslov-kontakt {
	width:572px;
	height:41px;
	background-image: url(slike/naslov-kontakt.png);
	background-repeat: no-repeat;
}


#tekst ul { float:left; }

#tekst li {
	width:180px;
	list-style-type: none;
}

#tekst li a {

	display: block;
	height:1.6em;
	hei\ght:1.4em;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 0px 10px;

	text-decoration:none;
	color: #000;
}

#tekst li a:visited {
	color: #060;
}

#tekst li a:hover {
	background-color: #033;
	color: #FFF;
}

