/* #############  CONTENT  ############# */

#wrapper-content-top {
	width:100%;
	max-width:960px;
	min-height:500px;
	margin:0 auto;
	margin-top:54px;
	border: 0px dashed pink;
}

		#slika {
			position:relative;
			padding-top:5px;
			padding-right:10px;
			float:left;
		}

		#citat {
			font-style:italic !important;
			font-size:0.9em !important;
		}

		#content {
			position:relative;
			min-height:500px;
			padding:10px;
			margin: 0px 20px 0px 20px;
			border: 2px solid #c0c0c0;
			-moz-border-radius: 15px;
			border-radius: 15px;
			background-color:rgba(255,255,255,0.4);
		}

		#content-vizitka {
			width:270px;
			height:240px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
			float:right;
			margin-right:12px;
			margin-top:20px;
			overflow-y:auto;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

#wrapper-content-banner {
	height:120px;
	padding-top:15px;
	padding-bottom:18px;
//	background-color:#f0e68c;
	border: 0px dashed blue;
}

	#content-banner {
		width:960px;
		height:120px;
		margin: 0 auto;
		border: 0px dashed red;
	}

		#banner-left {
			width:270px;
			height:100px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
			float:left;
			margin-left:12px;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

		#banner-mid {
			width:270px;
			height:100px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
			float:left;
			margin-left:30px;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

		#banner-right {
			width:270px;
			height:100px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
			float:right;
			margin-right:12px;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

		#banner-one {
			width:468px;
			height:60px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			float:left;
			margin-right:5px;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

		#banner-two {
			width:468px;
			height:60px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			float:right;
			margin-left:5px;
			box-shadow: 2px 2px 3px #888888;
			background-color:#f5f5dc;
			border: 1px solid #ccc;
		}

		a.fill-div {
			display: block;
			height: 100%;
			width: 100%;
			text-decoration: none;
		}

#wrapper-content-bottom {
	margin: 0 auto;
	border: 0px dashed red;
//	background: -webkit-linear-gradient(#f3efbc, #f5f5dc); /* For Safari 5.1 to 6.0 */
//	background: -o-linear-gradient(#f3efbc, #f5f5dc); /* For Opera 11.1 to 12.0 */
//	background: -moz-linear-gradient(#f3efbc, #f5f5dc); /* For Firefox 3.6 to 15 */
//	background: linear-gradient(#f3efbc, #f5f5dc); /* Standard syntax (must be last) */
	border: 0px dashed green;
}

	#content-bottom {
		margin: 0 auto;
		width:940px;
		padding:10px;
/*		-moz-border-radius: 10px;
		border-radius: 10px;
		box-shadow: 2px 2px 3px #888888;
		background-color:#f5f5dc;
		border: 1px solid #ccc;
*/	}