﻿body 
{
	background-image: url(images/pozadina.png);
	width:900px;
	margin:auto;
	/*background-color: #3c3c3c;*/
}

.header
{
	/*position: relative;*/
	background-image: url(images/header2.png);
	width:900px;
	height:165px;
	margin:auto;
}
.line
{
	position: relative;
	width:900px;
	height:5px;
	margin:auto;
	background-image: url(images/line.png);
}

.footer
{
	/*position: relative;*/
	background-color: #000000;
	/*background-image: url(images/line.png);*/
	width:900px;
	height:17px;
	margin-bottom:15px;
	border-top-style:solid;
	border-top-color:black;
	border-top-width:1px;
	font-family:Arial; 
	font-size:11px; 
	color: white;
	text-align:center;
	vertical-align:middle;
}

.content /* Ovo pa na dalje ide u content place holder */
{
	/*position: relative;*/
	background-color: #ffffff;
	width:900px;
	height:auto;
	vertical-align:top;
	/*margin:auto;*/
	/*padding-bottom:20px;*/
}

.left
{
	/*position: relative;*/
	background-color: #ffffff;
	width:168px;
	height:auto;
	text-align:center;
	margin-top:43px;
	/*border-right: 1px dotted black;*/
}

.right
{
	/*position: relative;*/
	background-color: #ffffff;
	width:170px;
	height:530px;
	margin:auto;
	margin-top:43px;
	/*padding-left:3px;*/
	/*float:right;*/
	text-align:center;
	/*padding-top:43px;*/
	/*border-left: 1px dotted black;*/
}

.center
{
	/*position: relative;*/
	background-color: #ffffff;
	width:551;
	height:auto;
	/*margin-left:171px;*/
	margin-top:40px;
	/*margin:auto;*/
	border-right: 1px dotted black;
	border-left: 1px  dotted black;
	/*padding-left:3px;
	padding-right:3px;*/
	/*float:right;*/
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
}

.naslov_vijesti
{
	height: 18px; 
	/*border-bottom: 2px solid #d89617;*/
	background-color: #f4aa1d;
	/*background-image: url(images/newsline.png);*/
	/*background-repeat:no-repeat;*/
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial; 
	text-align: left;
	vertical-align: middle; 
	color:white;
}

.sadrzaj_vijesti
{
	/*height: 12px; */
	/*border-bottom: 1px dotted black;*/
	background-color: white;
	/*font-weight: bold; */
	width:590px;
	font-size: 11px; 
	font-family: Arial; 
	text-align: justify ;
	vertical-align: middle; 
	color:black;
	
}

.autor_vijesti
{
	height: 16px; 
	/*border-top: 1px dotted black;*/
	/*border-top:1px dotted #000000;*/
	/*background-color: #f4aa1d;*/
	/*background-image: url(images/newsfooter.png);
	background-repeat:no-repeat;*/
	/*font-weight: bold; */
	font-size: 11px; 
	/*font-style: italic;*/
	font-family: Arial; 
	text-align: right;
	vertical-align: middle; 
	color:white;
	padding-right:15px;	
}

.logo
{
	/*width: 167px;
	height:30px;*/
	/*border:solid 1.5px #70b517;*/
	/*margin-top:40px;*/
	/*margin:0 0 3px 0;*/
	border: 0px;
	
	
	
}

a
{
	font-weight:bold;
	color:black;
}

td
{
	padding-top:0px;
}