/*
 * lubomir-sedivy                                                  Martin Sedivy
 * =============================================================================
 * print css
 * -----------------------------------------------------------------------------
 *                                                        (c) Martin Sedivy 2016
 */



/* ========================================================================== *
 * --- general elements ----------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: black;

    background: white;
}
p {
    margin: 0.5em 0;
}

body, #page, #content {
    max-width: 800px;
}


/* --- links ---------------------------------------------------------------- */
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: black;
}

/* --- headers -------------------------------------------------------------- */
h1, h2 {
    margin: 0.5em 0;
}
h1 {
    font-size: 1.1875em;    /* standardne 19px */
}
h2 {
    font-size: 1em;    /* standardne 16px */
    margin: 2em 0 0.5em;
}



/* ========================================================================== *
 * --- content -------------------------------------------------------------- */

#page {
    position: absolute;
    top: 0; left: 0;
}
#content {
    position: relative;
    margin: 0!important;
    padding: 3em;
    background: white;
}

ul.contentcv {
    font-size: 0.875em;    /* standardne 14px */
}
ul.contentcv li {
    list-style: none;
}
