@charset "utf-8";
/* CSS Document */

/* Top site header */
h1 {
	
}
	h1 a {
		
	}

/* Current page title */
h2 {
	
}

/* language selection navigation holder */
#navigation-language {
	
}


/* main navigation UL holder */
#navigation-main {
	
}

  /* 1st level navigation item, normal */
	#navigation-main li {
		
	}
		/* 1st level navigation link, normal */
		#navigation-main li a {
			
		}
	/* 1st level navigation item, active */	
	#navigation-main li.active {
		
	}
	  /* 1st level navigation link, active */
		#navigation-main li.active a {
			
		}

#section-content {
	
}

#section-content div.fotostvor-entrance-block {
	width: 405px;
	height: 270px;
	float: left;
	margin-right: 20px;
	border: 1px black solid;
}
	#section-content div.fotostvor-entrance-block .csc-header {
		margin-top: -91px; /* zakaj to nagaja,d a morm to met? */
	}
	#section-content div.fotostvor-entrance-block div.text-holder {
		background-color: white;
		opacity: 0.5;
		width: 100%;
		height: 70px;
		position: relative;
		top: 270px;
	}
	#section-content div.fotostvor-entrance-block h1 {
		/*padding-top: -270px;*/
		text-decoration: none;
		color: black;
		opacity: 1;
		font-family: Tahoma;
		padding-left: 20px;
	}