*{
	margin:0;
	padding:0;	
}
body{
	background:#F8F8F8 url(../images/back.gif) repeat-x;
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
td, input, textarea, select, li{
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}
/* */
a{
	color:#0087F2;
	text-decoration:none;
	/*white-space:nowrap;*/	
}
a:hover{
	background-color:#0087F2;
	color:#fff;
}
a:hover img{background-color:#fff;}
h1{
	position:absolute;
	text-indent:-8000px;
	width:191px;
	height:147px;
	top:16px;
	left:22px;
	z-index:2;	
}
h1 a{
	display:block;
	height:149px;
}
h1 a:hover{
	background:none;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:12px 0px;
}
h3{
	font-size:13px;
	font-weight:bold;
	margin:10px 0;	
}
h4{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;	
}
/* -------------- default ------------------ */
#container{
	margin:0 auto;
	width:746px;
	text-align:left;
	background:#fff url(../images/content_back.gif) repeat-y;
	border:7px solid #E9E9E9;
	border-top:none;
}
#default{
	background:url(../images/default_back.jpg) no-repeat 0 0;
}
#head{
	height:164px;
	position:relative;
}
#content{
	padding:0 11px 11px 22px;
	margin-bottom:1px;
	line-height:16px;
}
#left{
	float:left;
	width:191px;
	display:inline;
}
#leftColumn{
	margin:7px 10px;
	width:171px;
}

#main{
	margin-left:18px;
	float:left;
	display:inline;
	width:360px;
	border:0px solid #000;	
}
#right{
	margin-left:10px;
	padding-top:60px;		
	width:120px;
	float:left;
	display:inline;	
}
#main ol, #main ul {padding: 0px 0px 0px 25px;}
/*#main li{margin:10px 0px;}*/
#news ol, #main ul {padding: 0px;}
/*#news li{margin:0px;}*/
#search{
	background:#0087F2;
	position:absolute;
	left:580px;
	top:171px;
}
.searchField{
	border:solid 0 #fff;
	width:120px;
	height:14px;
	margin:5px;
}
.searchButton{
	color:#0087F2;
	border:solid 0 #fff;
	background:#fff;
	text-indent:8000px;
	width:14px;
	height:14px;
	margin:5px 5px 5px 0;
	background:url(../images/search_button.gif) no-repeat;
	cursor:hand;
}
#searchResults li{
	list-style:none;
}
#searchResults h4 a{
	color:#666;
}
#searchResults h4 a:hover{
	color:#990000;
	background:none;
}
/* -------------- menu ------------------ */
#menu{
	padding-top:60px;
	width:191px;
}
#left>#menu{
	width:191px;
}
#menu li {
	list-style:none;
	margin-bottom:1px;
	padding:0px;
	line-height:0px;	
	/*height:24px;*/
	
}
#menu a {
	display:block;
	/*width:100%;*/
	text-decoration: none;
	color:#666;
	line-height:24px;
	/*text-indent:10px;*/
	padding-left:10px;
	/*margin-right:10px;*/
	border-right:3px solid #BFBFBF;
	background:#F0F0F0;
	
}
#menu a:hover, #menu a.selected{
	border-right:3px solid #0087F2;
	background:#fff;
	color:#0087F2;
	border-bottom:0px solid #22aa22;
}
#menu ul ul a {
	display:block;
	/*width:100%;*/
	text-decoration: none;
	color:#666;
	/*line-height:25px;*/
	text-indent:25px;
	border-right:3px solid #BFBFBF;
	background:#F7F7F7;
	padding:0px;
}
/* -------------------------------- */
#documents{
	margin-top:10px;
}
#documents li{
	list-style:none;
	margin:5px 0;
}
#documents li a{
	color:#666;
}
#documents li a:hover{
	background:none;
	color:#0087F2;
}
#news li{
	list-style:none;
	margin-bottom:5px;
}
#news .selected{
	font-weight:bold;
}
#news .inactive{
	color:#ccc;
}
#footer{
	padding:10px;
}

/* -------------- form ------------------ */

#formBox td{
	padding:3px 0px;
}

#formBox td input{
	width:200px;
	font-size:11px;
	color:#01015A;
}

.poruka
{
	height:100px;
	width:200px;
}

#formBox td .BtnSend
{
	width:50px;

}

/* -------------- float fix ------------------ */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {display: inline-block;}
* html #content {height: 1%;}
#content {display: block;}