body{
	background-image:url(../img/background.png);
}

a{
	
}
a:hover,
a:focus{
	text-decoration:underline;
}

/*
 * Main page elements
 */
.pageHead, .pageNavi, .pageBody, .pageFooter{
	/* center alignment */
	margin-left:auto;
	margin-right:auto;
	
	padding:0px 12px 0px 12px;
	width:1100px;
}
.pageHead{
	height:140px;
	background-color:rgba(224, 224, 224, 1);
}
.pageHead-container{
	background-color:rgba(224, 224, 224, 1);
}
.pageNavi{
	height:65px; 
	width:1100px;
	background-color:rgba(236, 210, 149, 1);
}
.pageNavi-container{
	background-color:rgba(236, 210, 149, 1);
}
.pageBody{
	margin-bottom:20px;
}
.pageFooter{
	height:140px;
	background-color:rgba(224, 224, 224, 1);
	text-align:center;
}
.pageFooter-container{
	background-color:rgba(224, 224, 224, 1);
}
.pageFooter a{
	margin:0px 30px;
}

/*
 * END Main page elements
 */

.dialog{
	width:740px;
	margin:20px 0px 0px 0px;
	display:block;
	float:left;
}
.aside{
	width: 330px;
	margin: 20px 0px 0px 20px;
	display: block;
	float: left;
}
.aside section{
	padding:10px 15px 15px 15px;
	margin-bottom:10px;
	background-color:rgba(0, 0, 0, 0.05);
}

/*
 * Mnenje style
 */
#mnenje-textarea{
	width:100%;
	height:60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#mnenje-box{
	display:none;
}
#mnenje-poslji,
#posljiReklamacija{
	float:right;
}

/*
 * Top buttons
 */
.settings{
	float:right;
}
.info{
	width:170px;
	padding:3px 5px;
}
.settings-button{
	width:65px;
	padding:3px 15px;
	cursor:pointer;
	background: url(../img/icons/64/multi_settings_normal.png) left 10px center no-repeat;
	background-size:32px;
}
.settings-button:hover{
	background: url(../img/icons/64/multi_settings_hover.png) left 10px center no-repeat;
	background-size:32px;
	background-color:#EEE;
}
.info,
.settings-button{
	height:32px;
	float:right;
	
	
	margin:0 0 0 5px;
	
	text-align:right;
	text-align:center;
	
	background-color:#EEE;
	border-radius:0 0 4px 4px;
}
.info:active,
.settings-button:active{
	background-color:#E9E9E9;
}
.settings-box{
	display:none;
	position:absolute;
	right:0;
	top:42px;
	width:130px;
	z-index:100;
}
.settings-box a{
	display:block;
	padding:5px 10px;
	font-size:12px;
	background-color:#EEE;
	color:#666;
}
.settings-box a:hover{
	color:#333;
}
.settings-box a:active{
	background-color:#E9E9E9;
}

.info .img_blog{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/icons/512/blog.png) center center no-repeat;
	background-size:32px;
	margin:0 5px 0 0;
	vertical-align:middle;
	opacity:0.4;
}
.info:hover .img_blog{
	background:url(../img/icons/512/blog.png) center center no-repeat;
	background-size:32px;
	opacity:1;
}

.info .img_mail{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/icons/64/mail_normal.png) center center no-repeat;
	background-size:32px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.info:hover .img_mail{
	background:url(../img/icons/64/mail_hover.png) center center no-repeat;
	background-size:32px;
}
.info .img_phone_ring{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/icons/64/phone_ring_normal.png) center center no-repeat;
	background-size:32px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.info:hover .img_phone_ring{
	background:url(../img/icons/64/phone_ring_hover.png) center center no-repeat;
	background-size:32px;
}

.box-shadow{
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

.glava{
	font-size:23px;
	text-align:left;
	text-shadow:#000;
	font-style:italic;
	font-weight:300;
}
.glava1{
	font-size:15px;
}