.logo
{
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 250%;
	color: yellow;
}

#menu
{
	width: 800px;
	height: 20px;
}

#menu a 
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover
{
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

td.obsah{
  border-style: solid;
  border-width: 1px;
  border-color: #6D9465;
  padding: 20px 20px 20px 20px;
}

p {
  text-align: justify;
}

.vstupok {
background : white;
color: #000000;
font-weight: bold;
}

.vstuperr {
background : #FF0000;
color: white;
font-weight: bold;
}

.obraz
{
  border: 0px;
  cursor : pointer;
}

.str
{
  font-weight: normal;
	text-decoration: none;
	color: #111111;
	padding: 0 5px;
	margin: 0 1px; 
  background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.strx
{
  font-weight: normal;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 2px; 
  border: 1px solid #d2d2d2;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #4692BF;
	color: #FFF;
}

#stry
{
  font-weight: normal;
	text-decoration: none;
	color: #111111;
	padding: 0 5px;
	margin: 0 1px; 
  background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

#str:hover {
	border-color: #d2d2d2;
	background-color: #4692BF;
	color: #FFF;
	text-decoration: none;
}
