.stranka {
background-color: white;
    text-decoration: none;
    font-size: 10pt;
    font-family: "Sans", "Tahoma";
    color: black;
}

.menu {
    background-color: #e0e9e9;
    font-size: 10pt;
    font-family: "Sans", "Tahoma";
    font-weight: bold;
    color: #black;
    
}
#banner {
position: absolute;
width: 924px;
height: 120px;
top: 10px;
left: 50%;
margin-left: -462px;
border: 2px;
}

#menu1 {
position: absolute;
width: 200px;
top: 135px;
left: 50%;
margin-left: -462px;
}

#menu{
position: absolute;
width: 200px;
height: 200px;
top: 160px;
left: 50%;
margin-left: -462px;
background-color: #e0e9e9; 
}
#menu2 {
position: absolute;
width: 200px;
top: 360px;
left: 50%;
margin-left: -462px;
}
#navrat{
position: absolute;
width: 200px;
height: 155px;
top: 450px;
left: 50%;
margin-left: -462px;
}

#menu a {
    text-decoration: none;
    background-color: #e0e9e9;
    font-size: 10pt;
    font-family: "Sans", "Tahoma";
    font-weight: bold;
    color: black;
  }
  

#menu a:hover {
    text-decoration: none;
    background-color: #e0e9e9;
    font-size: 10pt;
    font-family: "Sans", "Tahoma";
    font-weight: bold;
    color: #3300ff;
  }

#main{
position: absolute;
width: 719px;
top: 135px;
height: 75%;
left: 50%;
margin-left: -257px;
}

.nadpis14 {

    text-decoration: none;
    font-size: 14pt;
    font-family: "Sans", "Tahoma";
    color: black;
    font-weight: bold;
}
.nadpis12 {

    text-decoration: none;
    font-size: 12pt;
    font-family: "Sans", "Tahoma";
    color: black;
    font-weight: bold;
}

