body, html{
  border: 0px none;
  margin: 0 0 0 0; padding: 0 0 0 0;
  background: white;
  font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: black;
  line-height: 0;
  text-align: center;
  height:100%;
  width: 100%;
}


/*---------------------------------------TEXT----------------------------------*/
p, img, table, tr, th, td, h1, h2, h3, h4, h5, h6, ul, li, form,fieldset, label
{
border: 0px none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
p{
margin-bottom: 15px;
}
hr{display: none;}
.skryj{display: none;}
a,a:link,a:active,a:hover,a:visited {
	color: #ff0eff;
	text-decoration: none;
	
}

a:visited {
	color: #ff0eff;
}

a:hover {
	color: black;
}

a:focus,a:active {
	color: black;
}
.radek{
	width: 100%;
	height: 250px;
	background: silver;
	}
/*--------------------------------------LAYOUT---------------------------------*/
#obal{
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	}
#logo span{display: none;}
#logo{
	position: fixed;
	z-index: 11111;
	top:20px;
	left:20px;
	width: 120px;
	height: 50px;
	background: url(logo.png) no-repeat;
}
.blok{
	float: left;
	line-height: 0 !important;
	position: relative;
	text-align: left;
	z-index: 9;
	}
.blok span{
	display: none;
	line-height: 1.4;
	color: white;
	font-weight: bold;
	}
.blok span b{
	position: absolute;
	bottom: 20px;
	left: 20px;
	}
.blok:hover span{
	display: block;
	background: #ff9000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	}
.blok img{
	line-height: 0 !important;
	}
.text-blok{
	background: #ff9000;
	line-height: 1.4 !important;
	width: 200px;
	float: left;
	height: 250px;
	position: relative;
	text-align: left;
	color: white;
	}
.vcenter{
	padding: 20px;
	font-weight: bold;
	}