body {
  background-color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 12pt;
}

body {
  text-align: center;
}


a {
  text-decoration: none;
  color: blue;
}

a:hover {
  color: rgb(255, 51, 0);  
}

a.nadpis {
  text-decoration: none;
  padding: 0px;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 16pt;
  font-weight: bold;
  color: rgb(7, 145, 7);
}

a.menu {
  text-decoration: none;
  color: black;
}

a.menu:hover {
  color: rgb(255, 51, 0);
}

table {
	border: 4px solid #FF9028;
	margin-bottom:5px;	
}

td {
  padding: 2px;
  font-family: Arial;
}

td.hlavicka {
  font-size: 16px;
  font-family: Arial;
  color: white;
  background-color: rgb(255, 153, 0);
}

input {
  padding: 0px;
}

div {
  padding: 0px;
}

div.nadpis1 {
  padding: 15px;
  text-align: center;
  font-size: 32pt;
}


div.nadpis2 {
  padding: 0px
  text-align: justify;
  font-family: Times New Roman;
  font-size: 16pt;
  font-weight: bold;
  color: rgb(7, 145, 7);
}

div.text {
  padding: 15px;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 14pt;
}

div.text2 {
  padding: 5px;
  text-align: right;
  font-family: Times New Roman;
  color: rgb(7, 145, 7);
  font-size: 14pt;
}

div.odstavec {
  padding: 0px;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 14pt;
}

div.rce {
  padding: 0px;
  font-family: Courier;
  font-size: 14pt;
  color: rgb(7, 145, 7);
}

div.odkaz {
  padding: 0px;
  font-family: Arial;
  font-size: 12pt;
  text-align: center;
}


#hlavicka {
  background-color: rgb(10, 89, 208);
  position: absolute;
  width: 1000px;
  height: 80px;
  top: 0px;
  left: 0px;
}

#odkazy {
  background-color: rgb(100, 150, 230);
  position: absolute;
  width: 1000px;
  height: 40px;
  top: 80px;
  left: 0px;
}

#odkazy_pozadi {
  background-color: rgb(0, 0, 0);
  position: absolute;
  width: 1000px;
  height: 20px;
  top: 20px;
  left: 0px;
}

#odkazy_home {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 4px;
}

#odkazy_ts {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 170px;
}

#odkazy_rezervace {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 336px;
}

#odkazy_darci {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 502px;
}

#odkazy_zamestnanci {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 668px;
}

#odkazy_odhlaseni {
  background-color: rgb(255, 153, 0);
  position: absolute;
  width: 162px;
  height: 30px;
  top: 10px;
  left: 834px;
}


#main {
  background-color: rgb(206, 224, 252);
  position: absolute;
  width: 1000px;
  top: 120px;
  left: 0px; 
}

