/* PAT & MAT
   Style Sheet v1.0
   Creatim R&P
*/


/* osnovni elementi -----------------------------------------------------------------*/

BODY, DIV, P, TD {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

A, A:visited {	
	color : #009F62;
	text-decoration: underline;
}

A:hover, A:active {
	color : #009F62;
	text-decoration : none;
}

.alignJustify {
	text-align : justify;
	}
	
.txtMali {
	font-size: 11px;
}

.txtMin {
	font-size: 10px;
}

.podNaslov {
	font-size: 15px;
	font-weight: bold;
	color: #009E63;
	padding-bottom: 5px;
}

.bannerNaslov {
	font-size: 13px;
	font-weight: bold;
	color: #009E63;
}

A.klikni, .klikni:visited {
	font-size: 11px;
	font-weight: bold;
	color: #009F62;
	text-decoration: none;
}

A.klikni:active, .klikni:hover {
	font-size: 11px;
	font-weight: bold;
	color: #009F62;
	text-decoration: underline;
}

.txtZelen {
	color : #009E63;
}

.txtZelenLink, .txtZelenLink:visited {
	text-decoration : underline;
	color : #009F62;
}

.txtZelenLink:active, .txtZelenLink:hover {
	text-decoration : none;
	color : #009F62;
}

TD.ozadjeDesna{
	background-color : #FAE64D;
}


UL {
	list-style-type : disc;
	padding-left: 8px;
	margin-left: 8px;
	margin-top : 7px;
	margin-bottom : 7px;
}

OL {
	padding-left: 12px;
	margin-left: 12px;
	margin-top : 7px;
	margin-bottom : 7px;
}

LI {
	padding-bottom: 4px;
}

/* desno-----------------------------------------------------------------*/

.promoNaslov {
	font-size: 12px;
	color: #009F62;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}