body {
  margin: 0px auto;
  font-family: Arial;
  font-size: 20px;
}

body#bar {
  background: #F1FFD6;
}

div#menu {
  height: 40px;
  line-height: 40px;
  background: #3A9E4D;
  position: fixed;
  top: 0px;
  width: 100%;
  font-weight: bold;
  color: white;
}

div#obsah {
margin-left: 20px;
margin-right: 20px;
}

form {
  margin: 5px;
}

form input, form textarea {
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
form textarea {
  text-align: left;
}

input#fsubmit {
  background: #216E2A;
  color: white;
  font-weight: bold;
  padding: 7px;
}

form a {
  color: #004508;
  text-decoration: none;
}

.ok {
color: green;
border: 1px solid green;
padding: 5px;
background-color: #EBFFE0;
  position: fixed;
  top: 40px;
  width: 100%;
}
.okr {
color: green;
border: 1px solid green;
padding: 5px;
background-color: #EBFFE0;
  position: fixed;
  top: 0px;
  width: 100%;
}
.ko {
color: #C70000;
padding: 5px;
border: 1px solid #C70000;
background-color: #FFE3E3;
  position: fixed;
  top: 40px;
  width: 100%;
}
.kor {
color: #C70000;
padding: 5px;
border: 1px solid #C70000;
background-color: #FFE3E3;
  position: fixed;
  top: 0px;
  width: 100%;
}

.fright {
float: right;
mmargin-right: 20px;
}

.fleft {
float: left;
}

div#odkazy {
padding-top: 2px;
}

div#odkazy:hover {
position: absolute;
top: 0px;
left: 0px;
padding-top: 42px;
}

h1 {
text-align: center;
}

h1 i {
font-size: 70%;
}

div#navigace {
text-align: center;
}

div#navigace a, div#smazat a {
color: #3A9E4D;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
display: inline-block;
padding: 10px;
border: 2px solid #ABECB7;
}
a.smazat {
color: #3A9E4D;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
display: inline-block;
padding: 10px;
border: 2px solid #ABECB7;
}

div#zaznamy {
margin-top: 20px;
border-top: 3px solid gray;
}

div#zaznamy div.select {
width: 100%;
overflow: hidden;
border-bottom: 3px solid gray;
color: gray;
background: #DFF2DC;
}

div#zaznamy div.select:hover {
background: white;
}

div#zaznamy div.select select {
border: 0px;
background: transparent;
padding: 7px;
border: 0px solid black;
font-size: 25px;
width: 120%;
border-bottom: 0px solid silver;
margin: 0px;
}

div#zaznamy div.kolik {
padding-left: 20px;
padding-right: 20px;
font-size: 14px;
}

div#zaznamy div.select form {
margin: 0px;
padding: 0px;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

#trvale {
width: 25px;
height: 25px;
display: inline-block;
margin: 0px;
margin-right: 10px;
float: left;
}

table {
margin-top: 30px;
width: 100%;
border-top: 2px solid gray;
border-collapse: collapse;
}

table td {
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border-bottom: 2px solid gray;
}

div#hlmenu {
overflow: hidden;
width: 100%;
}

div#hlmenu div.w50{
float: left;
width: 50%;
}

div#hlmenu a {
display: block;
text-align: center;
background: #ABECB7;
padding: 0px;
border-top: 4px solid white;
font-weight: bold;
height: 60px;
text-decoration: none;
color: #3A9E4D;
padding-top: 15px;
}

div#hlmenu a:hover {
background: #3A9E4D;
color: white;
}

div#hlmenu a.s1 {
border-left: 4px solid white;
border-right: 4px solid white;
}

div#hlmenu a.s2 {
border-right: 4px solid white;
}

div#menu a {
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
color: white;
line-height: 40px;
display: inline-block;
}

div#menu a:hover {
background: #ABECB7;
color: #3A9E4D;
}

div.nadpis {
font-weight: bold;
color: #3A9E4D;
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
clear: both;
}

div#cile {
margin-top: 20px;
border-top: 1px solid gray;
}
div.cil {
border-bottom: 1px solid gray;
position: relative;
padding: 10px;
border-radius: 0px;
margin: 0px;
}
div.cil a {
color: black;
text-decoration: none;
}
div.cil:first-letter {
text-transform: uppercase;
}
div.cil select {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(255,255,255,0);
color: rgba(255,255,255,0);
border: 0px;
}
div.cil select option {
color: black;
}
div.cil div.opo {
font-size: 70%;
color: gray;
}

select.pridat {
width: 100%;
height: 35px;
border: 1px solid black;
border-radius: 5px;
margin-bottom: 5px;
}