body {
    color: black;
    background: white;
    width: 100%;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
    text-align: center;
    font-size: large;
    font-family: Georgia, "Times New Roman", Times, serif;

    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: thin solid silver;
}
h1 img {
    margin-bottom: .5em;
}
h1 a:link, h1 a:visited {
    text-decoration: none;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    margin-bottom: .5em;
}

a:link, a:visited {text-decoration:underline;color:black;}

ul {
    list-style: circle;
}
ul li {
    margin: .5em 0 .5em 2em;
}

#fotopodpis {
    text-align: center;
    margin-bottom: 1em;
    float: right;
    width: 33%;
}

p {
    text-align: justify;
    line-height: 1.4;
    margin-bottom: 1em;

}

#foot, #subfoot {
    text-align: center;
    margin-top: 2em;
    padding-top: .5em;
    border-top: thin solid silver;
    font-size: x-small;
    color: silver;
    clear: both;
}

#lang, #mapa, #toplinks, #leftmenu {
    display: none;
}
