@charset "windows-1250";

#box {
	position: relative;
	margin-left: auto;
	margin-right: auto;

	margin-top: ;
	padding: 0;
	text-align: left;
	width:95%;				/* <-- use this to tie width to viewport size */

	width: ;				/* <-- use this for a set width */
	background: none;
}
 	
#content {
	height: ;
	padding: ;
	background: none;
}

#content h1	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	text-indent: 5px;
	padding: 0px 5px 0px 5px;
}
		
#content img {
	margin-left: 4px;
    margin-right: 4px ;
	float: left;
}

#contentACN {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 280px;
	padding: 5px 0px 5px 0px;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image: url(slike/tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image: url(slike/trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image: url(slike/blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image: url(slike/brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image: url(slike/tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image: url(slike/bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image: url(slike/rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image: url(slike/lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
