body {
	margin-left: 0px;  
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3B423C;
	width:100%;
}

td {
	font-size: 0.9em;
}

.left_margin {
  margin-left: 5px;
  margin-right: 5px;
}

a:link { 
color: #000000;
text-decoration: underline;
}
a:visited { 
color: #000000;
text-decoration: underline;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: underline;
}

/* Main menu start */

div#navcontainer ul {
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 4px;
}

div#navcontainer ul li {
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a {
padding: 5px 10px 5px 10px;
color: Black;
text-decoration: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

div#navcontainer ul li a:hover {
background-color: #FEFFD8;
}

#active a { border-left: 1px solid #fff; }
/* Main menu end */

/* Pager BEGIN */

.pager {
	font-size: 0.9em;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.6em;
    border: 1px solid #fff;
    margin-right: 0.1em;
}

.pager span.current {
    border: 1px solid #A9C6AB;
    background: #A9C6AB;
    color: #fff;
}

.pager a {
    border: 1px solid #A9C6AB;
    text-decoration: none;
}

.pager a:hover {
    border-color: #3B423C;
    font-size: bold;
}

.pager span.arrow {
        border: 1px solid #ddd;
        color: #999;
}

/* Pager END */

h1 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.1em;
font-weight: bold;
color: #A9C6AB;
background: url(images/layout_osnovni_2_29.gif) right 3px  no-repeat;
}

h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.1em;
font-weight: bold;
color: #A9C6AB;
}

h3 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.1em;
font-weight: bold;
color: #000000;
}

h4 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1em;
color: #A9C6AB;
display: inline;
}

h5 {
font-size: 0.8em;
display: inline;
font-weight: normal;
}

.table_head {
	background: #A9C6AB;
}

img.image {
	border: 1px Solid #3B423C;
}

a.icon_pdf {
	height: 35px;
	padding-right: 35px;
	background-image:url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 35px;
}

