/* CSS Document ------------------------------------------------------------ */
div, p, body, h1, h2, h3, h4, span, ul, li{
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}
body {
	background: #000000 url('default/back.png');
	font-size: 12px;
	font-family: "Trebuchet MS", Sans-Serif;
}
a {
	color: #00008b;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	/*background-color: #fee9cd;*/
	color: #ff6600;
}
a.no {
	color: none;
	padding-left: none;
	padding-right: none;
	text-decoration: none;
	cursor: pointer;
}
a.no:hover {
	color: none;
	background: none;
	text-decoration: none;
}
img {
	border: 0px;
}
h1 {
	margin-left: -2000px;
	position:absolute;
}
h2 {
	font-size: 20px;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}
h3.kategorie {
	font-size: 15px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9bd3da;
	text-align: right;
}
h4 {
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
/* ----------container to center the layout-------------- */
div#container {
	width: 720px;
	margin: 10px auto;
	border: 10px solid #ffffff;
	background: #fff;
}
/* -----------------content--------------------- */
div#content {
	background-color: #ffffff;
	background: url('default/text_bg.png') right 38px no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 160px;
}
div#content {
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto": "600px");
}
p, pre {
	padding-top: 0px;
	padding-bottom: 10px;
}
div#banner {
	font-size: 20px;
	font-family: Georgia;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #ffffff url('default/head2.png') 160px 0px no-repeat;
	height: 135px;
	color: #000033;
	border-bottom: 15px solid #ffffff;
}
div#banner a, div#banner a:hover {
	height: 100%;
	width: 155px;
	margin-left: 0px;
	text-align: center;
	display: block;
	color: transparent;
	background-color: none;
	background: url('default/head1.png') no-repeat;
}
/* --------------left navi------------- */
div#left {
	float: left;
	width: 160px;
	background: #eeeeee url('default/left.png') repeat-y;
}
/* -----------footer--------------------------- */
div#footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	background: #ff6600 url('default/footer.png') bottom;
	line-height: 15px;
	padding: 3px 15px;
	color: #ffffff;
	border-top: 10px solid #ffffff;
}
div#footer a {
	color: #ffffff;
}
div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/* --- menu --- */
div#menu {
	text-align: left;
}
div#menu div.header {
	line-height: 25px;
	color: #ffffff;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: Garamond;
	background-color: #ff6600;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 3px;
}
div#menu div.long {
	padding-left: 0px;
	text-align: center;
}
div#menu div.submenu {
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 3px;
}
div#menu div.submenu a {
	padding-left: 0px;
}
div#menu div.blocka a {
	display: block;
}
div#menu div.left {
	text-align: left;
	padding: 10px 5px 10px 5px;
}
div#menu div.comment {
	text-align: left;
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}
div#menu div.comment span.jmeno {
	font-size: 13px;
}
div#menu a.top {
	border-top: 1px solid #ffffff;
}
div#menu a.item, div#menu a.hitem, div#menu a.subitem, div#menu a.hsubitem {
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-left: 20px;
	font-size: 12px;
	background: #eeeeee url('default/menu.png') repeat-y;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}
