body {
  font-family: Verdana, Arial, Helvetica;
  text-align: center;
  background-color: Gray;
  margin-top: 10px;
  margin-bottom: 5px;
  color: Black; }

#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background: WhiteSmoke;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
}

#header {
  height: 220px;
  background: White url('../images/budova.jpg') bottom left no-repeat;
  clear: both; }

#menu {
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 24px;
  background: Gray;
  border-top: 1px solid Black; 
  border-bottom: 1px solid Black;
  clear: both;
 }

#content {
  padding-top: 15px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;  }

#center h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: Black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 16px;
  border: 1px solid Black;
  background-color: #FDC903;}

#center h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  color: Black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 16px;
  border: 1px solid Black;
  background-color: #FDC903;
  width: 50%; }

#center p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  text-indent: 16px; }

#center ul {
  font-size: 12px; }

#center A:visited { COLOR: Red; text-decoration: underline; }
#center A:hover { COLOR: Gray; text-decoration: underline; }

#footer {
  height: 50px;
  clear: both;
  background: WhiteSmoke ; 
  border-bottom: 1px solid Black; }

#footer p {
  padding-bottom: 14px;
  text-align: center;
  font-size: 10px;
  line-height: 8px;
  color: Black; }

#footer A:link { COLOR: Black; text-decoration: none }
#footer A:visited { COLOR: Black; text-decoration: none }
#footer A:active { COLOR: Red; text-decoration: none }
#footer A:hover { COLOR: Red; text-decoration: underline }

#navcontainer ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: Gray; 
  color: Black;
  float: left;
  width: 800px;
  font-size: 12px;
  font-weight: bold; }

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid White; }

#navcontainer ul li a:hover {
  background-color: Red;
  color: White; }

#tbl {
  font-size: 14px;
  letter-spacing: 0px;
  padding-left: 18px; }

#tbl td {
  padding-left: 20px; }

#center img {
  float: right;
  padding: 10px;}

