body {
	background-image: url('../images/pozadi.jpg');
	background-repeat: repeat-x;
	background-position: 50% 0px;
	background-color: #e9ecef;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {border: none;}

#vrsek {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	height: 113px;
}
#vrsek img {
	border: 0px;
}


#menu {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	text-align: right;
	padding-right: 30px;
}
#menu img {
	border: 0px;
}


#pruh {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	height: 164px;
}


#obsah {
	width: 884px;
	min-height: 300px;
	>height: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/obsah-pozadi.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: -20px;
	_margin-top: 0px;
}
#obsah #text{
	width: 834px;
	min-height: 300px;
	>height: 300px;
	height: auto;
	background-image: url('../images/obsah-vrsek.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 82%;
}
#obsah #text h1{
	font-size: 120%;
	color: #3384c2;
  border-bottom: 1px solid #3384c2;
}
#obsah #text h2{
	font-size: 110%;
	color: #3384c2;
}

div.info {
  color: #3384c2;
  font-size: 0.95em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

div.info a {
  color: #3384c2;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 5px;
}

div.info a:hover {
  text-decoration: none;
}

div.texty {
  color: black;
  font-size: 0.90em;
  margin: 0 0 10px 0;
}


#obsahspodek {
	width: 884px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/obsah-spodek.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: -20px;
}


#spodek {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	text-align: center;
	color: #6c6f72;
}
#spodek a{
	color: #6c6f72;
	text-decoration: none;
}
#spodek a:hover{
	color: #6c6f72;
	text-decoration: underline;
}

tr.full td {color: red;}

