@import url("reset.css");
/*MEDIA TYPE - SCREEN - podrazumeva se zato je sada izostavljeno */
 
 
/* dopunjava prethodno definisan html - ovde se definiše slika u pozadini */
html {
	background-color:#ddffff;
	background-image: url(../grafika/header5.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
}
.container_centered {
	width: 900px;
	height:auto; /*cini da se border pojavi koliko ima teksta u FF2*/
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
.vspacer { height:10px;}
h1, h2, h3 { font-family:Georgia, "Times New Roman", Times, serif;}
h1 { font-size:2.2em; padding:0.3em;}
h2 { font-size:1.6em; padding:1em;}
h3 { font-size:1em; padding:0.4em;}
.navi { text-align:center; font-size:1.1em; padding:5px; background-color:#FEE8FF;}
p {
	font-family: Verdana, Sans-serif;
	font-size:1em;
	line-height: 1.8em;
	color: #333;
	text-align:justify;
	text-indent: 2em;
	padding-top:1.5em;
	
}
p img { margin-top:10px; margin-left:30px; margin-bottom:30px;}
.cent { text-align:center;}
strong { font-weight:bold;}
.underline { text-decoration:underline;}
strong {
	font-weight: bold;
	color:#274f6a;
}

a:link {
	color:#60C;
	text-decoration:none;
}
a:visited {
	color:#60C;
	text-decoration:none;
}
a:hover {
	color:#63F;
	text-decoration:none;
}
a:active {
	color:#60C;
	text-decoration:none;
}


/* LEJAUT **********************/
#leyout_header {
	width: 900px;
	height:118px; /*cini da se border pojavi koliko ima teksta u FF2*/
	background-image: url(../grafika/header.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right:auto;
	background-position: -20px 0px;
}
#lejaut_body {
	width:940px;
	height:auto;
}
#lejaut_futer {
	width:940px;
	height:20px;
	background:url(../grafika/donja_senka.jpg) no-repeat 0 0;
}

/* Sadrzaj ***********************/
#meni {
	position:relative;
	width:900px;
	height:39px;
	top:91px;
	text-align:right;
}
#meni ul {
	margin: 0;
	padding: 0;
	margin-left:410px;
	list-style-type: none;
}
/*Top level list items*/
#meni ul li {
	position: relative;
	display: inline;
	float: left;
	font-weight:bold;
	font-size:11px;
}
/*Top level menu link items style*/
#meni ul li a {
	display: block;
	background: none;
	/*background of tabs (default state)*/
color: #003;
	padding: 8px 10px;
	border-right: 1px solid #a5dbff;
	/*color: #2d2b2b;*/
text-decoration: none;
}
#meni ul li a:link, #meni ul li a:visited {
	color: #003;
}
#meni ul li a:hover {
	background: #a5dbff; /*tab link background during hover state*/
	color: #003;
}
