@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	width:100%;
	background:#a0b6c0;
	float:left;
}
#menu{
	width:100%;
	background:#a0b6c0;
	float:left;
	border-top:1px solid #fff;
	height:20px;
}
	#menu ul{
		float:left;
		display:inline;
		margin:0 0 0 50px;
		list-style-type:none;
		
	}
		#menu ul li{
			float:left;
			display:inline;
			
		}
			#menu ul li a{
				float:left;
				display:inline;
				color:#ffffff;
				text-decoration:none;
				font-size:12px;
				margin:2px 20px 0 0;
			}
			#menu ul li a:hover{
				text-decoration:underline;
			}
#wrap{
	float:left;
	clear:left;
	padding:25px 0 0 48px;
	width:950px;
}

a{
	color:#35799C;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
table.tablestyle th{
	background:#EFF7FF;
	padding:8px;
}
table.tablestyle{
	width:auto;
	border-collapse:collapse; 
	border:1px solid #D1D8DF;
}
table.tablestyle td {
	padding:5px 8px;
}
table.tablestyle td img{
	border:0;
}
table.tablestyle td input{
	width:230px; 
	border:1px solid #A7A6AA; 
	padding:1px;
}
table.tablestyle td input.gumb{
	width:auto; 
	cursor:pointer; 
	position:relative; 
	left:8px; 
	padding:2px; 
	background:#327EA2; 
	color:#fff; 
	border:1px solid #fff;
	border-right:1px solid #000; 
	border-bottom:1px solid #000;
	
}


/*input file style*/

input.file {
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity:0;
	position:absolute;
	z-index:2;
	height:25px;
}
div.fileinputs {
	position:relative;
	top:-22px;
	left:50px;
	*left:50px;
	
}
div.fakefile {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	text-align:right;
}
div.fakefile * {
	vertical-align:middle;
}
input.fakeinput {
	border:1px solid #ddd;
	margin-right:5px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity:0;
	width:1px;
}
.inputslika{
	position:relative;
	left:25px;
	*left:35px;
	top:2px;
	*top:1px;
}
.slikaborder{
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}
.newslink{
	text-decoration:none;
}

.newslink:hover{
	text-decoration:underline;
}
.singlenews{
	border:1px solid #A3C9EE; 
	float:left; 
	clear:left; 
	margin:0 0 5px 0; 
	font-size:11px; 
	padding:10px; 
	background:#EFF7FF; 
	width:570px;
}
.singlenews_clanki{
	border:1px solid #BF8F00; float:left; clear:left; margin:0 0 5px 0; font-size:11px; padding:10px; background:#FBF3D2; width:570px;
}
.singlenews_clanki a{
	color:#BF8F00;	
}

.singlenews ul{

}
#wrap div div.singlenews ul{
	margin-left:20px;
}

.opacitynic{
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity:0;
}