@charset "utf-8";
body {
  background-color: #FFFFFF;
  font-size: 9px;
  font-family: Arial, sans-serif;
  margin: 0px;
  padding: 0px
}

a:link {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: none;
  text-decoration: none;
  color: #00338d;
}
a:active {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: none;
  text-decoration: none;
  color: red;
}
a:hover {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: none;
  text-decoration: none;
  color: red;
}
a:visited {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: none;
  text-decoration: none;
  color: #00338d;
}

/* horni menu na uvodni strance*/
#mmenu {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
#mmenu a {
  color: black;
  margin-right: 4px;
  text-align: center;
}
#mmenu a:hover {
  color: #00338d;
  margin-right: 4px;
}

/* horni menu*/
#menu {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
#menu a {
  color: black;
  margin-right: 4px;
}
#menu a:hover {
  color: #00338d;
  margin-right: 4px;
}

#text {
  position: relative;
  font-size: 12px;
  text-align: justify;
}
#textvetsi {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
#textmaly {
  position: relative;
  font-size: 11px;
  color: #0099FF;
}
#nadpis {
  font-size: 18px;
  color: #C0C0C0;
  text-align: left;
  font-weight: bold;
  padding: 2px;
}

/* modre ctverecky pod cisly */
#zarazky {
  font-size: 12px;
  color: white;
  line-height: 16px;
  position: relative;
  text-align: center;
  background-color: #0099FF;
}

/* adresa a telefony na titulce */
#kontakt {
  font-family: sans-serif;
  font-size: 9px;
  border: 0px solid red;
  position: relative;
  text-align: right;
}

/* postranni menu */
#strom {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #00338d;
  line-height: 25px;
}
#strom a:link {
  line-height: 25px;
  color: #00338d;
}
#strom a:hover {
  line-height: 25px;
  color: gray;
}
#stroms {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: gray;
  line-height: 25px;
}

