@charset "utf-8";
/* CSS Document */

body {margin:0;}

.demo{
	width:300px;
}
/*
.heder_logo {
  width:100%;
  height:40px;
  background-color:#e10006;
  display: block;
}
.heder_logo img{
	padding-left:55px;
	padding-top:5px;
}
.heder_linije {
  width:100%;
  height:20px;
  background-image:url(../img/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;
}*/
.container{
	width:100%;
	height:auto;
	display:block;
}
.okvir_clanak{
	width:100%;
	height:auto;
	display:block;
}
.okvir_clanak img{
	width:98px;
	/* height:62px; */
	overflow:hidden;
	display:block;
}
.okvir_clanak_slika{
	width:37%;
	height:69px;
	/* margin-left:2%; */
	display:block;
	float:left;
	overflow:hidden;
}
.okvir_clanak_tekst{
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	width:63%;
	height:67px;
	display:block;
	float:left;
	overflow:hidden;
}
.okvir_clanak_zaglavlje{
	width:100%;
	border-bottom:1px solid;
	color:#CCC;
	display:block;
	float:left;
	padding-top:8px;
	margin-bottom:8px;
}
.okvir_clanak_tekst a{
	text-decoration:none;
	color:#000;
}