@charset "windows-1250";
/* GLOBALS */
html, body { height: 100%; }
body { background: #fff; margin: 10px; padding: 0; }
td, input, select, textarea { font: 12px Arial, sans-serif; color: #000; line-height: 16px; }

.podnaslov { padding: 13px 0 5px 0; font-weight: bold; color: #226f9f; }
.txtPlavi { color: #005a9c; }
.txtCrveni { color: #bd0000; }

ul.pathLinkList { list-style-type: none; margin: 0 0 0 15px; padding: 0; }
ul.pathLinkList li { display: inline; margin-right: 7px; }
ul.pathLinkList li img { margin-right: 10px; }

.txtSmall { font-size: 10px; }
.txtBig { font-size: 12px; }


/* LINKS */
a:link { color: #005a9c; text-decoration: none; }
a:active { color: #005a9c; text-decoration: none; }
a:visited { color: #005a9c; text-decoration: none; }
a:hover { color: #bd0000; text-decoration: none; }

/* WRAPPERS */
#masterWrapper { width: 100%; }

#header { width: 100%; border-bottom: 1px solid #aaaaaa; }
#header td { padding: 0 0 20px 0; }

#middleContainer { padding-top: 10px;}

.newsItem { line-height: normal; padding: 10px 0 5px 0; }
.title { font: 18px Arial, Helvetica, sans-serif; margin-bottom: 3px; }
.titlenutra { font: 18px Arial, Helvetica, sans-serif; margin-bottom: 3px; color:#226f9f;}
.newsThn { float: left; margin: 0 7px 5px 0; }
.divider1 { background: url(img/divider.gif) repeat-x 0 center; line-height: 11px; }

.linksIndex { width: 100%; padding: 5px 0; }

.searchWrapper { background: #d7e49a; margin: 10px 0; }

.pageBody { font-size: 12px; }

.footer { width: 100%; margin-top: 10px; }
.footer td { font-size: 9px; }
.footerLinks { text-align: right; padding-bottom:8px; }
.footerLinks ul li { padding-left: 20px; }
.footerLinks ul li img { margin-left: 5px; vertical-align: middle; }
.footerBlue { color: #fff; background: #226f9f; padding: 2px 5px; }

