@charset "utf-8";
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url('/images/page_bg.jpg') repeat-x #d6d3cf;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

#footerLEFT{
	width:510px;
	margin-top:50px;
	float:left;
}

#footerRIGHT{
	float:right;
	margin-right:20px;
}


div#papiric {
	width: 286px;
	height: 153px;
	background: url('/images/papiric.png') no-repeat;
	text-indent: -100000px;
	float: right;
}

div#papiric a:link,
div#papiric a:visited,
div#papiric a:hover {
	display: block;
	width: 286px;
	height: 153px;
}

div#recepti_papiric {
	width: 289px;
	height: 152px;
	background: url('/images/recepti_papiric.png') no-repeat;
	text-indent: -100000px;
	float: right;
}

div#recepti_papiric a:link,
div#recepti_papiric a:visited,
div#recepti_papiric a:hover {
	display: block;
	width: 289px;
	height: 152px;
}

h1#logo {
	width: 169px;
	height: 106px;
	text-indent: -100000px;
	padding: 0;
	margin: 0;
	background: url('/images/dijamant_logo.jpg') no-repeat;
}

h1#logo a:link, h1#logo a:visited, h1#logo a:hover {
	display: block;
	width: 169px;
	height: 106px;
}

h1#naslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #67403e;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 32px;
}


.gallery_item {
	float: left;
	width: 187px;
	height: 212px;
	margin-right: 13px;
}

.gallery_item .img { border: 8px solid #fff; }
.gallery_item .img2 { border: 8px solid #c5c9d1; }


a.blackLink:link, a.blackLink:visited {
	color: #000;
	text-decoration: none;
}

a.blackLink:hover {
	color: #213c80;
	text-decoration: underline;
}

a.dijamantLink:link, a.dijamantLink:visited {
	color: #cdab1f;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.dijamantLink:hover {
	color: #213c80;
}

.gray_12_treb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
}

a.grayLink:link, a.grayLink:visited {
	color: #676767;
	text-decoration: none;
}

a.grayLink:hover {
	color: #000;
	text-decoration: underline;
}


.blue_14_treb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #213c80;
	text-decoration: none;
}

.blue_14_treb:hover {
	color: #e9b100;
}

.blue_11_treb {
	color: #213c80;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #af986f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 200px;
	padding: 5px;
}

.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #af986f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 420px;
	height: 300px;
	padding: 5px;
}

#loginbox {
	padding: 20px 0 0 0;
}

.button {
	font-family: Tahoma;
	color: #fff;
	border: 2px solid #705e3e;
	background: #b49869;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 2px black
}

.error_container {
	padding: 0 0 20px 0;
	color: red;
}

/* boja */
.bijela{color:#FFF;}

.siva{color:#b2b1b0;}

.smeda{color:#67403e;}

.plava{color:#213c80;}

/* link */
a.bijelaLINK:link, a.bijelaLINK:visited{
	color: white;
	text-decoration:none;
}
a.bijelaLINK:hover{
	color: #213c80;
	text-decoration:none;
}

a.sivaLINK:link, a.sivaLINK:visited{
	color: #b2b1b0;
	text-decoration:none;
}
a.sivaLINK:hover{
	color: #213c80;
	text-decoration:none;
}

a.plavaLINK:link, a.plavaLINK:visited{
	color: #213c80;
	text-decoration:none;
}
a.plavaLINK:hover{
	color: #edb605;
	text-decoration:none;
}



/* font */
.treb12{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.treb30{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	text-decoration:none;
}

/*
	PAGINATION CSS
--------------------------------------------------------------------------- */
#page_info {
	float: left;
	margin: 0 33px 0 0;
}

#first_page {
	float: left;
	margin: 0 18px 0 0;
}

#previous_page {
	float: left;
	margin: 0 18px 0 0;
}

#page_list {
	float: left;
	margin: 0 18px 0 0;
}

#next_page {
	float: left;
	margin: 0 18px 0 0;
}
