
BODY {
    background-color: #e0e0e0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#menu {
    float: left;
}

#menu_kontakt {
    width: 170px;
    padding-left: 5px;
    font-size: 8pt;
    line-height: 1.5em;
}

#menu_kontakt a {
    color: black;
}

#logo {
    padding-bottom: 4px;
}

#hlavni {
    width: 770px;
    text-align: left;
    background-color: #FFAA33;

}

#stred {
    background-color: white;
    margin-left: 180px;
    border-left: solid 5px #e0e0e0;
}

.text {
    padding: 5px;
    border: solid 2px brown;
    line-height: 1.5em;
}


.polozka_menu {
    height: 30px;
    margin: 5px;
    width: 160px;
    margin-top: 10px;
    padding-left: 10px;
    line-height: 28px;
    background-color: #ee3333;
}

.polozka_menu a {
    color: white;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.polozka_menu a:hover {
    color: black;
}

#nadpis1 {
    font-weight: bold;
} 

.nadpis2 {
    font-weight: bold;
    font-size: 14pt;
} 

h3 {
   line-height: 1.5em;
}

h1 {
   line-height: 1.5em;
   font-size: 12pt;
}

.cervena {
  color: red;
}

.zvyrazneni {
  color: white;
  font-size: 10pt;
  font-weight: bold;
}

.zvyrazneni2 {
  font-size: 12pt;
  color: red;
}

#copy {
    text-align: center;
    margin-top: 5px;
    width: 770px;
    line-height: 2em;
    font-size: 7.5pt;
    background-color: #FF6633;
    clear: all;
}

#copy a {
    text-decoration: none;
    color: #eeeeee;
}

