html, body {
height: 100%;
}
body 
{ 
font-family:'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
/*background-color: #E5E5E5;*/
background-color:white;
margin: 0; 
padding: 0; 
text-align: center;
width:100%;
color:black;
}

#plocha{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height: 100%;
	position: relative;
	min-height:100%;
	
}
body>#plocha {
 height: auto;
 }

#hlavicka{
	display: none;
}
#hlavicka h1{
	padding:0px;
	margin:0px;
	border:0px;
}
#kade{
	display: none;
}
#kotel{
	display: none;
}

#sub_hlavicka{
	display: none;
	}

#logo{
  display: none;
}

#pruh{
	display: none;
}
#menu {
       display: none;
	    
	   }

#sub_plocha{
	width: 90%; 
	/*background-color:#FCD6B0;*/
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px;
	padding-bottom:60px;
}
#sub_plocha h3{
	margin:0px;
	margin-bottom:4px;
	border:0px;
	padding:0px;
}
#paticka{
display: none;
}
table 
{ 
display:table;
text-align:left; 
margin: auto; 
table-layout:fixed;
}
td{
	display: table-cell;
	vertical-align:top;
	
}
tr {
	display: table-row;
	}
table.osoby{
width:100%;
text-align:left;
}
table.fotky{
width:100%;
text-align:center;
}
table.ovoce{
width:50%;
text-align:left;
}
