a {
  color: rgb(57,61,3);
  text-decoration: none;
}

a:hover {
  color: rgb(0,102,102);
  text-decoration: underline;
}

body {
  background-color: #B39F55;
  color: black;
  text-align: center;
}

#page {
  width: 900px;
  margin: 0 auto;
  background: #CABD88;
  min-height: 500px;
}

#logo {
  width: 900px;
  height: 75px;
  background-image: url("../images/logo.png");
}

#bottom {
  width: 900px;
  height: 25px;
  margin: 0 auto;
  background: #CABD88;
  background-image: url("../images/bottom.png");
  font-size: small;
}

#zobraz {
  width: 10px;
  height: 150px;
  font-size: 0px;
  border: 5px solid #CABD88;
  border-left: 0px;
  top: 150px;
  left: 0px;
  position: fixed;
  opacity: 0.3;
  background: #B39F55;
  background-image: url("../images/sipka.png");
  color: #B39F55;
}

#zobraz a {
  color: #B39F55;
}

#zobraz:hover a {
  color: rgb(57,61,3);
  text-decoration: none;
}

#zobraz:hover a:hover {
  color: rgb(0,102,102);
  text-decoration: underline
}

#zobraz:hover {
  opacity: 0.9;
  font-size: small;
  width: 100px;
  height: 150px;
  background: #B39F55;
  color: black;
}


#tabulka {
	margin: 0 auto;
	border: 3px solid #3585D1;
	text-align: center;
}

#tabulka td {
	border: 1px solid gray;
}

#tabulka a:hover {
	text-decoration: underline;
}

#tabulkaa {
	text-align: center;
	margin:  0 auto;
}

textarea {
	width: 800px; 
	height: 500px; 
	overflow: auto;
	border: 1px solid #3585D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.input {
	width: 350px; 
	height: 21px;
	border: none;
	text-align: center;
	border: 1px solid #3585D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tlaca {
  border: 1px solid #3585D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#pryc {
  position:fixed;
  top:10px;
  right:10px;
  width: 100px;
  height: 20px;
  background: #CABD88;
  opacity: 0.4;
}

#pryc:hover {
  opacity: 1.0;
}

#prejdi {
  position: fixed;
  bottom: 5px;
  left: 5px;
  height: 20px;
  width: 300px;
  overflow: hidden;
  border: 5px solid #CABD88;
  opacity: 0.4;
  background: #B39F55;
}

#prejdi:hover {
  height: 80px;
  opacity: 1.0;
}
