/* HTML */
body {
    line-height:1.5;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#000;
    background:none;
    font-size:10pt;
}
img {
    border:1px solid #000;
    margin:.5em;
}
a {
    text-decoration:underline;
    color: #000;
}
p {
    text-align: justify;
}
table {
    border-collapse:collpase;
    margin: .1em 0 1em;
}
th, td {
    border:1px solid #333;
    padding:.3em 1em;
    text-align: left;
}
th {
    font-weight:bold;
}

/* Tridy, Id */
.noprint,
.invisible,
#main .mod_navigationSub,
#right {
    display:none;
}

/* Bloky */
#logo a {
    text-decoration:none;
}
#header {
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#footer {
    border-top: 1px solid #333;
    padding-top: 1em;
    margin-top: 1em;
}

/* Moduly */
.mod_breadcrumb, .mod_breadcrumb a {
    font-style: italic;
    color: #333 !important;
}
