/* CSS Document */

body
       {
       font-family: Arial, Verdana;
       }

#menu1{
  padding-left: 10px;
  padding-top: 10px;
}
#menu1 a{
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#menu1 a:hover{
  color: #FDFE7E;
}
#menu1 .aktivni{
  color: #FDFE7E;
}

#menu2{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #A00C0A;
}
#menu2 h1{
  font-size: 13px;
  color: white;
  margin: 0px;
  padding-left: 10px;
  padding-top: 1px;
}
#menu2 h1 a{
  color: white;
  text-decoration: none;
}
#menu2 a{
  color: #A00C0A;
  text-decoration: none;
}


#obsah{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding: 15px;
}
#obsah h1{
  font-size: 14px;
  font-weight: bold;
  color: #A4030B;
  margin: 0px;
}


#fotogalerie a{
  font-size: 12px;
  font-weight: bold;
  color: #660000;
  margin: 0px;
  text-decoration: none;
}


.a_zpet{
  font-size: 11px;
  font-weight: bold;
  color: 660000;
}


#situace h2{
  font-size: 11px;
  font-weight: bold;
  color: #660000;
  margin: 0 0 0 10px;
}
#situace table{
  font-size: 10px;
  font-weight: normal;
  color: black;
}
#situace th{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-weight: normal;
  padding-right: 30px;
  color: white;
  background: #885555;
}
#situace td{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin: 0px;
}
#situace tr .l{
  background: white;
}
#situace tr .s{
  background: #eeeeee;
}
#situace input{
  font-size: 9px;
  font-weight: normal;
  color: black;
  border: 1px solid black;
  background: #ddcccc;
  cursor: Pointer;
}
#situace h1{
  font-size: 15px;
  font-weight: bold;
  color: #444444;
  margin: 0px;
}

#formular1 input{
  font-size: 11px;
  font-weight: normal;
  color: black;
  padding-left: 2px;
}
#formular1 table{
  font-size: 11px;
  font-weight: normal;
  color: black;
}
