body, html {
	margin: 0px;
	text-align: center;
	height: 100%;
	background:url(../images/bgBody.GIF) repeat-x;
	background-color:#FFFFFF;
	font: 13px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000000;
	line-height: normal;
}

a { 
	color: #ff9600;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
	color: #ff6c00;
}

#container {
	position:relative;
	width:755px;
	margin:0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	height: 100%;
}
#barLeft {
	margin:0px;
	height:545px;
	width:14px;
	background-image:url(../images/imgBarLeft.gif);
	float:left;
}
#barRight {
	height:545px;
	width:14px;
	background-image:url(../images/imgBarRight.gif);
	float:left;
}
#info {
	padding:0px;
}
#content {
	padding: 8px;
	background:url(../images/bgContent.gif) repeat-x top #FFFFFF;
	text-align: justify;
}
#contentRight {
	padding: 8px 0px 8px 8px;
	width:308px;
	background:url(../images/bgContent.gif) repeat-x top #FFFFFF;
	text-align:left;
}
#aktuelno {
	background:url(../images/tabAktuelno.gif) no-repeat;
	width:308px;
	padding:43px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:right;
}
#aktuelno strong {
	font-size: 11px;
	font-weight: 100;
	}
html>body #aktuelno {
	background:url(../images/tabAktuelno.gif) no-repeat;
	width:100%;
	padding:37px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:right;
}
#pretrazivac {
	padding:0px;
	margin:0px;
	float:right;
	clear:both;
	background:url(../images/tabPretrazivac.gif) no-repeat;
	width:270px;
	text-align:right;
}
#companies {
	display:block;
}
#companies a{
	color:#000000;	
	display:block;
	background-color: #EEEEEE;
}
#companies a:hover{

	display:block;
	background-color: #DDDDDD;
	}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	padding:0px;
	margin:0px;
}
h2 {	
	padding: 0px;
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
h2 a{	
	padding: 0px;
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
h2 a:hover{	
	padding: 0px;
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ff6c00;
	font-weight: bold;
}
h3 {
		padding: 0px;
		margin: -1px 0px -10px 0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h4 {
	padding:0px;
	margin:0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h4 a{
	padding:0px;
	margin:0px;
	color: #ff9600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h4 a:hover{
	padding:0px;
	margin:0px;
	text-decoration:none;
	color: #ff6c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h5 {
	padding:0px;
	margin:0px;
	color: #000000;
	font: 95% 'Trebuchet MS', Arial, Verdana, sans-serif;
}
.Five {
	padding:0px;
	margin:0px;
	color: #000000;
	font: 80% 'Trebuchet MS', Arial, Verdana, sans-serif;
}
form
{
	text-align:right;
}
select
{
	display:inline;
	background-color: #F3F3F3;
	border:1px solid #CCCCCC;
	color:#000000;
}

/*Dropmenu*/

#dropmenudiv{
position:absolute;
margin: 5px 0px 0px 7px;
border:1px solid #a2a2a2;
border-bottom-width: 0;
font:normal 12px Verdana;
text-align:left;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #a2a2a2;
padding: 1px 0;
text-decoration: none;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/*info pop*/

.infopop{
position: absolute;
top: -500px;
margin-left: -240px;
text-align: left;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #c4c4c4;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color:#F7F7F7;
width: 370px;
}

.infopop2 {
position:absolute;
padding: 5px;
margin:-5px;
border-bottom: 2px solid #c4c4c4;
font:bold 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #FFF900;
width: 370px;
}

#arrowhead{
z-index: 99;
position:absolute;
height:11px;
width:18px;
top: -500px;
left: 0;
visibility: hidden;
}

/*report*/
.row1{
background:#dddddd;
}
.row2{
background:#eeeeee;
}
div.indent{
	margin-left: 30px;
	padding: 0px;
}