/* zakladni prvky */
body, div, p, li, input, select, textarea, td, th {
	color: #000;
	font-family: Verdana, Tahoma, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
}

html, body.body {height: 100%; margin: 0; padding: 0;}
body.body {text-align: center; background: #000 url(img/bg_body.gif) 50% 440px repeat-x;}
h1, h2, h3, h4, h5, h6, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #c30a07;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #c30a07;
}

h1 {
	padding: 0 0 0.3em 0;
	font-size: 145%;
	clear: both;
}

#zahlavi h1 span {
	display: none;
}

h2 {
	font-size: 120%;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 110%;
	margin: 0 0 0.5em 0;
}

h4 {
	margin: 0 0 0.3em 0;
	font-size: 100%;
}

a {
	color: #36c;
}

a:hover {
	color: #c30a07;
}

p {
	margin: 0 0 10px 0;
}

table {
	border-collapse: collapse;
}

ul, ol {
	margin-top: 3px;
	margin-bottom: 0.8em;
}
/* /zakladni prvky */

/* zakladni tridy */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.fl {
	float: left;
}

.fli {
	float: left;
	margin-right: 10px;
}

.fr {
	float: right;
}

.fri {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}

.invisible, .no-css {
	display: none;
}

.required {
	background: #fff url(img/required.gif) right top no-repeat;
}

.warning, .warning a, .error, .error a {
	color: #f00;
	font-weight: bold;
}

.saved, .info {
	color: #339;
	font-weight: bold;
}

.print {
	text-align: left;
}

.ll {
	list-style-type: lower-alpha;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #dcd8c1;
}
/* /zakladni tridy */

/* layout - zaklad */
#zahlavi {
	position: relative;
	height: 315px;
	margin: 5px 0 0 0;
	background: #000 url(img/bg_zahlavi.jpg) left bottom no-repeat;
}

#content {
	position: relative;
	margin: 10px 0 0 0;
	height: 430px;
	min-height: 430px;
	background: #fff url(img/bg_content-in.gif) left bottom no-repeat;
}

body>#main>#content {
	height: auto;
}

#content-in {
	position: relative;
	padding: 20px 20px 20px 30px;
	background: url(img/bg_text.gif) 0 0 no-repeat;
}
/* /layout - zaklad */

/* layout - special */
#main {
	text-align: left;
	position: relative;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 762px;
	background: #000;
}

body>#main {
	height: auto;
	border-bottom: 1px solid #000;
}

#search_form {
	float: right;
	margin: 0;
}

#search_form form {
	margin: 0;
	padding: 0;
}

#search_form table {
	margin: 0;
}

#search_form .td_btn {
	background: url(img/bg_btn_search.gif) right top no-repeat;
	padding: 0 7px 0 0;
	height: 25px;
}

#search_form .td_inp {
	background: url(img/bg_searchbox.gif) left top repeat-x;
}

#search_form .searchbox {
	width: 163px;
	border: none;
	padding: 0 3px;
	background: #c8c8c8;
	height: 16px;
	font-size: 95%;
}

#short-nav {
	float: right;
	margin: 20px 15px 0 0;
	padding: 0;
	list-style: none;
}

#short-nav li {
	float: left;
	margin: 0;
	padding: 0 5px;
	font-size: 85%;
	font-weight: bold;
	border-right: 2px solid #fff;
}

#short-nav li.last {
	border: 0;
	padding: 0 0 0 5px;
}

#short-nav li a {
	color: #fff;
}

#bubliny {
	position: absolute;
	top: 87px;
	left: 259px;
	width: 247px;
	height: 238px;
	background: url(img/bublina.gif) -247px 0 no-repeat;
}

#tc {
	position: absolute;
	top: 75px;
	right: 15px;
	height: 224px;
	width: 217px;
	background: url(img/bg_tc.jpg) left top no-repeat;
}

#menu {
  position: absolute;
	top: 87px;
  left: 25px;
	width: 212px;
	height: 247px;
	overflow: auto;
}

#menu, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 207px;
  font-size: 90%;
	line-height: 1.8;
}

#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(img/li.gif) 0 -12px no-repeat;
}

#menu li a:hover {
	color: #ea0000;
	background: url(img/li.gif) -10px 0 no-repeat;
}

#bubliny h2 {
	color: #fff;
	font-size: 125%;
	line-height: 1.6;
}

#bb0 h2, #bb1 h2, #bb2 h2, #bb3 h2, #bb4 h2, #bb5 h2, #bb6 h2, #bb7 h2, #bb8 h2 {
	position: absolute;
	bottom: 20px;
	left: 36px;
}

#navigace {
  position: absolute;
  top: 10px;
	right: 10px;
	font-size: 85%;
}

/* nepouzite */
#reklamy {
	position: absolute;
	top: 316px;
	left: 0;
	width: 247px;
}

#reklamy img {
	display: block;
	margin: 0 0 12px 0;
}
/* /nepouzite */
/* /layout - special */

/* ostatni tridy pro web */
.notice {
	margin: 5px 0 0 0;
	font-size: 90%;
}
/* /ostatni tridy pro web */

/*diskuze*/
table.diskuze tr td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
table.diskuze tr.dith {background:#C30A07;}
table.diskuze tr.dith td {font-size:10px; font-weight:bold; color: #fff;}
table.diskuze tr.diblok {background:#FFD933;}
table.diskuze tr.diblok td {font-size:13px; font-weight:bold; color: #000000;}
tr.diforum td {font-size:13px; color: #000000; vertical-align: top;}
td.diforum1 {background:#ddd;}
td.diforum2 {background:#eee;}
td.diforum3 {background:#ddd; text-align:center; white-space: nowrap;}
td.diforum4 {background:#eee; text-align:center; white-space: nowrap;}
tr.ditopic td {font-size:13px; color: #000000; vertical-align: top;}
td.ditopic1 {background:#eee;}
td.ditopic2 {background:#ddd;}
td.ditopic3 {background:#eee; text-align:center;}
td.ditopic4 {background:#ddd; text-align:center;}
tr.dibg0 td {background:#ddd; font-size:13px; vertical-align: top;}
tr.dibg1 td {background:#eee; font-size:13px; vertical-align: top;}
.loged {font-size:10px; color:#000080; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.dinormal {font-size:13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.dibold {font-size:13px; font-weight:bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.dismall {font-size:10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.dicas {color:#000080;} 
