@charset "utf-8";
body {
	margin: 0px;
	font-family: 'Play', Arial, Helvetica, sans-serif;
	color: #333;
	z-index: 10;
	background-color: #FFF;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F90;
}
img a {
	border: none;
}

.error_wrapper {
	font-size: 0.85em;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	height: 24px;
	width: 50%;
	margin-top: 0px;
	margin-left: 10px;
	box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 22px -13px #242424;
	-webkit-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 22px -13px #242424;
	-moz-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 22px -13px #242424;
	-o-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 22px -13px #242424;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	background-color: #F00;
	padding-right: 10px;
	padding-left: 10px;
}

.infobanner {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 88997766;
	overflow: hidden;
	cursor: pointer;
}
.infobanner img {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	height: 20px;
	width: 20px;
}



.obrazek {
	background-color: #FFF;
	margin: 5%;
	padding: 5%;
	height: auto;
	width: auto;
	-webkit-box-shadow: 1px 1px 23px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    1px 1px 23px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         1px 1px 23px 0px rgba(50, 50, 50, 0.35);
}
.obrazek_vlevo {
	float: left;
	background-color: #FFF;
	padding: 10px;
	box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-webkit-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-moz-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-o-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	margin: 10px;
}
.obrazek_vpravo {
	float: right;
	background-color: #FFF;
	padding: 10px;
	box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-webkit-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-moz-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	-o-box-shadow: inset 0px 0px 27px -7px #E8E8E8,0px 0px 26px -15px #242424;
	margin: 10px;
}
.predel {
    clear: both;
    float: left;
    width: 100%;
}
.predel_20 {
    clear: both;
    float: left;
    width: 100%;
    height: 20px;
}
.predel_50 {
    clear: both;
    float: left;
    width: 100%;
    height: 50px;
}
.predel_100 {
    clear: both;
    float: left;
    width: 100%;
    height: 100px;
}
.seda {
    color: #999;
}
.seda_small {
    color: #999;
    font-size: 0.75em;
}

/* ANIAMCE HOVER */
.animace_polozka a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
/* LOGO - seda hover  */
.hlava_logo a:hover img  {
	-webkit-filter: grayscale(1); 
    -webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
}


/*  SITEMAP  */
.menu_sitemap {
    color: #000;
    float: left;
    width: 100%;
}
.vpravo {
	float: right;
}
.vlevo {
	float: left;
}


/* WEB PATA */
.web_pata {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 15px -5px #242424;
	-webkit-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 15px -5px #242424;
	-moz-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 15px -5px #242424;
	-o-box-shadow: inset 0px 0px 50px -41px #000000,0px 0px 15px -5px #242424;
	background-color: #333;
	color: #CCC;
	margin-top: 100px;
}
.web_pata a {
	color: #666;
}
.web_pata a:hover {
	color: #000;
}
.web_pata_box_33 {
	margin-right: 2%;
	margin-left: 1%;
	float: left;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.web_pata_box_33 img {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.web_pata_box_33 a:hover img {
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-webkit-filter: grayscale(1); 
    -webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);	
}
.web_pata_box_100 {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	box-shadow: inset 0px 0px 50px -30px #000000;
	-webkit-box-shadow: inset 0px 0px 50px -30px #000000;
	-moz-box-shadow: inset 0px 0px 50px -30px #000000;
	-o-box-shadow: inset 0px 0px 50px -30px #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* WEB MENU TEXT */
.webanet_menu_text  ul {
    width: 100% !important;
    list-style-type: none;
    padding: 0px;
    margin: 0px;    
    float: left;
    z-index: 8500 !important;
    height: auto;
    clear: both;
}
.webanet_menu_text  ul li {
	list-style-type: none;
	line-height: 48px;
	background-image: url(../img/bg_lista/48.png);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 48px;
	z-index: 8600 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
	background-color: #666;
	width: 49%  !important;
	text-indent: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.webanet_menu_text ul li img{
	float: left;
	top: 0px;
	right: 0px;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

.webanet_menu_text  ul li a {
	display: block;
	height: 48px;
	width: 100% !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.webanet_menu_text  ul li a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	background-image: url(../img/bg_lista/stin_dole_40.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
}
.webanet_menu_text ul li ul {
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

/* OBSAH H */
.obsah_text h1 {
	color: #FFF;
}
.obsah_text h2 {
	color: #FFF;
}
.obsah_text h3 {
	color: #FFF;
}
.obsah_text h4 {
	color: #FFF;
}