div#menu a.item:hover, div#menu a.hitem, div#menu a.hitem:hover {
	background: #ff6600 url('default/menulink.png') repeat-x;
	text-decoration: none;
}
div#menu a.subitem {
	color: #4B4B4B;
	background: #eeeeee;
	border-bottom: 1px solid #ffffff;
}
div#menu a.subitem:hover {
	background: #eeeeee url('default//h1.png') repeat-x;
}
div#menu a.hsubitem, div#menu a.hsubitem:hover {
	color: #000000;
	background: #eeeeee url('default/h1.png') repeat-x;
	border-bottom: 1px solid #ffffff;
}
div#menu div.submenu a.rss {
	background: url('default/rss.png') no-repeat 0px center;
	padding-left: 20px;
	display: inline-block;
}
div.menu2 {
	text-align: left;
}
div.menu2 a {
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	border: 1px solid #0066ff;
	cursor: pointer;
}
div.menu2 a:hover {
	border: 1px solid #0000cc;
	background-color: #dfefff;
}
/* ---------- panel novinek ---------- */
div#novinky {
	padding: 0px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ffffff url('default/box_bg.png') bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	font-size: 11px;
}
div#novinky span.text {
	display: block;
	margin-left: 50px;
	line-height: 18px;
}
div#novinky span.tym {
	font-weight: bold;
}
div#novinky span.date {
	font-weight: bold;
	margin-right: 10px;
	float: left;
}
div#novinky h3 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 1px 0px;
	margin-top: 3px 0px 1px 0px;
	color: #ff8000;
	letter-spacing: 1px;
	line-height: 25px;
}
/* ---------- panel článků ---------- */
div.titulek {
	line-height: 25px;
	color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Garamond;
	background: #ff6600;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-left: 6px;
}
div.noleft {
	margin-left: 0px;
}
div.text {
	margin-top: 0px;
	padding: 25px;
	padding-right: 23px;
}
}
div.text {
	min-height: 570px;
	height: expression(this.scrollHeight > 570 ? "auto": "570px");
}
p.text {
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 17px;
	font-family: Georgia;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div.perex {
	margin-right: 100px;
	line-height: 17px;
	font-size: 11px;
	text-align: justify;
}
div.info {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px 0px 15px 5px;
	border-bottom: 1px solid #ff6600;
	clear: right;
}
div.info img {
	border: 0px;
}
div.noborder {
	border-bottom: 0px;
	margin-bottom: 0px;
}
div.obrazek {
	float: right;
	text-align: right;
	padding-top: 5px;
}
div.clanek_text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ffa133;
	line-height: 18px;
	text-align: justify;
}
p.text {
	text-align: justify;
}
table.fotky td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 17px;
	text-align: center;
}
table.fotky td a {
	padding: 0px;
}
/* --- kniha návštěv, komentáře --- */
div.titulek a {
	color: #ffffff;
	background: #ff6600;
	text-decoration: none;
	cursor: default;
}
div.msg_name {
	font-size: 11px;
	font-family: Georgia;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #ff6600;
	background: #eeeeee url('default/h1.png');
}
div.msg_name span.date {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
div.msg_name span.num {
	padding-right: 10px;
	font-weight: normal;
	background: url('default/comments.gif') left center no-repeat;
	padding-left: 25px;
}
div.msg_text {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #e8e9ee;
	clear: right;
}
div.msq_answer {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 30px;
	padding-left: 3px;
	background-color: #e8e9ee;
	border-bottom: 1px solid #ff6600;
}
input, textarea, select {
	font-size: 8pt;
	background-color: #fffcf7;
	color: #000000;
	border: 1px solid #ffaa6d;
	font-family: Trebuchet MS;
	margin-top: 2px;
}
input:focus, textarea:focus, select:focus {
	border-color: #ff6600;
	background-color: #ffffff;
}
input.panel {
	background-image: url('default/tl_bg.png');
	margin: 1px 2px 1px 1px;
	border: 0px;
	height: 22px;
	width: 23px;
}
input.panel:hover {
	background-image: url('default/tl_hoverbg.png');
}
input.panel2 {
	background-image: url('default/tl_bg2.png');
	margin: 1px 2px 1px 1px;
	border: 0px;
	height: 22px;
	width: 40px;
}
input.panel2:hover {
	background-image: url('default/tl_hoverbg2.png');
}
input.panel {
	background-image: url('default/tl_bg.png');
	margin: 1px 2px 1px 1px;
	border: 0px;
	height: 22px;
	width: 23px;
}
input.helpline {
	background-color: #fff3e3;
	border: 0px;
	color: #000000;
	padding: 3px;
}
tr.colored td, tr.colored th {
	background-color: #fff3e3;
}
td.submit {
	background-color: #fff3e3;
	text-align: center;
	padding: 3px;
}
tr.last td, tr.last th {
	padding-bottom: 25px;
	vertical-align: top;
}
td.submit input {
	width: 90px;
}
div.warn, div.confirm {
	background-color: #ffcccc;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
div.confirm {
	background-color: #ccff99;
}
table.form {
	width: 100%;
}
/* --- panel linků --- */
a.page {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
}
a.page:hover {
	color: #00008b;
	border: 1px solid rgb(15,120,170);
	padding-left: 4px;
	padding-right: 4px;
	background: #ffffff;
}
/* --- odstavec --- */
p.text {
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #ff6600;
	margin-bottom: 15px;
	margin-top: 15px;
}
/* --- tabulky --- */
table.tabulka_1 {
	font-size: 7pt;
	text-align: left;
}
table.tabulka_2 {
	font-size: 8pt;
	text-align: left;
}
table.tabulka {
	font-size: 8pt;
	text-align: left;
	margin-bottom: 20px;
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-collapse: collapse;
*/
}
table.tabulka tr.datum td {
	font-weight: bold;
	padding-right: 4px;
}
table.tabulka td {
	padding-right: 10px;
}
/* --- další --- */
.show_part {
	cursor: pointer;
}
/* anketa ------------------------------------------------------------------- */
div.submenu div.warn, div.submenu div.confirm {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	display: block;
	color: red;
	border-bottom: 1px solid #ffffff;
}
div.anketa {
}
div.otazka {
	text-align: center;
	padding: 2px 5px 6px 5px;
}
div.odpoved {
	clear: right;
	padding: 2px 5px 3px 5px;
	line-height: 18px;
}
div.odpoved:hover {
	background-color: #ececec;
}
span.procent {
	display: block;
	vertical-align: middle;
	float: right;
	font-size: 10px;
	text-align: right;
}
img.percentImage {
	background: url('default/percentImage_back.gif') top left no-repeat;
	margin-right: 10px;
	background-position: 1px 0px;
}
/* etc. --------------------------------------------------------------------- */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
img.right {
	text-align: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
/* tabulky apod. ------------------------------------------------------------ */
table.table, table.table_2 {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
}
table.table th, table.table td, table.table_2 th, table.table_2 td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	font-family: Trebuchet MS;
	vertical-align: top;
	border: 1px solid #ff8000;
}
table.table tr.gulls td {
	background-color: #ffefd9;
}
tr.head td {
	font-weight: bold;
}
div.hrac_img {
	float: left;
	margin-top: 10px;
}
div.hrac_info {
	margin-left: 110px;
	margin-bottom: 30px;
	margin-top: 15px;
	font-size: 11px;
}
table.hrac {
	border: 1px solid red;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
	width: 400px;
}
table.hrac td {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
	font-family: Trebuchet MS;
	vertical-align: top;
	border: 1px solid red;
}
tr.head td {
	font-weight: bold;
}
table.archiv {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	width: 100%;
}
table.archiv td {
	vertical-align: top;
}
/*-----------------------*/
table.adsense {
	text-align: center;
}
table.adsense td {
	width: 245px;
	text-align: center;
}
ul {
	margin-bottom: 15px;
}
ul li {
	margin-left: 40px;
}

div#banner-logo {float:right; position:fixed; top:20px; right:30px;}
