@charset "utf-8";
a:link {
	color: #000;
}
a:visited {
	color: #999;
}
a:hover {
	color: #900;
}
a:active {
	color: #999;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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-image:url(sliki/x.png);
}
.thrColFix #container {
	width: 900px;  /* 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 #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #separator { 
	margin: 10px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height: 10px;
	background: #ae1f25;
}
.thrColFix #heder_logo {
	float: left; /* since this element is floated, a width must be given */
	margin-left: 20px;
	width: 400px;
}
.thrColFix #jazik {
	float: right;
	margin-right: 20px;
	width: 450px;
	height: 25px;
	padding-top: 10px;
	font-size: 11px;
}
.thrColFix #heder {
	position:static;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 0 0px;
}
.thrColFix #golema_slika {
	display: inline;
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	margin-left: 20px; 
	margin-top: 4px; 
	width: 586px;
	height: 330px; 
}
.thrColFix #podmeni_kocka {
	position: relative;
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	margin-left: 20px; 
	width: 586px;
	height: 45px; 
}
.thrColFix #podmeni_kopce {
	display: inline;
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	height: 45px; 
}

.thrColFix #podmeni_separator {
	display: inline;
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 2px;
	height: 45px; 
}
.thrColFix #naslov {
	position: relative;
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	margin-left: 20px; 
	margin-top: 9px; 
	margin-bottom: 10px; 
	padding: 5px;
	width: 576px;
	background: #ae1f25;
	font-size: 12px;
	color:#ffffff
}
.thrColFix #separator_mal {
	position: relative;
	display: inline;
	float: right;
	margin-top: 2px; 
	background: #ae1f25;
	width: 264px;
	height: 10px;
}
.thrColFix #separator_sreden {
	position: relative;
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;	
	background: #ae1f25;
	width: 586px;
	height: 10px;
}
.thrColFix #glaven_tekst {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 586px;
	font-size: 11px;
}
.thrColFix #vesti_tekst {
	display: inline;
	float: right;
	width: 248px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 8px;
	background:#E6E6E6;
	font-size: 11px;
}
.thrColFix #grupa_desno {
	position: relative;
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: -15px;
	width: 264px;
	height: 400px;
}
.thrColFix #grupa_desno2 {
	position: relative;
	float: right;
	display: inline;
	margin-top: 0px; 
	margin-right: 16px;
	width: 271px;
}
.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;
}
/* tekstovi --------------------------------------------------------------------------- */
.heder_tekst {
	font-size: 9px;
}
.body_tekst {
	font-size: 11px;
}
.naslov_tekst {
	font-size: 12px;
	color:#ffffff
}

