html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #0b1c26 url(images/bg_body2.gif) center no-repeat fixed;
}

body,
th,
td,
input,
textarea,
select {
	font-family: Tahoma, Verdana, "Arial CE", Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #c4cacf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #fff;
}

h1 span {
	display: none;
}

h2 {
	position: absolute;
	top: -16px;
	left: 10px;
	font-size: 360%;
	color: #2e3a3e;
}

h3,
h4 {
	font-size: 130%;
  text-shadow: 2px 2px 0 #000;
}

* html h2 {
	left: 5px;
}

p,
blockquote,
ul,
ol,
dl {
	margin-top: 0;
	text-align: justify;
}

a {
	color: #fc6;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

img {
	margin-top: 2px;
	padding: 2px;
	background: #0b1c26 url('images/cekej.gif') center no-repeat;
	border: 1px solid #71766d;
}

a:hover img {
	background-color: #c4cacf;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin-top: 1em;
	padding: 10px;
	border: 1px solid #71766d;
}

legend {
	margin-bottom: 1em;
	font-weight: bold;
	border: 1px solid #71766d;
	border-bottom: none;
}

input,
textarea {
	margin-top: 6px;
	background: #0b1c26;
	border: 1px solid #71766d;
}

select {
	background: #0b1c26;
	border: 1px solid #71766d;
}

input.button {
	color: #c4cacf;
	background: #0b1c26;
	cursor: pointer;
}

input.button:hover {
	color: #fff;
	background: #2e3a3e;
}

hr.hlavni,
hr.poclanku {
	clear: both;
	display: none;	
}

/* ---------------------   HLAVICKA   ----------------------- */

#all {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: justify;
}

#hlavicka {
	height: 115px;
	background: #0b1c26 url('images/hlavicka.jpg') no-repeat;
}

/* ---------------------   JAZYKY     ------------------------- */

#jazyk {
	position: absolute;
	top: 2px;
	left: 50px;
}

#jazyk span {
	display: none;
}

#jazyk a img {
	margin: 0 2px 0 0;
	padding: 1px;
	background: transparent;
	border: 1px solid #71766d;
}

#jazyk a:hover img {
	border: 1px solid #fff;
}

/* ---------------------   NAVIGACE   -------------------------- */

#navigace {
	width: 780px;
	height: 41px;
	background: #0b1c26 url('images/navigace.jpg') no-repeat;
}

#navigace ul {
	margin: 0;
	padding: 7px 0 0 42px;
	list-style: none;
}

#navigace ul li {
	margin: 0;
	padding:  7px 0;
	background: url(images/navigace_oddelovac.gif) no-repeat 100% center;
	float: left;
	behavior: url('../_configuration/_css_etc/hover.htc');
}

#navigace ul a {
	display: block;
	margin: 0 5px;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#navigace ul a:hover {
	text-decoration: underline;
}

#navigace ul ul {
	position: absolute;
	margin: 0;
	padding: 16px 0 0 0;
	visibility: hidden;
	background: transparent url(images/navigace_ul_ul.jpg) 0 16px no-repeat;
}

#navigace ul li:hover ul, #navigace ul li.hover ul {
	visibility: visible;
	z-index: 1;
}

#navigace ul li li {
	margin-left: 5px;
	padding: 2px;
	float: none;
	background: none;
}

#navigace ul li.navi_aktivni a {
	border-bottom: 1px solid #fff;
}

#navigace ul li.navi_aktivni li a {
	padding-right: 5px;
	border: none;
}

/* ----------------------------- LAYOUT --------------------- */

#dva_sloupce_vrsek {
	width: 780px;
	height: 66px;
	clear: both;
	background: url('images/vrsek_dva.jpg') no-repeat;
}

/** html #dva_sloupce_vrsek {
	margin-bottom: -10px;
}*/

#jeden_sloupec_vrsek {
	width: 780px;
	height: 66px;
	clear: both;
	background: url('images/vrsek_jeden.jpg') no-repeat;
}

/** html #jeden_sloupec_vrsek {
	margin-bottom: -10px;
}*/

#dva_sloupce_stred {
	width: 780px;
	background: url('images/stred_dva.jpg') repeat-y;
	float: left;
}

#jeden_sloupec_stred {
	width: 780px;
	background: url('images/stred_jeden.jpg') repeat-y;
	float: left;
}

#dva_sloupce_stred #hlavni_sloupec {
	position: relative;
	top: -20px;
	margin-right: 50px;
	padding: 10px 10px 0 10px;
	width: 440px;
	float:right;
}

* html #dva_sloupce_stred #hlavni_sloupec {
	margin-right: 25px;
}

