@charset "utf-8";
body  {
	font: 100% Verdana, Arial, sans-serif;
	background-image:url(http://trzistesrbije.com/images/bgr-body.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #e4f6f9;
	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;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

p, table, a {
	font-size:12px; text-decoration:none; 
}
.thrColElsHdr { 
	padding: 10px 0 10px 0;
}

.thrColElsHdr #container { 
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:block;
} 
.desno { float:right; }
#header .head_reklame { float:right; display: inline }
.thrColElsHdr #header { 
	background: #FFF; 
	padding: 0 10px 0 10px;  /* 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. */
} 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
margin-top:10px;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
.tUpisniList{
width:99%;
border:none;
}
.tUpisniListT{
width:50%;
border:none;
}
.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #CFE9ED url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 3px 9px 3px 3px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #E4F6F9; /*background color of tabs onMouseover*/
color: black;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 5px;
background: #CFE9ED; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.thrColElsHdr #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 */
	font-size:16px;
	color:#000000;
}

.thrColElsHdr #header img {
	padding-right:10px;
	padding-bottom:5px;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 10px; /* top and bottom padding create visual space within this div */
/*	display:block;
*/
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
/*	background: #E4F6F9;; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 10px; /* top and bottom padding create visual space within this div */
	text-align:center;
	display:block;
}

.thrColElsHdr #sidebar2 h2 { padding: 0px; margin-left: 0px; margin-right: 0px; font-size: 14px; height: 22px; background-image:url(/images/h2_bp.gif) }

.thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #sidebar1 h2 {
	font-size: 14px;
	font-weight: bold;
	color:#DDD;
	background-image:url(http://trzistesrbije.com/images/h2_back.gif);
	height: 20px;
	margin: 10px 10px 0px 0px;
	padding-left: 10px;
}

.thrColElsHdr #sidebar1 h3 {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	border-bottom:1px solid #FFF;
	margin: 10px 10px 0px 0px;
	padding-left: 10px;
}

.thrColElsHdr #sidebar1 h4 {
	margin: 0px 10px 0px 0px;
	padding-left: 10px;
}

.thrColElsHdr #sidebar1 dl {
	margin: 0px 10px 0px 0px;
	padding-left: 0px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContentFullRight {
	display:block;
 	width: 720px;
	float:left;
	padding: 0 5px 10px 5px;
	min-height: 500px;
}
.thrColElsHdr #mainContentFull {
	display:block;
 	width: 750px;
	float:left;
	/*border-right: 1px solid #CFE9ED;
	border-left: 1px solid #CFE9ED;*/
	padding: 0;
	min-height:500px;
	margin-left: 10px;
	margin-top: 10px;
}
.thrColElsHdr #mainContent {
	display:block;
 	width: 34em;
	float:left;
/*	margin: 0 12em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
/*
	border-right: 1px solid #CFE9ED;
	border-left: 1px solid #CFE9ED;
*/
	padding: 0px 5px 10px 5px;
	min-height: 500px;
} 


.thrColElsHdr #glavaContent {
		display:block;
 	width: 75%;
	float:left;
/*	margin: 0 12em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
/*
	border-right: 1px solid #CFE9ED;
	border-left: 1px solid #CFE9ED;
*/
	padding: 0px 5px 10px 5px;
	min-height:500px;
} 


.thrColElsHdr #popContent {
	display:block;
 	width: 30%;
	float:left;
/*	margin: 0 12em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
/*
	border-right: 1px solid #CFE9ED;
	border-left: 1px solid #CFE9ED;
*/
	padding: 0px 15px 10px 15px;
	min-height:500px;
} 

img.levo {
	float: left;
	padding: 0px 5px 5px 0px;
}
img.desno {
	float: right;
	padding: 0px 0px 5px 5px;
}
	
img.promoter {
	float: right;
	padding: 2px 3px 2px 3px;
	border-left: 1px solid #CFE9ED;
}
	
.tekst {
	border-left-width:1px;
	border-right-width:1px;
}

