/* CSS Document */
.heading {
  background-color: #8baecd;
  padding: 2px;
  font-weight: bold;
}

.content_url {
  background-color: #c9d8e7;
  font-size: 14px;
  padding: 2px;
}

.content_name {
  background-color: #ffffff;
  font-size: 14px;
  padding: 2px;
}

.footer {
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.odkaz {
  text-decoration: none;
}

a:visited {
  color: blue;
}

a:link {
  color: blue;
}

.bottonGrey{
	background: #656565;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px;
  border-bottom-color: #333333;
  border-right-color: #333333;
  border-top-color: #E6EAF4;
  border-left-color: #E6EAF4;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  margin-bottom: 10px;
}

.inputGrey{
	background: #c9c9c9;
  color: #404040;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px;
  font-weight: bold;
  border-top-color: #000000;
  border-left-color: #000000;
  border-top-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  margin-left: 350px;
  margin-bottom: 10px;
}
