#ITW {
    margin-top: 1em ;
}

#main:link, #main:visited {
    text-decoration: none;
    color: white;
    font: 50px Arial;
    font-weight: bold;
    font-style: italic;

}

h1 {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

body {
    margin-left: 22.5%;
    margin-right: 22.5%;

    background-image: url("./resources/cv_3/bg.jpg"), url("./resources/cv_3/footer_bg.gif"), url("./resources/cv_3/footer_bg.gif");
    background-repeat: repeat-x, repeat-x, repeat-x;
    background-position: 10% 0%,  50% 100%, 50% 95%;
}

p {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

h2 {
    color: #b15e23;
    font: 100% Arial;
    font-weight: bold;
}

h2#first {
    margin-top: 2em ;
}

h2#third {
    margin-top: 1em;
}

#intr {
    color: #d5a17c;
    font: 1.5em Arial;
    font-weight: bold;
    font-style: italic;
    margin-block-end: 1.85em;
}

h2#second {
    margin-top: 1em;
}

h2#fourth {
    margin-top: 1em;
    margin-bottom: 1em;
}

h2#fifth {
    color: white;
    padding-top: 1em;
}

h2#sixth {
    color: white;
    padding-top: 1em;
}

li.nav {
    font: 0.9em Arial;
    display: inline;
    margin-left: -4%;
}

li.nav + li.nav {
    margin-left: 1%;
}


.nav:link, .nav:visited {
    text-decoration: none;
    color: white;
}

a.nav:hover {
    position: relative;
}

a.nav:hover::after {
    content: url(resources/cv_3/menu_bullet.gif);
    display: block;
    position: absolute;
    left: 50%;
}

.gray_pad {
    color: #656565; 
    margin-bottom: 5.5em;
    text-align: justify;
}

.gray {
    color: #656565;
    padding-bottom: 5%;
    text-align: justify;
}

.black {
    color: #3c1f0a;
    font-weight: bold;
    border-bottom: 0.13em dotted;
    display: flex;
    text-decoration: none;
}

table {
   border: 0.2em solid black;
   text-align: center;
}

td.rd {
    background-color: #b15e23;
    border: 0.13em dotted black;
    border-right: 0.13em solid black;
    border-bottom: 0.13em solid black;
}

td.body {
    width: 25em;
    background-color: #b15e23;
    border: 0.13em dotted black;
    border-right: 0.13em solid black;
    border-bottom: 0.13em solid black;
}

td.namae {
    width: 10em;
    text-align: left;
    border-top: 0.1em solid black;
    border-bottom: 0.1em solid gray;
}

td.else {
    border-top: 0.1em solid black;
    border-bottom: 0.1em solid gray;
}

dt {
    color: white;
    float: left;
    width: 100px;
}

dd { 
    margin: 0 0 0 80px; 
    padding: 0 0 0.5em 0; 
} 

a.brown {
    color: #d5a17c;
    text-decoration: none;
}

li.ok {
    padding-inline-start: 0.5em;
    list-style-image: url(./resources/cv_3/footer_list_bullet.gif);
}

.ft {
    padding-left: 2em;
}   

.prednasky_column {
    float: left;
}

.left_prednasky {
    width: 54%;
    margin-right: 1%;
  }
  
.right_prednasky {
    padding-left: 1%;
    width: 39%;
  }

.img_left {
    float: left;
    margin-right: 5%;
}

.column {
    float: left;
}

.left {
    width: 50%;
  }
  
.right {
    width: 50%;
  }

.pad {
    margin-bottom: 2em;
}

.cv_pad_1 {
    margin-bottom: 1em;
}

.cv_pad {
    margin-bottom: 1em;
    padding-top: 1em;
}

.black_2 {
    color: #3c1f0a;
    font-weight: bold;
    display: flex;
    text-decoration: none;
}

.border_dot {
    border-bottom: 0.13em dotted;
}

.bkg {
    background-image: linear-gradient(to right, #f1f1f1, white);
    padding-bottom: 1em;
}

.right_pad {
    float: right;
}