


/**
 *	@ leader page css style
 *	@ Fortuna sazkova kancelar, a.s.
**/

#welcome_prepage {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	background: #2D2C31;
}
#lead_article {
	position: absolute;
	z-index: 1000;
	top: 50%; 
	left: 50%;
	border: 2px solid #fedd00;
	padding: 1px;
}
.inner_border {
	background-color: #fff;
	height: 100%;
}
.article .inner_border {
	overflow-x: auto;
}
.atachement object, .atachement img, .no-padding img {
	position: relative;
}
#lead_article a {
	color: #fedd00;
}
#lead_article .main_article {
	position: relative;
	z-index: 10;
}
.article .main_article { margin: 10px 20px; }

#lead_article h1.title { font-size: 20px; }

#lead_article .bottom_closer {
	bottom: -20px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	right: 0;
}
#lead_article .top_closer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 43px;
	height: 40px;
	display: block;
	z-index: 10;
	background: transparent url('/public/c9/f8/c2/55780_179474_lp_top_closer.png') no-repeat right top;
}
.article .top_closer { z-index: 20; }
.top_closer span, .closer span { display: none; }