div.text{
	border-left: 1px solid #cfe9ed;
	border-right: 1px solid #cfe9ed;
}
div.text a.det{
	position: relative;
	font-size: 11px;
	left: 180px;
}
/*skrolovanje sadrzaja fajl contentslider.js START*/
.ncbk_vesti{
	height:190px;
	font-size: 11px;
	color: black;
	text-align:justify;
	padding: 5px;
}
.levo{
text-align:left;
}
.ncbk_vesti .naslov{
	font-size: 12px;
	color: red;
	padding-bottom: 5px;
	display: block;
	font-style: italic;
}
.innerDiv{
	padding: 0 0 0 5px ;
}
/*skrolovanje sadrzaja fajl contentslider.js END*/

div.plavi h3.bk_naslov {
	color: red;
}
div.plavi h3 {
	background: url(http://trzistesrbije.com/images/header.gif) no-repeat top right #CFE9ED;
	height: 20px;
	margin-bottom:0px;
	padding: 0px 5px 0px 5px;
	font-size:14px;
}

div.plavi div.footer {
	height: 6px;
	width: 100%;
	background: url(http://trzistesrbije.com/images/box_br.png) no-repeat bottom right #FFFFFF;
}

div.plavi p{
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;
	padding: 10px 5px 0px 5px;
	margin:0;
}

div.pad2 {
	padding: 2px 2px 5px 11px;
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;
}

div.plavi table {
	padding:5px;
}
div.plavi div.flash, div.plavi table, .okvirpl {
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;
}
/* OVO MI NE RADI NA IE
div.plavi div.tekst ul.bor {
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;
	margin:0;
	padding-top: 15px;
}
*/
div.plavi table tr td {
	vertical-align:top;
/*
	border-bottom: 1px solid #CFE9ED;;
*/	

}
.navigacija a{
padding:10px 0 0 15px;
position:relative;
width:30%;
height:20px;
color:#cfe9ed;
font-family:Verdana;
font-size:16px;
display:block;
float:left;
background:#ffffff;
border-left:1px solid #cfe9ed;
font-weight:bold;
}
.navigacija a:hover{
padding:10px 0 0 15px;
position:relative;
width:30%;
height:20px;
color:#ffffff;
display:block;
float:left;
background:#cfe9ed;
font-family:Verdana;
font-size:16px;
font-weight:bold;
}
#zanavigaciju{
width:100%;
height:30px;
float:left;
}

div.plavi table tr td p {
	border-left: 0;
	border-right: 0;
}
div.plavi .nabrajanje li{text-indent: 5px;}

.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #DDD;
	background:#FFF;
} 

.thrColElsHdr #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 */
	color:#CCCCCC;
}

/* Miscellaneous classes for reuse */
.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;
}

/*ljuba */
.thrColElsHdr #sidebar1 h3 {
	background: url(http://trzistesrbije.com/images/header.gif) no-repeat top right #CFE9ED;
}
.thrColElsHdr #sidebar1 h4 {
	height: 8px;
	background: url(http://trzistesrbije.com/images/footer.gif) no-repeat bottom right #CFE9ED;
}

.thrColElsHdr #sidebar1 dl {
	background-color:  #E4F6F9;
}

.thrColElsHdr #sidebar1 dt {
	background-color:  #E4F6F9;
	padding-left: 5px;
}

#TJK_DL { background-color: #E4F6F9 }


#meni {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}

.meni { 
	background-color: #E4F6F9;
	margin: 0px 10px 0px 0px;
	padding-left: 0px;
	border-left:1px solid #CFE9ED;
	border-right:1px solid #CFE9ED;
	list-style-type:none;
	font-size:12px;
}
.sub-meni { 
	background-color: #E4F6F9;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.sub-meni li{ 
	padding: 2px 0 2px 20px;
}
.sub-meni li.current{ 
	background: #000; 
}
.sub-meni li.current a{ 
	color: #fff;
	background: url(images/sub-meni-item-current.gif) no-repeat left center;
}
.sub-meni li a{ 
	/*border: 1px solid #fff;*/
	display: block;
	padding-left: 5px;	
	background: url(images/sub-meni-item.gif) no-repeat left center;
	font-size: 10px;
}

