@charset "utf-8";
/* CSS Document */

h1, h2, h3, ul, li, body, html, p, img, ul, li {
	padding: 0; margin: 0;
	border: 0;
}

body {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
}
a {
	color: #2e4a6c
}
#glavna {
	background: #fff url(images/glavna-bg.jpg) top center no-repeat;
}
#levobg {
	background: #fff url(images/levo-bg.jpg) top center repeat-x
}
#desnobg {
	background: #fff url(images/desno-bg.jpg) top center repeat-x
}
/* TOP MENI */
ul#topmeni{
	list-style: none;
}

ul#topmeni li {
	float: left;
	width: 137px;
	text-align: center
}
ul#topmeni a {
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #2e4a6c;
	text-decoration: none;
}

ul#topmeni li a:hover {
	color: #6b88ac;
}

/* LEVI MENI */
ul#levimeni {
	background: url(images/meni-levo.jpg) no-repeat;
	width: 230px;
	height: 101px;
	list-style: none
}
ul#levimeni li {
 height: 26px;
 line-height: 25px;
 padding: 0 0 0 45px;
 text-align: left
}

ul#levimeni a {
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #2e4a6c;
	text-decoration: none;
}
ul#levimeni li a:hover {
	color: #6b88ac;
}

/* OSTALo */
.slikadesno {
	margin: 0 0 10px 10px;
	float: right;
	border:1px solid #333
}
.slikadesnoobj {
	margin: 0 0 10px 10px;
	float: right;

}
#banner {
	width: 438px;
	height:321px;
}
#tekst {
	padding: 43px 0 0 0
}
#tekst strong {
	color: #2e4a6c
}
p {
	color: #2e4a6c;
	text-align: justify;
	padding: 0 0 15px 0 
}
a#copy {

	padding: 0 0 20px 0;
	color: #2e4a6c;
	text-decoration: none
}
img, div, td { behavior: url(iepngfix.htc) }