ul.panely {
	list-style-type: none;
	display: table;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	/*border: 1px solid black;*/
}

ul.panely li {
	width: 160px;
	height: 180px;
	display: table-cell;
	float: left;
	margin: 2px 0 0 4px;
	/*border: 1px solid fuchsia;*/
}
ul.panely li h4 {
	color: Black;
	margin-top: 5px;
}

ul.panely li .popis {
	color: Black;
	padding: 5px;
}

ul.panely li a {
	display: block;
	text-decoration: none;
}

ul.panely li.internet {
	background: #A7A7FF url(../obr/pozadi_o_thin.png) no-repeat center;
}

ul.panely li.telefon {
	background: rgb(121,65,161) url(../obr/pozadi_purple_thin.png) no-repeat center;
}

ul.panely li.iptv {
	background: rgb(121,65,161) url(../obr/tv_uvod.png) no-repeat center;
}

ul.panely li.pc_uvod {
	/*position:absolute; left:0px; top:0px;*/
	background: #A7A7FF url(../obr/pozadi_blue_thin.png) no-repeat center;
}
ul.panely li.site{
	/*position:absolute; left:180px; top:200px;*/
	background: #A7A7FF url(../obr/pozadi_green_thin.png) no-repeat center;
}
/*#BAZAR {
	/*position:absolute; left:180px; top:0px; */
/*	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	border: 1px solid white;
	margin: 5px 0px 0px 20px;
}*/

#panel_uvod .nadpis {
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	width: 100%;
	margin: 0px;
	/*padding: 5px 0px;*/
}
.nadpis a {
	display: block;
	
	
	/*padding: 5px 15px;*/
	color: #7878FF;
}
/*.popis_text{
	color:black;
	float: left;
	text-align: left;
	margin-left:10px;
}*/


.popis_obr{
	float: right;
	margin-right:20px;
	
}
#reklama {
	/*color: #4D4D4D;
	background-color: #80AFFB;
	/*#4083ff;*/
	/*border: 1px solid orange;
	margin: 10px 5px;
	padding: 5px;*/
}