html, body,  dl, dt, dd{
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 435px; /* the critical side padding that sets the natural min-width! */ 
	background: #900 ; /* this BG tiles the area outside the columns */
	color: #000; 
  font-family: tahoma,georgia, verdana, sans-serif; 
  font-size: 100.01%;  /*this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}


#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
	border:0px solid black;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	/*margin: 0 -335px;  neg side margin values should be < or = to side body padding */
	margin: 0 -435px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	border-top:1px solid black; /* granice cijele stranice */
	border-bottom:1px solid black; /* granice cijele stranice */
	border-left:1px solid black; /* granice cijele stranice */
	border-right:1px solid black; /* granice cijele stranice */
	 /*background: #900 url(images/ki_big2exp_cut.gif) 260px 0 no-repeat; pozadina sadrzaja cijelog - this BG tiles the right column */
	background: #900 url(images/ki_bigi3.gif) 260px 0 no-repeat;  /*pozadina sadrzaja cijelog - this BG tiles the right column */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  border: 0px solid blue;
  border-width: 0px 0px;
	 /*background:#990000 ;url(images/round_ul.gif) 0 0 no-repeat this BG tiles the left column */
  font-size: .9em; /* set global font-size here */ 
  position: relative;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	/*background: #900 url(images/ki_big_.gif) 100% 0 repeat-y;  pozadina sadrzaja cijelog - this BG tiles the right column */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
   /*background: #ffc  url(images/ki_big2.gif) 100% 0 repeat-y; this BG tiles the center column */
  border-left: 10px solid #000; /*** Critical left divider dimension value ***/
  border-right: 2px solid #000; /*** Critical right divider dimension value ***/
  margin-left: 200px;    /*** Critical left col width value ***/
  margin-right: 160px;    /*** Critical right col width value ***/
  /* background: #ffc  url(images/ki_big2out_cut.gif) 50px -120px no-repeat; this BG tiles the center column */
  background: #ffc  url(images/ki_bigi4.gif) 50px -120px no-repeat; /* this BG tiles the center column */
}

.outer_top {
  /*background: #990000  ;  this BG tiles the center column */
  border-left: 0px solid #000; /*** Critical left divider dimension value ***/
  border-right: 0px solid #000; /*** Critical right divider dimension value ***/
  margin-left: 200px;    /*** Critical left col width value ***/
  margin-right: 160px;    /*** Critical right col width value ***/
  text-align:center;
}

.float-wrap {
  float: left;
  width: 100%;
  margin: 0 -1px 0 0;
}

.center {
  float: right;
  width: 99%;
  position: relative; /* Needed for IE/win */
  /*height:500px;*/
  overflow:none;
font-size: 0.9em;
}
.center_top {
  float: right;
  width: 99%;
  position: relative; /* Needed for IE/win */
   /*background: #ffc  url(images/ki_big1.gif) 10px -100px repeat-y; this BG tiles the center column */

}

.left {
border:0px solid yellow;
  float: left;
  position: relative; /* Needed for IE/win */
  top:-5px;
  width: 200px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-left: -210px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 164px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-right: -162px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: normal;
  ext-align: justify;
  verflow: visible;
  idth: 100%;
}

.container-left {
  margin-right: 14px; /*** Critical left divider dimension value ***/ 
  color: #ffc;
  margin-left: 10px; 
border:0px solid red;
width:187px;}

.container-right {
  margin-left: 4px; /*** Critical right divider dimension value ***/ 
  color: #ffc;	
	padding-bottom: 0px; /* makes room for the froggy */
}

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */



/*************** Header and Footer elements *****************/


.header {
  width: 100%;
  height:90px;
  color: #b33;
  padding: 5px 0;
  background: url(images/logo_smalèèl.gif) no-repeat 50px 7px;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;} 

.bar_top {
height:20px;
background: black;
margin-right: 0px;
}

.footer {
  width: 100%;
  color: #944;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; }

.footer hr {
  color: #944;
	margin: 0;
	padding:0;
	background: #944;
	height: 80px;
}

.bar_bot {
height:20px;
background: black;
color:gray;
margin-left: 200px;
font-size:0.8em;
padding-left:0px;
}

.copy {
padding-left:10px;
}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing controls for various column contents ***************/

.textpadder {
padding: 5px;
text-align:justify;

}
.swf {
padding: 8px;
text-align:center;
padding-top:50px;
height:360px;
}

/************** Generic Rules *************/

a {color: #000; }

p  {margin: .8em 0;}

h1 {margin: 70px 0 10px 80px;}

h2 {
  font-size: 1.2em; 
  text-align: center; 
  padding: 5px 0; 
  margin: 0; 
  color: #eec;
  font-family: tahoma, arial, sans-serif;
}

.centerbox h2 {color: #500;}

h3 {
margin: 1em 0 .3em;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav {
margin: 10px;
}

.sidenav li a {
  display: block; 
  border: 2px solid #dcd3c2;
  color: #500;
  text-decoration: none;
  background: url(../images/marble1.jpg);
  padding: 4px 5px 4px 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.sidenav li a:hover {
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
  border-width: 3px 1px 1px 3px;
  border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

..imgg {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -4px;}
/* */

.left {margin-right: -1px;}

.right {margin-left: -1px;}
 
/*\*/
* html .left {margin-right: -2px;}
/* */

/*\*/
* html .centerbox .textpadder {padding: 8px 5px 8px 8px;}
/* IEwin produces extra space to the right of the justified text, and this fudges it away */



/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;/*xxxxx*/
  text-align: center; 
  padding: 0px; 
  background: #333333; 
  cursor: pointer;
  margin: 0px;  
  font-size: 0.7em;
}
#rightcolfill {
  background: #333333; 
  margin: 0px;  
  font-size:0.7em;
  padding:3px;
}

#colfill {
  background: #333333; 
  margin: 0px;  
  font-size:0.7em;
  padding:3px;
  color:#ffffff;

}

#colfill a{
  color:white;
  text-decoration:none
}

#colfill a:hover{
  color:#999999;
}

.hide {display: none;}

