/* MAIN DOC */
/* 	for a custom page width, divide your desired
        pixel width by 13 to find em width. Multiply
        that value by 0.9759 for IE via *width. */
/* 1024px width */

/* PAGE STRUCTURE */

/* base margins */
#hd, #ft, #bd {
    padding: 10px;
}

/* header */
#hd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#hd #menu {
}

#hdpic {
	height: 83px;
	background-color: white;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}

#hdpic #lang-sel {
	position: relative;
	bottom: -60px;
	height: 1.5em;
	text-align: right;
}

/* footer */
#ft {
    padding-top: 0;
	text-align: center;
}

/* main content */
#main {
}

/* slike starog nisa */
#stari-nis {
	height: 210px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

#stari-nis p {
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
	line-height: 110%;
}

#stari-nis img {
	margin-right: 10px;
	border: 1px solid #2e3436;
}

.stari-nis-desc {
	height: 200px;
	overflow: auto;
}

/* scroller */
div.dmarquee {
	/* background-color: #555753; */
	padding: 5px 1px;
	overflow: hidden;
	width: 100%;
	height: 100px;
}

.advert {
	background-color: #3465a4;
	color: white;
	margin: 0;
}

.advert a:link, .advert a:visited {
    color: white;
    text-decoration: none;
}

.block-head a:link, .block-head a:visited {
    color: white;
    text-decoration: none;
}

.search h2 {
    margin-top: 0;
    padding-top: 0;
}

.search-head {
    border-bottom: 1px solid #3465a4;
    padding-bottom: 0.3em;
    font-size: 1.2em;
}

.search {
    border-bottom: 1px solid #3465a4;
    padding-bottom: 0.3em;
}

.search a:link, .search a:visited {
    text-decoration: none;
}

.search a:hover {
    text-decoration: underline;
}

.search .cena {
    padding-left: 0.3em;
}

.search-nav table {
    width: 100%;
}

.search-nav th {
    font-weight: bold;
    text-align: center;
}

.advert a:hover {
    text-decoration: underline;
}

.advert-head {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-align: left;
}

.advert-body {
    font-size: 0.8em;
}

.action-full-img {
    margin-bottom: 0.2em;
    margin-left: 0.2em;
}

.oglas {
    background-color: #729fcf;
    margin: 0;
    margin-bottom: 4px;
    padding: 4px;
    padding-bottom: 2px;
    color: #2e3436;
}

/*
.oglas a:link, .advert a:visited {
    color: #2e3436;
}
*/

.news-head {
    color: #3465a4;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-align: left;
}

.news-head a:link, .news-head a:visited {
    text-decoration: none;
    color: #3465a4;
}

.news-head a:hover {
    text-decoration: underline;
}

/* search form */
form#search-form input, form#search-form select {
    width: 100%;
}

form#search-form input:focus{
    background-color: #729fcf;
}

ul.errorlist {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #cc0000;
    color: white;
}

ul.errorlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