.nav {
	display: block;
	text-decoration:none;
	background: url(http://trzistesrbije.com/images/answer.gif) no-repeat center left #E4F6F9;
	border-bottom: 1px solid #FFF;
	vertical-align:text-top;

/*	text-indent: 20px;
*/
	padding: 2px 2px 2px 15px;
}
.navbk {
	
	display: block;
	text-decoration:none;
	vertical-align:text-top;
	padding: 2px 2px 2px 2px;
	height:100px;
}
.navbk_hover {
	display: block;
	vertical-align:text-top;
	background: #CFE9ED;
	height:100px;
	padding: 2px 2px 2px 2px;
}
.navbk_text{
	height:16px;
}
.navbk_text_veci{
	height:30px;
}

.naslov{
	font-size:14px;
}
.nav1 {
	display: block;
	text-decoration:none;
	background: #E4F6F9;
	border-bottom: 1px solid #FFF;
	vertical-align:text-top;

/*	text-indent: 20px;
*/
	padding: 2px 2px 2px 20px;
}

a, a:visited { color:#000000; }
a:hover { color:#0000FF }
a.active { color:#0000FF }

.current { color: #0000FF; font-weight: bold; background-color: #CFE9ED; padding-left: 2px; padding-right: 20px;}
.nav.current { color: #0000FF; background: url(http://trzistesrbije.com/images/current.gif) no-repeat center right #CFE9ED; }
.nav1.current { color: #0000FF; background: url(http://trzistesrbije.com/images/current.gif) no-repeat center right #CFE9ED; }
.meni a.nav.current { color: #0000FF; }
a.nav1.current { color: #0000FF; }
.nav:hover {
	display: block;
	background-color: #CFE9ED;
}
.nav1:hover {
	display: block;
	background-color: #CFE9ED;
}


h1 { font-size:24px; }
.flash { display:block; text-align:center; padding: 10px 0 10px 0; }

/* glavni meni */
div#mainmenu { float:left; background: url(http://trzistesrbije.com/images/menu_back.gif); padding-top:0px; height:27px; display:block; width: 100%;}
div#mainmenu ul { margin:0; padding: 0; padding-left:5px;}
div#mainmenu li { display: inline; list-style-type: none; margin:0; padding: 0;}
div#mainmenu li a { display:block; float:left; height: 27px; font-size: 12px; font-weight:bold; line-height:27px; border-left:1px solid #DDDDDD; border-right:1px solid #FFFFFF;}
/* div#mainmenu li a:hover { color: #0000FF;  } */
div#mainmenu li a.active { color: #0000FF; background-image: url(http://trzistesrbije.com/images/menu_back_active2.gif); border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; }

/* meni unutar plavog polja */
div.tabmenu { float:left; background: url(http://trzistesrbije.com/images/menu_back.gif); height:20px; display:block; width: 100%;}
div.tabmenu ul { margin:0; padding-left:5px; display:inline; }
div.tabmenu li { list-style-type:none; display:inline; margin:0px; padding: 0 10px; }

div.tabmenu li a { /*display:block; float:left; */padding:0 10px 0 10px; height: 20px; font-size: 12px; font-weight:bold; line-height:20px; border-left:1px solid #DDDDDD; border-right:1px solid #FFFFFF;}
div.tabmenu li a:hover { background-color:#FFFFFF; } 
div.tabmenu li a.active {  background-image: url(http://trzistesrbije.com/images/menu_back_active2.gif); border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; } 
.rightmenu { float:right; }
.thrColElsHdr #sidebar2 img { margin-top: 10px; border:0; text-align:center;}
.hide {display:none}
.linija {border-bottom: 2px dotted #CFE9ED; }
.linija_pre { text-align:center; border-top: 2px dotted #CFE9ED; }
.punalinija {border-bottom: 2px solid #CFE9ED; }
.boja { background-color: #E4F6F9; margin-top:0px;}

#lokacija { float:left; height:24px; display: block; padding-top: 5px; font-size:12px; width:100%; border-bottom: 1px solid #CFE9ED; }
#lokacija a { font-weight:bold; padding-right:25px; background: url(http://trzistesrbije.com/images/rarb.gif) no-repeat right;}
#lokacija .desno a.engleski { background: url(http://trzistesrbije.com/images/eng.gif) no-repeat right; padding-right:30px; font-weight:bold}
#lokacija p.naslov { float:left; height:20px; margin:0; padding:0 0 0 0;}
#lokacija a:hover { color: #0000FF; }
div.servis { float:right; font-size:12px; margin:5px 10px 0 0; }
a.mail, #lokacija a.mail { background: url(http://trzistesrbije.com/images/h2.gif) no-repeat right; padding-right: 18px; padding-left: 10px;}
a.podrska, #lokacija a.podrska { background: url(http://trzistesrbije.com/images/h1.gif) no-repeat right; padding-right: 18px; padding-left: 10px; }
a.eng, #lokacija a.eng { background: url(http://trzistesrbije.com/images/gb.gif) no-repeat right; padding-right: 25px; padding-left: 10px; }
a.nem, #lokacija a.nem { background: url(http://trzistesrbije.com/images/de.gif) no-repeat right; padding-right: 25px; padding-left: 10px; }

.detail { float:right; background: url(http://trzistesrbije.com/images/detail.gif) no-repeat right; padding-right:20px; font-weight:bold}
a.detail:hover { background: url(http://trzistesrbije.com/images/detailover.gif) no-repeat right; }
.vazno { background: url(http://trzistesrbije.com/images/back_prezentacija.gif) no-repeat right; padding-right:20px; font-weight:bold }
a.vazno:hover { background: url(http://trzistesrbije.com/images/back_prezentacija.gif) no-repeat right; }
.worddoc { background: url(http://trzistesrbije.com/images/worddoc.gif) no-repeat right; padding-right:20px; font-weight:bold }
a.worddoc:hover { background: url(http://trzistesrbije.com/images/worddoc.gif) no-repeat right; }
.download { background: url(http://trzistesrbije.com/images/arrow_down.gif) no-repeat right; padding-right:20px; }
.print { background: url(http://trzistesrbije.com/images/print.gif) no-repeat right; padding-right:20px; }
.bold { color: #0000FF;}
.uzak { margin: 0;}

table#reg_list { border: 0; margin: 0;}
.null { border: 0; border-style:none; margin: 0; }
table#reg_list td { border: 1px solid #000000; }
div#logoright { display:block; }
.par { text-indent: 30px; }
.text-justify { text-align: justify; }

table.okvir { border: 0; margin: 0;}
table.okvir td { border: 1px solid #000;}

.deca { background: url(http://trzistesrbije.com/images/deca.png) }

.thrColElsHdr #sidebar1 .istakni { background-color:#D2D2F2; }
.istakni2 { background-color:#EEEEF3; }
.istakni2:hover { background-color:#D2D2F2; }
.poruka { margin:0; text-align:center; }
.ul_num { list-style-type:decimal}
.uvl_1 { text-indent: 20px; }
.uvl_2 { text-indent: 50px; margin-top: 0px; }
.uvl_3 { text-indent: 80px; margin-top: 0px; }
.align_r { text-align:right }
h5.podnaslov { height: 20px; margin: 0; border: 1px solid #CFE9ED; text-align:center; font-weight:bold; background-color: #E4F6F9; }
.tanka { border-bottom: 1px solid #E4F6F9; }
form#nadji_mbr input#mbr { padding:0; margin:0; }
table tr.linija { border-bottom: 2px dotted #CFE9ED; }
.stranica { border: 1px solid #CFE9ED; background-color: #E4F6F9; padding:0 5px 0 5px;}
.slova { border: 1px solid #CFE9ED; background-color: #E4F6F9; padding:0 1px 0 1px;}
.slova:hover { background-color: #FFFFFF; }
.slovabold { border: 1px solid #CFE9ED; background-color: #FFFFFF; font-weight:bold; color:#FF0000; padding:0 1px 0 1px;}
.stranicabold { border: 1px solid #CFE9ED; background-color: #E4F6F9; padding:0 5px 0 5px; color: #0000FF; font-weight:bold; }
#lokacija p.naslov a.vesti {background:none; padding-right: 5px;}
#lokacija p.naslov a.vesti:hover { color:#FF0000}
div#mainmenu li a.biznisklub { color:#FF0000; }
.italik { font-style:italic; }
a.bklink { color:#FF0000; }
/*
klase za promotere
*/
div.prom_4, div.prom_3 { background-color:#E4F6F9 }
div.prom_4 {margin-bottom:5px;}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
 font-size:70%;
 font-family: Arial,sans-serif;
 color: #B8CDD7;
list-style-type: none;
border-bottom: 1px solid #CFE9ED;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #E3EBEF;
color: #92A3AB;
background: white url(http://trzistesrbije.com/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #92A3AB;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #92A3AB;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#92A3AB;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://trzistesrbije.com/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

div.pgdsti_prikaz_warp {
	margin:0;
	padding:0;
}

div.pgdsti_prikaz_warp .pgdst_naslov{
	position:relative;
	display:block;
	padding:10px 0 10px 0;
	margin:0;
	font-weight:bold;
	font-size:16px;
}

div.pgdsti_prikaz_warp div table{
	font-size:10px;
}

div.pgdsti_prikaz_warp div {
	cursor:pointer;
	padding:6px;
}

div.pgdsti_prikaz_warp a:link,.pgdsti_prikaz_warp a:visited{
	color:#000;
}

div.pgdsti_prikaz_warp a:hover{
	color:#00f;
}

div.pred_pgdsti p{
	border:none;
}

div.pred_pgdsti{
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;
	font-size:12px;
	padding:6px;

}

div.pred_pgdsti ul li br{
	border-left: 1px solid #CFE9ED;
	border-right: 1px solid #CFE9ED;	
}
.anketa{
background: url(design/anketa.jpg) top left no-repeat;
min-height:150px;
}

/*pretrazivac START*/


#search_panel{
	position:absolute; 
	top: 22px;
	left: 0;
	width: 250px; 
	/*
	border: solid 3px #CCFFFF;
	*/
	border-left:solid 1px #999;
	border-top:solid 1px #999;
	border-right:solid 2px #999;
	border-bottom:solid 2px #999;
	margin:0;
	padding:0;
	background-color: #E4F6F9;
	z-index:11;
}

#search_opis h3{
	padding: 4px 0 2px 0;
	margin:0;
	font-size:12px;
	color:#0000FF;
}
#main-search {
	position: relative;
	top:-2px;
	width: 260px;
	float: right;
	z-index:10;
}

#search_panel img {
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;	
}

#search_panel img:hover{
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;	
}


#cse-search-box input.text { height: 22px; padding: 0px; margin: 0px;}
/*pretrazivac END*/

/*CSS za registracioni list POCETAK*/
#rTelo1{
position:relative;
width:100%;
height:1700px;
border:0px solid black;
}
#rTelo2{
position:relative;
width:100%;
height:2500px;
border:0px solid black;
}
.rFooter{
margin-bottom:15px;
width:100%;
height:auto;
border:0px solid black;
text-align:right;
font-family:Arial;
}
.rSlikantrus{
position:absolute;
left:15px;
}
.rSlikasoko{
position:absolute;
left:600px;
top:30px;
}
.rVelikiNaslov{
position:absolute;
border:0px solid black;
font-family:Arial;
font-size:20px;
top:50px;
left:250px;
}
.rNaslov{
position:absolute;
width:100%;
border:0px solid black;
text-align:center;
top:160px;
font-size:25px;
font-family:Arial;
}
.rPodNaslov{
position:absolute;
width:100%;
border:0px solid black;
text-align:left;
top:200px;
font-family:Arial;
}
.rPodNaslov1{
position:absolute;
width:100%;
border:0px solid black;
text-align:left;
top:0px;
font-family:Arial;
}
.rMalaSlova{
font-family:Arial;
font-size:11px;
}
.rVelikaSlova{
font-family:Arial;
font-size:15px;
font-weight:bold;
}
.rTabela{
position:absolute;
top:250px;
width:100%;
border:0px solid black;
}
.rTabela1{
position:absolute;
top:50px;
width:100%;
border:0px solid black;
}
table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
.oprema{
margin:0px 0 7px -10px;
}
.oprema1{
float:left;
width:160px;
}
/*####################################################################################################################################################*/
.KontaktOsoba{
width:100%;
border:0px solid black;

}
.KOTekst{
font-family:Arial;
font-size:16px;
font-weight:bold;
}
.tBig{
font-family:Arial;
font-size:20px;
font-weight:bold;
}
.counter-container{
height:18px;
padding-left:80px;
}
.counter-numbers{
	font-size:14px;
	font-weight:bold;
}
.counter-box{
background:#cfe9ed;
text-align:center;
margin-right:2px;
border:1px solid #ccc;
padding:1px 4px;
}
.SetMarginsForCMS{
padding:5px 0px;
}
.SetPaddingForTable{
padding:2px 0px 30px 0px;
}







/*CSS za registracioni list KRAJ*/