﻿@charset "utf-8";

html{font-size:110%;}
@media(min-width:60em){html{font-size: 90%}}

body  {
	font-family: georgia, palatino;
	font-size: x-large; /* text-transform: uppercase; */
	letter-spacing: 1px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1 {
	text-decoration: none;
	font-family: georgia, palatino;
	font-size: x-large;
	color: black;
	font-weight:normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h2 {
	text-decoration: none;
	font-family: georgia,palatino;
	font-size: x-large;
	color: black;
	font-weight: bold;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.page {
	width: 100%;
	max-width: 100%;
}

#panel-left {
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	display: none;
	visibility: hidden;
	width: 270px;
	min-width: 270px;
	max-width: 270px;
}

#english-version-left {
	display: none;
	visibility: hidden;
}

#english-version-right {
	
}

#menu-panel {
	width: 85%;
	line-height: 26px;
	text-transform: none;
}

.numbers {
	color: gray;
	font-size: x-large;
	font-family: georgia, palatino;
	text-decoration: none;
}

.numbers:hover, .numbers:focus {
	color: black;
	font-size: x-large;
	font-family: georgia, palatino;
	text-decoration: none;
}

.numbers:link, .numbers:visited {
	color: gray;
	font-size: x-large;
	font-family: georgia, palatino;
	text-decoration: none;
}

.tdpx {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 180%;
	line-height:1.2;	/* font-size: x-large; */
	font-family: georgia, palatino;
}

#statia {
	font-family: georgia, palatino;
	font-size: 180%;
	line-height:1.2;
}

.bankovi { }

.a:link, .a { /* .bankovi { font-size: x-large; } */
color: gray;
font-size: xx-large;
font-family: georgia, palatino;
text-decoration: none;
text-transform: none;
margin-right: 10px;
}

.a:hover, .a:focus { 
color: black;
font-size: xx-large;
font-family: georgia, palatino;
text-decoration: none;
text-transform: none;
margin-right: 10px;
}

.a:visited {
color: gray;
font-size: xx-large;
font-family: georgia, palatino;
text-decoration: none;
text-transform: none;
margin-right: 10px;
}

.mobileimg {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: auto;
}