#jeden_sloupec_stred #hlavni_sloupec {
	position: relative;
	top: -20px;
	margin: 0 50px;
	padding: 10px;
}

#vedlejsi_sloupec {
	position: relative;
	top: -20px;
	margin-top: 26px;
	margin-left: 50px;
	width: 216px;
	float: left;
}

* html #vedlejsi_sloupec {
	margin-left: 25px;
}

#dva_sloupce_spodek {
	width: 780px;
	height: 91px;
	clear: both;
	background: url('images/spodek_dva.jpg') no-repeat;
}

#jeden_sloupec_spodek {
	width: 780px;
	height: 91px;
	clear: both;
	background: url('images/spodek_jeden.jpg') no-repeat;
}

/** html #jeden_sloupec_spodek {
	margin-bottom: -14px;
}*/

#paticka {
	position: absolute;
	bottom: 60px;
	width: 780px;	
}

#paticka a {
	color: #999;
}

#paticka p {
	margin: 0 60px;
	padding: 0;
	text-align: left;
	color: #999;
	font-size: 80%;
}

/** html #paticka p {
	margin: 0 30px;
}*/

#paticka span {
	margin-right: 96px;
}

#paticka img {
	position: relative;
	top: 4px;
	padding: 0;
	background: transparent;
	border: none;
}

/*#paticka #pocitadlo {
	float: left;
}

#pocitadlo img {
	margin: 0;
	padding: 0;
	border: none;
}*/

/* ---------------------     NAPLN     ------------------------ */

p#aktualizace {
	position: relative;
	top: -20px;
	margin: 0;
	padding: 1px 20px 1px 0;
	background: url('images/icon_kalendar_s.gif') top right no-repeat;
	text-align: right;
}

.topclanek {
	margin: 10px 0;
	padding: 10px;
	background: #0b1c26;
	border: 1px solid #71766d;
	clear: both;
}

.videoplayer,
.mp3player2 {
	margin: 10px 0;
	padding-bottom: 10px;
	clear: both;
}

.uryvek_clanku {
	margin: 10px 0;
	padding-bottom: 10px;
	background: #1f2b31 url(images/cely_clanek.gif) repeat-x left bottom;
	clear: both;
}

#cely_clanek {	
	margin: 26px 0 10px 0;
}

* html #cely_clanek img {	
	margin-top: -18px;
	margin-bottom: 18px;
}

.odkaz_cely_clanek {
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
	background: url('images/bg_cely_clanek.gif') right 6px no-repeat;
	clear: both;
}

.odkaz_zpet {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
	background: url('images/bg_zpet.gif') left 6px no-repeat;
	clear: both;
}

.topclanek h3,
.videoplayer h3,
.uryvek_clanku h3,
#cely_clanek h3 {
	padding-left: 10px;
	color: #f7941c;
	background: url('images/bg_h3.gif') center left no-repeat;
}

.topclanek h6,
.uryvek_clanku h6,
#cely_clanek h6 {
	padding: 1px 0 0 20px;
	font-size: 100%;
	color: #c4cacf;	
	background: url('images/icon_kalendar_s.gif') center left no-repeat;
}

p#strankovani {
	padding-top: 10px;
	font-size: 80%;
	color: #999;
	clear: both;
}

.subclanek,
.anketa,
.mp3player,
.shop_kategorie {
	padding: 10px;
	text-align: left;
}

.subclanek h3,
.mp3player h3 {
	padding-left: 10px;
	color: #f7941c;
	background: url('images/bg_h3.gif') 0 center no-repeat;
}

.shop_kategorie h3 {
	font-size: 100%;
}

#vedlejsi_sloupec img {
	padding: 0;
	background: transparent;
}

table.seznam,
table.objednano {
	margin: 1px 1px 1em 1px;
	padding: 0;
	width: 100%;
	border-spacing : 0px;
	border-collapse: collapse;
	border: 1px solid #71766d;
}

table.seznam tr:hover,
table.objednano tr:hover {
	background: #2e3a3e;
}

table.seznam th,
table.objednano th {
	padding: 5px;
	text-align: center;
	color: #f7941c;
	background: #0b1c26;
	border: 1px solid #71766d;
}

table.seznam td,
table.objednano td {
	padding: 2px;
	text-align: center;
	border: 1px solid #71766d;
}

table.seznam tr.skrt td {
	text-decoration: line-through;
}

/*table.seznam td span.den {
	color: #f00;
}*/

/*--------------------------------- FOTOGALERIE ------------------------------*/

div.nahled,
body div.nahled_detail {
	margin: 10px 1px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #0b1c26;
}

