.strana-text{
    font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
    line-height: 1.2em;
	background-position: right top;
	color: #666666;
	background-color: #FFFFFF;	
}
.news-border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/bg_nav_link_ip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



.VelikoSlovo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	text-decoration: none;	
}

.VelikoSlovo1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	text-decoration: none;	
}

h1, h2, h3, h4, h5, h6, .date, .text-absolute, .vote, .comment{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
	line-height: 20px;
}

 h1 span{
	font-size: 10px;
	color: #999999;
	display: block;
	line-height: 10px;
}

h2{
	font-size: 20px;
	color: #B2D8E3;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
	background-image: url(../pic/bg-line.gif);
	margin-bottom: 20px;
}

 h2 span{
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}


h3{
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	padding-bottom: 3px;
	margin-bottom: 20px;
	background-image: url(../pic/bg-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3 span{
	font-size: 11px;
	color: #666666;
	display: block;
	line-height: 15px;
	font-style: italic;
}


h4{
	font-size: 16px;
	color: #E77A32;
	padding-bottom: 3px;
	background-image: url(../pic/bg-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left:10px;
	margin-bottom: 15px;
	font-weight: lighter;
	padding-top: 3px;
}

h4 span{
	font-size: 10px;
	color: #999999;
	display: block;
	font-style: italic;
	padding-top: 3px;
}

h5{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
}

h6{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.holder-content-news {
	position: relative;
	float: left;
	width: 100%;
}



.holder-content-news{
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}

.strana-pozicija {

	margin-left:20px;
	
}

.back-webdesign {
	background-image: url(images/service.jpg);
	background-repeat: no-repeat;

}

.back-aplikacije {
	background-image: url(images/application-design.jpg);
	background-repeat: no-repeat;

}

.back-hosting {
	background-image: url(images/hosting-design.jpg);
	background-repeat: no-repeat;

}

.back-marketing {
	background-image: url(images/marketing-design.jpg);
	background-repeat: no-repeat;

}

.back-print {
	background-image: url(images/print-design.jpg);
	background-repeat: no-repeat;

}

.back-onama {
	background-image: url(images/onama-design.jpg);
	background-repeat: no-repeat;

}

.work_grid {
	width: 600px;
	margin: 0 0 10px 10px;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.work_grid li {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position: relative;
	z-index: 1;
}
.work_grid li, .work_grid li a {
	width: 173px;
	height: 173px;
	display: block;
	text-decoration: none;
	float: left;
	background: white;
}
.work_grid li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 153px;
	cursor:pointer;
	height: 153px;
	z-index: 11;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px;
	background: url(images/overlay.png) no-repeat left top;
}
.work_grid li a span strong {
	font-size:14px;
}
.work_grid li a span {
	_background: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://localhost/sajt/images/overlay.png')
}
.work_grid li a:hover span {
	display: block;
}
.work_grid li:hover {
	z-index: 999;
}

.hidden { display: none !important; }

/***************************************************
				      FORMS
***************************************************/

form{
	position:relative;
	float:left;
	margin: 0;
	padding: 0 15px 0 0;
	font-family: "Lucida Sans Unicode", Arial;
	overflow:hidden;
}

label {
	color:#666666;
	font-size:11px;
	width:100%;
	display:block;
	float:left;
	line-height: 22px;
}

.textbox, textarea, .box-error, textarea-error, select{
	border:1px solid #ccc;
	font-size:11px;
	width:250px;
	line-height:26px;
	background-color: #FFFFFF;
	height: 26px;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
}

select{
	width:260px;
}

textarea{
	width:415px;
	line-height:16px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	background-color: #F9F9F9;
}

.textarea{background-color:#FF9900;}

.textarea-error, .box-error{
	background-color:#F8F8F8;
	border: 1px solid #999999;
}

.text-error, .text-error-left{
	float: left;
	padding-left: 20px;
	line-height: 50px;
	color: #CC3300;
}

.text-error-left{
	padding-left: 0px;
	line-height: 20px;
	float: none;
	position: absolute;
}

.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 5px;		
}

.holder-form{height: 28px; margin-bottom: 0px}


.button {
	position:relative;
	width: 98px;
	height: 27px;
	background-image:url(../pic/button.png);
	background-repeat:no-repeat;
	_background-color: #FFFFFF;
	color: #3EB6F2;
	font-size: 25px;
	cursor: pointer;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
