
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 

html {
 	min-height: 100%;
 	height: auto;
}
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
	margin: 0px; 
	padding: 0px;
	background: #FFFFFF url('images/background.png') bottom repeat-x;
	background-attachment: fixed;
}

a {	color: #5574CF;	background: inherit;}
a:hover { color: #25439A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }

sup { color: #c0c0c0; margin-left: 10px; font-size: .5em; }
#title { color: #5574CF; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #25439A; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 70px;
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 40px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.2em;
	height: 30px; 
	color: #FFF;
	/*back ground: #5574CF url(images/menubg.gif) repeat-x; */
	background: #FFF url(images/mmenu.gif) no-repeat;
}

	.bar li { 
		padding: 6px 16px 6px 10px;
/*		color: #FFEADC;  */
		float: left; 
	}
	
	.bar li.active { 
		background: #FFFFFF url(images/bar.gif) repeat-x; 
		color: #006699;
		font-weight: bold; 
		
	}
	.bar li.active a:hover { 
		color: #006699;
		font-weight: bold; 
	}
	.bar li.active a { 
		color: #006699;
		font-weight: bold; 
	}	
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: transparent;
		text-decoration: none;
	} 
	.bar li a:hover {
	color: #FFFFFF; 
	border-bottom: 1px dotted #FFFFFF; 
	background: transparent;
	}
	
/* search form */
.search_field { 
	background: #fff url(images/searchbg.gif) no-repeat; 
	color: #808080;
	clear: both;
	font-weight: bold;
	width: 573px;
	height: 40px;
	min-height: 40px;
	margin: 5px 0;
	float: right;
    display:table-cell; 
    vertical-align:middle;
    display:inline-block;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(images/input.gif) no-repeat;
		padding: 4px; 
		color: #5574CF;
		font-weight: bold;
		margin: 3px 0 0 3px;
	}
	input.submit {
		background: #FFFFFF url(images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		height: 24px;
		margin: 7px 20px 1px 0; /* search from right */
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}
/* bg vesti */
.left h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
    color: #444;
	padding: 3px 0 4px 0;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
} /* usluge levo */
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 20px;

	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
	/* usluge desno */	
	.right_side {
		float: right;
		width: 180px;
		background: transparent url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 30px;
		margin: 10px 20px;
	}
	.left_box { 
		position: relative; z-index: 3;
		margin: 0 0 -10px 0; 
		color: #000; 
	/*	background: #FFF; */
		padding: 3px 0; 
	} /* vesti bg */
#boxed { position: relative; z-index: 1; width: 500px; height: 272px; background: #FFF url(images/usluge.jpg) no-repeat; }	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 270px;
	margin: 0 0 10px 0;
}
	.right h3 {
    	background: #FFF url(images/linea.gif) no-repeat;
	/*	background: #BDBDBD  url(images/h3bg.gif) no-repeat center right; */
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; font-family: Arial, Tahoma, Verdana; text-decoration: none; }
	.footer a:hover { color: #25439A; background: inherit; border-bottom: 1px dashed #25439A; }
	
/* download sekcija */

.headercell { color: #444444; border: 0px; padding: 5px; }
.headertable { background: #C0C0C0 url(images/dbg.jpg) no-repeat; color: #444444; border: 0px solid #C0C0C0; }
.table { background-color: #FFFFFF; color: #5574CF; border: 0px; }
.datacell { background-color: #FFFFFF; color: #5574CF; padding: 3px; border: 1px solid #F0F0F0; }

/* domain box */

.box1 { border: 1px solid #C1C1C1; background-color: #FAFAFA; height: 20px; }
.box2 { border: 1px solid #C1C1C1; background-color: #FAFAFA; height: 20px; }
.box3 { border: 0px; background-color: #FAFAFA; padding: 1px;}

#w1 { margin-top: 5px; }
#web-table { width: 480px; position: relative; z-index: 10; }

fieldset {
border: 1px solid #c0c0c0;
width: 350px;
padding: 10px;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
width: 100px;
}
legend {
color: #444444;
background: #F5F5F5;
border: 1px solid #C0C0C0;
padding: 2px 6px
}
.txta {
border: 1px solid #c0c0c0;
width: 270px;
height: 80px;
background-color: #F5F5F5;
}
.inpt {
border: 1px solid #c0c0c0;
width: 180px;
background-color: #F5F5F5;
}
