* {
    margin: 0;
    padding: 0;
    font-family: Palatino, 'palatino linotype', Times, 'Times New Roman', serif;
}
body {
    font-size: 1em;
    color: #000;
}
a:link, a:visited, a:active, a:hover {
    color: #666;
}
table
{
    border-collapse: collapse;
    margin: 10px 0;
}
td {
    vertical-align: top;
    font-size: 1em;
    color: #000;
    padding: 5px 10px;
    border: #666 1px solid;
}
tr.hlavicka td
{
    background: #ddd;
    color: #000;
}
div#all{
    background: #333 url('./img/03.jpg') repeat-y top left;
}
ul#menu{
    display: none;
}
h1 a, h2, h3, h4 {
    font-weight: normal;
    font-family: Century Gothic, Arial, sans-serif;
    color: #666;
    margin: 30px 0 20px 0;
}

h1 a {
    font-size: 2em;
    text-decoration: none;
}
h2{
    font-size: 1.6em;
}
h3{
    font-size: 1.4em;
}
h4{
    font-size: 1.2em;
}
p{
    text-align: justify;
    margin: 10px 0;
}
div#submenu{
    display: none;
}

img{
    border: solid black 1px;
}

.img1{
    float: left;
    margin: 10px;
}

.photos img{
    border: solid black 1px;
}
.center, .photos{
    text-align: center;
}
