html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	clear:both;
	text-align:left;
	width:980px;
	margin-right:auto;
	margin-left:auto;
}

#topStrip {
	clear:both;
	width:980px;
	margin-top:10px;
}

#topStripLeft 
{
	float:left;
}

#topStripRight 
{
	float:left;
}

#header {
	clear:both;
	width:980px;
	height:345px;
	background-image: url(../layout/header_bg.jpg);
	background-repeat: repeat-y;
}

#headerWrapper {
}

#headerLeft {
	float:left;
	width:60px;
	height:100%;
	padding-top:30px;
}

#headerMiddle {
	float:left;
	height:100%;
    width:370px;
	text-align:center;
	padding-top:50px;
}

#rubrikeHeaderBox {
	clear:both;
	width:190px;	
	text-align:center;
}

.rubrikaHeader {
	border: 1px solid #999;	
}

#trazilica {
	margin-right:auto;
	margin-left:auto;
	width:270px;
	background-color:#000000;
	padding:4px;
}

.frmTrazi {
	background-image: url(../layout/trazilica_inside.jpg);
	background-repeat: repeat-x;
	width: 210px;
	height:21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	padding-left:3px;
}

#headerRight {
	text-align:center;
	float:left;
	height:100%;
	width:550px;
	padding-top:15px;
}

#mainMenu {
	clear:both;
	background-color:#ED1B23;
	width:980px;
	height:20px;
}

#boxesNaslovnica {
	clear:both;
	width:980px;
	margin-bottom:40px;
}


#partneri {
	clear:both;
	width:980px;
	margin-bottom:30px;
}

#bottomMenu {
	clear:both;
	width:980px;
	margin-bottom:10px;
	text-align:center;
}

#bottomMenu a:link, #bottomMenu a:visited, #bottomMenu a:active {
	color:#003399;
	text-decoration:none;
}

#bottomMenu a:hover {
	text-decoration:underline;
}

#copyrightStrip {
	text-align:center;
	clear:both;
	width:980px;
}

#content {
}

#lijeviStupac {
	float:left;
	width:700px;
	background-color:#FFFFFF;
	padding-top:50px;
	margin-bottom:50px;
}

#desniStupac {
	background-color:#FFFFFF;
	float:left;
	width:280px;
}

.naslovClanka {
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

.naslovClanka a:link,.naslovClanka a:active,.naslovClanka a:visited 
{
	color:#003399;
	text-decoration:none;
}

.naslovClanka a:hover 
{
	text-decoration:underline;
}

.naslovStranice {
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

.objavaClanka {
	font-size:9px;
	color:#999999;
}

.hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;	
}