@charset "windows-1250";
/* GLOBALS */
html, body { height: 100%; }
body { margin: 0; padding: 0; background: #fff url(img/bgnd.gif) repeat-x top; }
td, input, select, textarea { font: 11px Verdana, Helvetica, sans-serif; color: #000; line-height: 17px; }

.podnaslov { padding: 13px 0 5px 0; font-weight: bold; color: #bd0000; }
.txtPlavi { color: #005a9c; }
.txtCrveni { color: #bd0000; }

a img { border: none; }

ul.inline { margin: 0; padding: 0; list-style-type: none; }
ul.inline li { display: inline; }


/* LINKS */
a:link { color: #125b2f; text-decoration: none; }
a:active { color: #125b2f; text-decoration: none; }
a:visited { color: #125b2f; text-decoration: none; }
a:hover { color: #125b2f; text-decoration: none; }

a.linkWhite:link { color: #fff; text-decoration: underline; }
a.linkWhite:active { color: #fff; text-decoration: underline; }
a.linkWhite:visited { color: #fff; text-decoration: underline; }
a.linkWhite:hover { color: #fff; text-decoration: underline; }


/* WRAPPERS */
#masterWrapper { width: 100%; }

.pathContainer { width: 100%; }

.header { width:100%; height: 148px; }
.headerLeft { width: 150px; text-align: center; vertical-align: top; }
.headerLeft img { margin: 7px 10px 0 0; }
.headerMiddle { vertical-align: top; padding-top: 11px;text-align: left;  }

.pageContent { width: 100%; }
.pathContainer { padding: 28px 10px 7px 0; font-size: 10px; }
ul.path li span { padding: 0 4px 0 8px; }

#footerStrip { background: #a7c48c; height: 10px; }

#middleContainer { padding: 0 15px; }
.pageContent { width: 100%; margin-bottom: 15px; }
.pageTitle { padding: 0 15px; }
.pageTitle h1 {  font: 18px Arial, Helvetica, sans-serif; color: #125b2f; text-align: left; }
.pageBody { padding: 0 15px; }
.pageBody p { margin: 0 0 15px 0; }
.pageBody p td { margin: 0; }


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #A7C48C;
	border-right-color: #A7C48C;
	border-bottom-color: #A7C48C;
	border-left-color: #A7C48C;
}

h4 
{ 
	position:relative;
	left:-2px;
	display:block; 
	width:100%; 
	background:#eeeeee; 
	padding:2px; 
	padding-left:5px; 
	border:1px solid #dddddd; 
	font-weight:normal;
	font-size:11px;
	margin-bottom: 5px; 
}