div.nahled img,
div.nahled_detail img {
	margin: 10px 22px 5px 22px;
	padding: 2px;
	width: 100px;
}

div.nahled p {
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
}

#dva_sloupce_stred div.nahled img {
	margin: 10px 50px 5px 50px;
}

/* ----------------------- DISKUZE ----------------------------- */

div.prispevek {
	margin-bottom: 1em;
	padding: 6px;
	border-top: 1px solid #71766d;
	border-left: 1px solid #71766d;
}

div.prispevek h3 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #71766d;
}

div.prispevek span {
	margin-left: 3em;
	font-size: 70%;
}

div.prispevek h3 a {
	margin-left: 3em;
	font-size: 80%;
}

div.prispevek p a {
	font-size: 80%;
}

div.admin {
	background: /*#0b1c26*/ url(images/diskuze_admin.gif) 98% 12px no-repeat;
}

div.vip {
	background: /*#2e3a3e*/ url(images/diskuze_vip.gif) 98% 12px no-repeat;
}

div.admin h3,
div.vip h3 {
	color: #f7941c;
}

p.strankovani_diskuze {
	padding-top: 10px;
	font-size: 80%;
	border-top: 1px solid #71766d;
	color: #999;
	clear: both;
}

input.diskuze_form {
	width: 200px;
}

textarea.diskuze_form {
	width: 300px;
}

input.counter {
	width: 3em;
	font-weight: bold;
	border: none;
	background: transparent;
}

/* --------------------- SHOP ---------------------------- */

.produkt {	
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #71766d;
	clear: both;
}

.produkt img {
	background: transparent;
	border: none;
}

.v_kosiku {
	background: #0b1c26;
}

table.shop_dolni {
	width: 100%;
	border-spacing : 0px;
	border-collapse: collapse;
	border-top: 1px solid #71766d;
	border-bottom: 1px solid #71766d;
	clear: both;
}

table.shop_dolni td.table.shop_k_pokladne {
	width: 90px;
}

table.shop_dolni td.shop_vlastnost {
	text-align: right;
}

table.shop_dolni td.shop_ks {
	width: 70px;
	text-align: right;
}

table.shop_dolni td.shop_cena {
	width: 70px;
	text-align: right;
	font-weight: bold;
}

input.shop_objednavka,
textarea.shop_objednavka {
	width: 150px;
}

p.shop_sum {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
}

input.shop_sum {
	margin: 0;
	padding: 0;
	width: 40px;
	background: transparent;
	border: none;
	color: #f7941c;
	text-align: right;
}

table.objednano tr.right,
table.objednano th.right,
table.objednano td.right {
	text-align: right;
}

/* ---------------------    REGISTRACE      ----------------------- */

div#registrovany {
	position: absolute;
	top: -196px;
	right: 2px;
}

* html div#registrovany {
	position: absolute;
	right: 52px;
}

* html #dva_sloupce_stred div#registrovany {
	right: 2px;
}

div#registrovany p {
	font-weight: bold;
	color: #f7941c;
	text-align: right;
}

div#registrovany p a {
	color: #f00;
	font-weight: bold;
}

/* ---------------------    classes      ----------------------- */

.stred {
	text-align: center;
}

p.radek_clena {
	padding-left: 26px;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	background: url('images/bg_radek_clena.gif') 0 center no-repeat;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.film_strip_left {
	float: left;
	margin-right: 10px;
	padding-bottom: 22px;
	background: url('images/film_strip.gif') bottom left repeat-x;
}

img.film_strip_right {
	float: right;
	margin-left: 10px;
	padding-bottom: 22px;
	background: url('images/film_strip.gif') bottom left repeat-x;
}

p.otazka {
	padding-left: 32px;
	font-weight: bold;
	background: url('images/bg_otazka.gif') 0 center no-repeat;
}

.ok {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	background: #9f9;
	font-weight: bold;
	border: 2px solid #6c6;
}

.chyba {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	background: #c00;
	font-weight: bold;
	border: 2px solid #900;
}

.zvyraznovac {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	background: #e7840c;
	font-weight: bold;
	border: 2px solid #b75400;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.oddelovac {
	padding-bottom: 1em;
	border-bottom: 1px dotted #71766d;
}

table.no_border {
	margin: 1px 1px 1em 1px;
	padding: 0;
	width: 100%;
	border: none;
}

table.no_border th,
table.no_border td {
	text-align: center;
	border: none;
}

table.border {
	margin: 1px 1px 1em 1px;
	padding: 0;
	width: 100%;
	border: none;
}

table.border th,
table.border td {
	text-align: center;
	border: 1px solid #444;
}

