@charset "utf-8";
.thrColFixHdr #container {
	width: 768px;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 27px;
	padding-left: 27px;
	background-image: url(slike/bg5.gif);
} 
.thrColFixHdr #naslovnica { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #razmak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	background-repeat: repeat-x;
	height: 5px;
	width: auto;
	clear: none;
	float: none;
	clip: rect(auto,auto,auto,auto);
	background-color: #336666;
	background-image: url(slike/bg1.gif);
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 2px;
	background-color: #FFFFFF;
	margin-left: 27px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContentPodstranice {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 27px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 27px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #navcontainer {
	height: 40px;
	left: 27px;
	background-color: #336666;
}
.thrColFixHdr #crta {
	background-image: url(slike/crta.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 6px;
}


.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;
}
.naslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #008dd4;
	font-weight: bold;
}

.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;
}
.datum2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}
.datum1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008ed4;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #018ED5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018ED5;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	font-size: 14px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
