@charset "utf-8";
html, body, div, span, applet, object, iframe, p, blockquote, pre, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0 none;
	padding:0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	background-image: url(img/bg_grey.png);
	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;
}
.twoColFixLtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(img/background.png);
	height: 900px;
	padding-left: 20px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
} 

.izbornik {
	margin: 0 0 0 12px;
}
.plavi {
	color: #8dd3f4;
	font-size: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}
.m_plavi {
	color: #8dd3f4;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}
.plavi_txt{
	color: #408cb4;
}
.plavi_18{
	color: #408cb4;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
.orange{
	color: #F90;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;
}
.sivi{
	color: #CCC;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.m_sivi{
	color: #CCC;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
	padding-left: 17px;
}
.sivi_kont{
	color: #666;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.mali{
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-indent: -20px;
}
.txt{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
}
.txt_12{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.txt_kont{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.txt_11{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 450px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	/*padding: 5px 15px 20px 20px;*/
}

#sidebar ul{
	display: block;
	list-style: none;
}
#sidebar li{
	display: block;
	list-style: none;
	text-indent: -21px;
}

#sidebar a:link, a:visited{
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8dd3f4;
}
#sidebar a:hover{
	color: #F90;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 40px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(img/bijelo.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 442px;
	text-align: left;
}

#mainContent ul{
	display: block;
	margin-left: 20px;
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;
}

#mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
a.veza:link, a.veza:visited{
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #069;
	line-height: 23px;
}
a.veza:hover{
	color: #F90;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
}

a.ref:link, a.ref:visited{
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

a.ref:hover{
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90;
}











.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: 1px;
    line-height: 0px;
}
.objekt {
	color: #666;
}
