/* ----  Pro celou stránku ---- */
* {margin: 0;padding: 0;font-size: small;border: none; color:#000;background-color: #fff;}
body {
}
#menu {display: none;}
.hidden {display:none;}
#top .title {
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 1em 0;
	font-size: 2em;
}
#text h1 {
    font-size: 1.3em;
    margin: 0 10px 0.5em 10px;
    font-weight: bolder;
}
#text h2 {
    margin: 1em 10px 0.5em 10px;
}
#text p.images {
    text-align: center;
    margin:1em 0;
}
#text table {
    width: 80%;
    margin: 1em auto;
    border: 1px #000 solid;
    border-collapse: collapse;
}
#text table caption {
    font-weight: bolder;
    text-align: left;
    width: 80%;
    margin: 1em auto 0 auto;
}
#text table td, #text table th {
    padding: 0.1em 3px;
    border: 1px #000 solid;
}
#bottom {
	border-top: 1px #000 solid;
	margin: 0.5em 0 0 0;
}

