body {
	font-size: 10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif; 
	background: #FFFFFF url('img/background.png');
	background-repeat: repeat-x;
}

#main {
	width: 758px;
	margin: 5px auto;
	margin-top: 40px;
	text-align: left;
	background: #FFFFFF url('img/menu.png') right top repeat-y;
	color: #442817;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif; 
	border: 1px solid #CCCCCC;
}

h1 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

h1 a span {
	display: none;
}

h1 a {
	display: block;
	width: 758px;
	height: 80px;
	background: #FFF2C4 url('img/logo.png') center top no-repeat;
	text-decoration: none;
}

h2 {
	display: none;
}

h3 {
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 a, h3 a:visited, #menu h3 {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}
h3 span {
	float: right;
}

h3 span, h3 span a, h3 span a:visited, h3 span a:hover {
	color: #CCCCCC;
}

td {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#obsah {
	width: 535px;
	float: left;
	padding: 5px 10px;
}

a img {
	border: none;
}

#menu {
	width: 180px;
	float: right;
	padding: 5px 10px;
	font-size: 10pt;
}

#menu ul, ul.info {
	list-style-type: none;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: #cc0000;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	display: block;
	padding: 1px 2px;
	height: 15px;
	overflow: hidden;
}
#menu a:hover {
	color: red;
}

#menu table tr td {
	width: 70%;
}
#menu table tr td.label {
	width: 25%;
}

#paticka {
	text-align: center;
	font-size: 9pt;
	padding: 2px 3px;
	background: #FFFFFF url('img/background.png') top;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

#paticka a, #paticka a:visited {
	text-decoration: none;
	color: #000000;
}
#paticka a:hover {
	color: #CC0000;
}

#reklama {
  margin: 5px auto;
  border: 1px solid #000000;
  width: 468px;
  padding: 0px;
  overflow: hidden;
}
#reklama * {
	padding: 0px;
	margin: 0px;
}

textarea, #obsah .txt {
	width: 400px;
	padding: 0px 0px 0px 2px;
}

#obsah .txt.obnoveni {
	width: 160px;
}

#menu .txt {
	width: 95%;
}

.txt {
	padding: 1px 2px;
}

textarea, .txt, .info {
	background: #FFFFCC;
	border: 1px solid #EEEEBB;
}

ul.info {
	position: absolute;
	top: 25px;
	left: 0px;
	margin: 2px 3px;
	padding: 0px;
	font-size: 9pt;
}

ul.info li {
	padding: 2px 3px;
}

.top_info, .top_clanky_info {
	display: none;
}

.center {
	text-align: center;
}