@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5c81a4;
	background-image: url(slike/bg-naslov.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 766px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e9ecf1;
} 
.twoColFixLtHdr #header {
	background-color: #E7E8ED;
	height: 119px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #header #naslovlogo {
	width: 290px;
	float: right;
	padding-top: 5px;
}
.twoColFixLtHdr #container #header #jezici {
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #547493;
	margin-top: 20px;
	background-color: #B7C7D6;
}
.twoColFixLtHdr #container #header #jezici a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #c8cfd5;
}
.twoColFixLtHdr #mainContent {
	margin-left: 255px;
	margin-right: 10px;
} 
.twoColFixLtHdr #sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5d82a5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d6dee2;
	font-size: 13px;
	line-height: 22px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 3px;
	line-height: 0px;
}
.twoColFixLtHdr   #meni  {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	height: 333px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #EBEBEB;
	background-image: url(slike/bg-meni.gif);
}
.twoColFixLtHdr  #slika  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 240px;
}
.twoColFixLtHdr #header2 {
	background-color: #DDDDDD;
	background-image: url(slike/bg-header1.gif);
	height: 333px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6688a9;
	font-weight: bold;
	text-transform: none;
	padding-left: 10px;
}
.twoColFixLtHdr  h2   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D82A5;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixLtHdr #glavnitekst {
	background-image: url(slike/naslovnica-1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
}
.twoColFixLtHdr #naslovnica2 {
	background-color: #d8dde2;
	padding-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	margin: 0px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	width: 200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 35px;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("slike/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}	
.twoColFixLtHdr #glavnitekstPod {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
}
.twoColFixLtHdr #container #mainContent #glavnitekstPod td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.twoColFixLtHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
}
.twoColFixLtHdr #container #sidebar1 img {
	border: 1px solid #5C81A4;
}
.twoColFixLtHdr #header3 {
	background-color: #5D82A5;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
