body, html {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #0D4343;
	margin-top: 0px ;
	margin-bottom: 10px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 1px;
}

h2 {
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding-left: 8px;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #FFD633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FEF6D5;
	border-left: 1px solid #1A4D4E;
	border-top: 1px solid #1A4D4E;
	border-right: 1px solid #5E7F80;
	border-bottom: 1px solid #5E7F80;
	padding-left: 5px;
}

hr {
	height: 1px;
    width: 98%;
    background-color: #ffd633;
	color: #ffd633;
	border: none;
}

/* main layout */

#wrapper {
	width: 743px;
	border-top: none;
	border-left: 4px solid #FFE991;
	border-right: 4px solid #FFE991;
	border-bottom: 4px solid #FFE991;
	margin-top: -4px;
	margin-right:auto;
	margin-left:auto;
	background: url(../images/layout/content-background-repeat.jpg);
	overflow: auto;
}

#header {
	width: 100%;
	height: 261px;
	background: url(../images/header/header.jpg) no-repeat;
}

#footer {
    color: #FFE991;
	width: 100%;
	height: 107px;
	background: url(../images/header/footer.jpg) no-repeat;
	float: left;
}

#footer a {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}

/* prikaz linka "povratak" */

#back {
    text-align: right;
}

#back a {
    font-size: 11px;
}


/* kolumna sa lijevim menijem (linkovi, fotogalerija) */

#column-left {
	width: 218px;
	text-align: left;
	float: left;
}

/* kolumna u kojoj prikazujemo body content */

#column-middle {
	width: 517px;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}

/* izgled linkova menija sa lijeve strane */

#links-menu {
	width: 100%;
}

#links-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#links-menu li {
	width: 181px;
	height: 30px;
	background: url(../images/layout/menu-button.jpg) left no-repeat;
	display: block;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 10px;
	margin-top: -10px;
}

#links-menu li a {
    color: #FFE991;
    padding-left: 15px;
	display: block;
}

/* meni iznad linkova na kojem pise "glavni izbornik" */

#glavni-izbornik {
	width: 181px;
	height: 30px;
	background: url(/images/layout/glavni-izbornik.jpg) no-repeat;
	padding-top: 5px;
	margin-top: 0px;
}

/* prikaz sadrzaja */


#content-column {
	width: 63%;
	float: left;
}

.sidebar-center {
   	text-align: center;
   	padding-right: 5px;
}

#sidebar-column {
	width: 33%;
	float: left;
}

#sidebar-column p {
	padding-left: 10px;
	margin-right: -10px;
}

#sidebar-column img {
	border: 1px solid #FFE991;
}


/* fotogalerija u lijevom meniju */

#photogallery {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 90%;
	text-align: center;
}

#photogallery div img {
	border: 1px solid #FFE991;
	display: block;
	margin: 5px auto;
}

#photogallery .image-and-text {
    width: 150px;
    margin: 0 auto;
}

#photogallery .image-and-text div.center-block {
    margin: 0 auto;
}

div.center-block div {
    text-align: left;
}

#photogallery h1 {
	margin: 0 auto;
}

#photogallery p {
	width: 85%;
	margin: 0px auto;
	padding: 0px;
}

#photogallery a {
    font-size: 11px;
}

/* paginacija na svim stranicama */

#pagination {
	width: 505px;
	float: left;
	border-top: 1px solid #ffd633;
	margin-top: 15px;
	padding-top: 5px;
}

#pagination a {
	padding: 0px 5px;
}

/* breadcrumbsi */
#breadcrumbs {
    font-size: 10px;
}
#breadcrumbs a {
    font-size: 10px;
    font-weight: bold;
}

/* "daska" na kojoj pise gdje se nalazimo */
/* upotrijebljeno na naslovnici te na overviewu akcija (zuti ili bijeli tekst unutar akcije) */

.title-button {
	background: url(/images/layout/background-button.jpg) no-repeat;
	width: 165px;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
}

.title-button h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFE893;
	padding-top: 5px;
}

.title-button h2 {
    font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	color: #FFF;
	padding-top: 5px;
	margin-bottom: -5px;
}

.title-button a {
    text-align: center;
    padding-top: 5px;
    color: #FFE991;
    display: block;
    vertical-align: text-bottom;
}

/* formatiranje izgleda sadrzaja */

.sidebar-links {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.sidebar-links a {
	font-size: 11px;
	font-weight: bold;
	color: #FFD633;
	padding-right: 20px;
}

.sidebar-links p {
	margin: 0px;
	padding: 0px;
}

.content-text {
	font-size: 11px;
	line-height: 17px;
	padding-right: 5px;
    clear: both;
    margin-bottom: 30px; 
}

.content-text p {
    margin: 0px;
}

.content-text p a {
    font-size: 12px;
}

.content-text span a {
    font-size: 11px;
}

.content-text a {
	font-size: 11px;
	color: #FFD633;
}

.content-title {
	font-size: 11px;
	font-weight: bold;
	color: #FFD633;
}

.content-title a {
	font-size: 12px;
}

.content-title-large {
	font-size: 14px;
	font-weight: bold;
	color: #FFD633;
}

.content-title-large a {
	font-size: 14px;
	font-weight: bold;
	color: #FFD633;
}

.content-title-small {
	font-size: 10px;
	color: #FFD633;
	padding-bottom: 10px;
}

.content-date {
	font-size: 10px;
}

.content-date p {
    padding: 0px;
}

/* search u lijevom meniju */

#search {
	width: 100%;
	margin-top: -11px;
}

#search span {
	width: 181px;
	height: 30px;
	background: url(../images/layout/menu-button.jpg) left no-repeat;
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: 0px !important;
	margin-bottom: -18px;
}

#search span h1 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFE991;
	padding-left: 10px;
}

#search a {
    color: #FFE991;
    padding-left: 15px;
}

.search-button {
	background: none;
	border: none;
	margin: 5px auto;
	display: block;
}

.searchbox {
	font-size: 12px;
	color: #FEE990;
	border-width: 1px;
	border-color: #1b4d4e #5f7e80 #5f7e80 #1b4d4e;
	background: #1e6c6c;
	margin-left: 20px;
}