H1		{text-align: center; font-size: 20pt; font-family: "arial", "helvetica", sans-serif; font-weight: bold;  color: #6a7150}
H2		{text-align: left; font-size: 16pt; font-family: "arial", "helvetica", sans-serif; font-weight: normal;}

/* text-indent: 53em; */
A:link		{color: #FFF; text-decoration:none}
A:active	{color: #FFF; text-decoration:none}
A:visited	{color: #FFF; text-decoration:none}

P		{text-align: left; font-size: 11pt;}

div			{text-align: center}

. novica {
	position: absolute;
	width:800px;
	left: 0px;
	top:70px;
}
.sidebar1 {
	float: left;
	width: 8%;
	padding-bottom: 10px;
}
.rubrika1 {
	background-color:#F40;
	width: 100%;
	height: 24px;
	padding-top: 2px;
	padding-right: 4px;
	border-radius: 20px;
	color:#FFF;
}
div.polje1 {
	box-sizing: content-box;
	text-align: right;
	padding: 5px 10px;
	background-color:#060;
    width: 31%;
	height: 22px;
    float: left;
	border-radius: 14px;
}
div.polje2 {
	box-sizing: content-box;
	text-align: left;
	padding: 5px 10px;
	background-color: #060;
	width: 63%;
	height: 22px;
	float: right;
	border-radius: 14px;
	color: #FFFFFF;
}
div.crvpolje {
	box-sizing: content-box;
	text-align: left;
	padding: 5px 10px;
	background-color: red;
	width: 63%;
	height: 22px;
	float: right;
	border-radius: 14px;
	color: #FFFFFF;
}
div.mrdni {
	width: 94%;
	background-color:#FFF;
	height: 34px;
}
div.sitno {
	width: 94%;
	background-color:#FFF;
	height: 14px;
}
div.brojkata {
	color: #FFF;
	text-align: right;
	position: absolute;
	padding-top: 2px;
	padding-left: 21px;
}
.container {
  margin: auto;
  width: 840px;
}
div.aside {
	position: relative;
	box-sizing: content-box;
    width: 33%;
    float: right;
}
div.vslika {
	box-sizing: border-box;
	width=800px;
    float: centre;
}
div.coskara {
	box-sizing: content-box;
    width: 33%;
    float: left;
}
.ikonice {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 786px;
}
div.iko {
	box-sizing: content-box;
    width: 20%;
    float: left;
}

table		{border: none; margin-left:8px}
ta			{height: 5px; background:#FFF}
td			{text-align: left; border: none; background:#033; color:#FF6}
th			{text-align: right; border: none; background:#033; color:#0F0; padding: 10px 8px}

font	{font-size: 10pt; padding: 0pt 0pt 0pt 0pt; font-family: "arial", "helvetica", sans-serif; text-align: left}

.ova {text-align: center}

.brojkata {position: relative; z-index: 0; cursor: pointer;}
.brojkata span{padding: 4px; left: 430px; display: none; color: white; text-decoration: none;font-size: 10px; text-align: center}

.SrpskoIme {text-align: right}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

input.Prethodna {
    background-image: url('ikone/strelica_L.gif');
    width: 50px;
    height: 20px;
    border: 0;
    cursor: pointer;
}
input.Sledeća {
    background-image: url('ikone/strelica_D.gif');
    width: 50px;
    height: 20px;
    border: 0;
    cursor: pointer;
}
