
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #660000;
  color: black;
  background-color: white;
}

.cssCtverecek {
  border: 1px solid red;
  color: red;
  background-color: white;
  margin: 10px;
  text-align: center;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-align: left;
}

.yrow {
  background-color: #FFFFCC;
}

.menu a, .menu a:visited {
  color: white;
  font-weight: bold;
}

.menu a:hover {
  text-decoration: underline;

}

h1 {
  color: #660000;
  font-size: 20px;
  margin-top: 10px;
}

h2 {
  color: #660000;
  font-size: 16px;
  border: 1px solid #660000;
  padding: 5px;
  margin-bottom: 10px;
}

hr {
  color: #660000;
  height: 1px;
}


.btn {
  color: white;
  background-color: #660000;
  font-size: 12px;
  font-weight: bold;
}

.pozn {
  color: black;
  font-size: 11px;
}

th,td {
  padding: 3px;
}

.cssList {
  text-decoration: underline;
  font-weight: bold;
  color: black;
}

.cssInv td{
  background-color: #660000;
  font-weight: bold;
  color: white;
}

.cssRed td, .cssRed {
  color: red;
  font-weight: bold;
}

.cssLink {
  color: #660000;
  font-weight: bold;
}

