/* Tiskovy styl */

body {
    font-family: Georgia, "New York CE", utopia, serif;
    font-size: 0.9em;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}

.only_print {
    display: block !important;
}

#logo, #kde_jsme, #clenove, #sidebar, #servis_bottom, .strankovani, #header h3, #reklama_box {
    display: none;
}

#logo_print {
    display: block !important;
    text-align: right;
    float: right;
    width: 150px;
}

#hr_print {
    display: block !important;
    clear: both;
    height: 3px;
    color: silver;
}

a {
    color: #0079c0;
}

.p_odkaz {
    text-align: right;
}

#footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 3px solid silver;
    font-size: 0.8em;
}

/* AKTUALITY */
#aktuality {
    padding: 0 0 5px 0;
}

#aktuality h3 {
    margin: 2px 0 10px 0;
    padding: 0 0 0 0;
    font-size: 130% !important;
}

#aktuality p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#aktuality p span {
    font-style: italic;
    font-size: 0.9em;
}


/* KONEC - KTUALITY */

