﻿@charset "utf-8";
/* CSS Document */
body {
	max-width:690px;
}

.demo{
	max-width:690px;
}
.heder_logo {
	text-align:center;
	position:relative;
	line-height:auto;
	margin-bottom:12px;
}
.heder_logo img{
	padding-left:55px;
	padding-top:5px;
}
.heder_linije {
  width:100%;
  height:10px;
  background-image:url(kosa_linija.gif);
  background-repeat:repeat-x;
  display: block;
}
.heder_kocka {
  width:50px;
  background-color:#ca0005;
  -webkit-transform: skewX(14deg);
  -moz-transform: skewX(14deg);
  -ms-transform: skewX(14deg);
  -o-transform: skewX(14deg);
  transform: skewX(14deg);
  position: absolute;
  display: block;
}
h2 {
font-family: Roboto, sans-serif;
font-size: 23px;
font-weight:700;
text-transform: uppercase;
line-height: 1.5;
padding: 0;
color: #ff2424;
margin: 10px 0;
border-bottom: 2px solid #ff2424;
}
.container{
	width:100%;
	height:auto;
	display:block;
}
.okvir_clanak{
	width:100%;
	height:auto;
	display:block;
}
.okvir_clanak img{
	width:95%;
	overflow:hidden;
	display:block;
}
.okvir_clanak_slika{
	width:36%;
	height:67px;
	float:left;
	overflow:hidden;
	max-width:160px;
}
.okvir_clanak_tekst{
	font-family: Georgia,'Times New Roman',serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0;
	color: #333;
	width: 63%;
	margin-left:1%;
	height: 75px;
	display: block;
	float: left;
}
.okvir_clanak_zaglavlje{
	width:100%;
	border-bottom:0px none;
	color:#CCC;
	display:block;
	float:left;
	margin-bottom:9px;
}
.okvir_clanak_tekst a{
	text-decoration:none;
	color:#000;
}

.izdavac {
	position: absolute;
	bottom: 0;
	right: 2px;
	cursor: default;
	color: #8a8a8a;
	font-size: 10px;
	opacity: 0.8;
}