/* CSS Document */


#homeGore {
	width:565px;
	height:235px;
	margin-bottom:10px;
	position:relative;
}

	#goreFotka {
		position:absolute;
		top:0px;
		left:0px;
		width:inherit;
		height:inherit;
		z-index:1;
	}
	
	#gorePotpisBG {
		position:absolute;
		bottom:0px;
		left:0px;
		width:inherit;
		height:60px;
		background:#000;
		z-index:5;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#gorePotpis {
		position:absolute;
		bottom:0px;
		left:0px;
		width:inherit;
		height:60px;
		z-index:10;
		letter-spacing:-1px;
	}

	
	#goreNaslov {
		float:left;
		margin:10px 0 0 10px;
		width:370px;
		font-family:'DINPro-Black';
		font-size:30px;
		text-transform:uppercase;
		color:#FFF;
		z-index:20;
	}
		
		#gnz {
			overflow:hidden;
			height:34px;
			float:left;
			color:#ffcb08;
			border-bottom:solid 1px #ffcb08;
			padding-right:4px;

		}
		
		#gnb {
			overflow:hidden;
			height:34px;
			float:left;
			color:#fff;
			border-bottom:solid 1px #fff;	
		}
	
	#gorePodNaslov {
		color:#FFF;
		font-size:13px;
		font-family:'DINPro-Regular';
		float:left;
		width:170px;
		height:30px;
		margin:14px 0 0 0;
	}
