* {
	margin:0;
	padding:0;	
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #E6E6E6;
	text-align: center;
}

#obal {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	background:#fff;
}
#hlavicka {
	height:129px;
	background:url(../img/hlavicka-pozadi.png) no-repeat;
}
#hlavicka #nadpis {
position: relative;
top:20px;
left:-300px;
}
.vyhledavani {
	position:relative;
	top:-20px;
	width:300px;
	height:150px;
}
#horni-menu {
	position:absolute;
	top:97px; /* top:97px; */
}
#kontejner {
	height:200px;
	@height:1500px;
}
#leve-menu {
	width:230px;
	float:left;
	background: white url(../img/paticka.png) bottom center repeat;
}
#obsah {
	width:490px;
	@width:470px;
	font-size:10px;
	margin-left:20px;
	float:left;
	text-align:left;
}
#pravy-sloupec {
	width:230px;
	float:right;
	background: white url(../img/paticka.png) bottom center repeat;
}
#google_spodek { 	clear:both; padding-top:10px; padding-bottom:10px;
}
#paticka {
	clear:both;
	height:28px;
	background: white url(../img/paticka.png) bottom center repeat-x;
}
.reklama {border:1px white solid;background-color:#ffffee;text-align:center;padding-left:2px;padding-right:2px;padding-top:11px;padding-bottom:3px;font-size:100%;line-height:1.8em;margin-top:11px;margin-bottom:3px;position:relative;left:-5px}