html,
body {
	margin: 0;
	padding: 0;
}

body {
	font: normal 85%/1.2 "Arial CE", Arial, sans-serif;
	color: #000;
	background: #666;
}

hr.hlavni,
hr.poclanku {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Trebuchet MS", "Arial CE", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h2 {
	display: block;
	position: absolute;
	top: 193px;
	left: 10px;
	width: 236px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	background: #c33;	
	border-top: 1px solid #f66;
	border-bottom: 1px solid #f66;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	font-size: 130%;
}

img {
	margin-top: 2px;
	padding: 2px;
	background: #fff;
	border: 1px inset #999;
}

a:hover img {
	background: #bbb;
}

fieldset {
	margin-top: 1em;
	padding: 10px;
	border: 1px solid #bbb;
	background: #eee;
}

legend {
	margin-bottom: 1em;
	font-weight: bold;
	background: #eee;
	border: 1px solid #bbb;
	border-bottom: none;
}

input,
textarea {
	margin-top: 6px;
	font: normal 100% "Arial CE", Arial, sans-serif;
	background: #fff;
	border: 1px solid #bbb;
}

select {
	background: #fff;
	border: 1px solid #bbb;
}

input.button {
	background: #efe;
	cursor: pointer;
}

input.button:hover {
	background: #fee;
}

/* ---------------------   HLAVICKA   ----------------------- */

#all {
	position: relative;
	margin: 30px auto;
	width: 800px;
	text-align: justify;
	background: #fff;
	border-top: 2px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
}

#hlavicka {
	margin-bottom: 8px;
	height: 188px;
	background: #6c6 url('images/hlavicka.jpg') no-repeat;
}

/* ---------------------   JAZYKY     ------------------------- */

#jazyk {
	position: absolute;
	top: 160px;
	right: 10px;
}

#jazyk span {
	display: none;
}

#jazyk a img {
	margin: 0 0 0 2px;
	padding: 1px;
	background: transparent;
	border: 1px solid #ccc;
}

#jazyk a:hover img {
	border: 1px solid #fff;
}

/* ---------------------   NAVIGACE   -------------------------- */

#navigace {
	height: 1.2em;
	font-family: "Trebuchet MS", "Arial CE", Arial, sans-serif;
	background: #444;
	border: 2px solid #444;
}

#navigace ul {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;	
}

#navigace ul ul {
	position: absolute;
	float: none;
	display: none;
	background: #444;
	border-top: 1px solid #666;
}

#navigace ul li {
	margin: 0;
	padding-bottom: 2px;
	list-style: none;
	float: left;
	border-left: 1px dotted #999;
	behavior: url(../_configuration/_css_etc/styl_1/hover.htc);
}

#navigace ul li a {
	margin: 0;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#navigace ul li a:hover {
	background: #c33;
}

#navigace ul li:hover ul {
	display: block;
}

#navigace ul li li {
	padding: 2px;
	float: none;
}

/* ----------------------------- LAYOUT --------------------- */

#dva_sloupce_vrsek {
	width: 800px;
	height: 1px;
	clear: both;
	background: url('images/bg_sloupce_dva.jpg') repeat-y;
}

* html #dva_sloupce_vrsek {
	margin-bottom: -10px;
}

#jeden_sloupec_vrsek {
	width: 800px;
	height: 1px;
	clear: both;
	background: url('images/bg_sloupce_jeden.gif') repeat-y;
}

* html #jeden_sloupec_vrsek {
	margin-bottom: -10px;
}

#dva_sloupce_stred {
	width: 800px;
	background: #ccc url('images/bg_sloupce_dva.jpg') repeat-y;
	float: left;
}

#jeden_sloupec_stred {
	width: 800px;
	background: #ccc url('images/bg_sloupce_jeden.gif') repeat-y;
	float: left;
}

#dva_sloupce_stred #hlavni_sloupec {
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 520px;
	float:right;
}

* html #dva_sloupce_stred #hlavni_sloupec {
	margin-right: 5px;
}

#jeden_sloupec_stred #hlavni_sloupec {
	margin: 0 10px;
	padding: 10px;
}

#vedlejsi_sloupec {
	margin-left: 10px;
	width: 240px;
	float:left;
}

* html #vedlejsi_sloupec {
	margin-left: 5px;
}

#dva_sloupce_spodek {
	height: 1px;
	clear: both;
	background: url('images/bg_sloupce_dva.jpg') repeat-y;
}

* html #dva_sloupce_spodek {
	margin-bottom: -14px;
}

#jeden_sloupec_spodek {
	height: 1px;
	clear: both;
	background: url('images/bg_sloupce_jeden.gif') repeat-y;
}

* html #jeden_sloupec_spodek {
	margin-bottom: -14px;
}

#paticka {
	height: 30px;
	background: #6c6;
	border: 2px solid #393;
}

#paticka p {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 80%;
	float: right;
}

#paticka p#pocitadlo {
	float: none;
}

#paticka a,
#pocitadlo a {
	color: #000;
}

#pocitadlo a {
	text-decoration: none;
}

#paticka a:hover,
#pocitadlo a:hover {
	color: #666;
}

/* ---------------------     NAPLN     ------------------------ */

#hlavni_sloupec a {
	font-weight: bold;
	font-size: 90%;
	color: #c00;
}

#hlavni_sloupec a:hover {
	color: #f00;
}

p#aktualizace {
	margin: 0;
	padding: 1px 20px 1px 0;
	font-size: 80%;
	color: #000;
	background: url('images/icon_kalendar_s.gif') top right no-repeat;
	text-align: right;
}

.topclanek {	
	margin: 10px 0;
	padding: 10px;
	background: #eee;
	border: 1px solid #bbb;
	clear: both;
}

.uryvek_clanku {
	margin: 10px 0;
	clear: both;
}

#cely_clanek {	
	margin: 10px 0;
}

.topclanek h3,
.uryvek_clanku h3,
#cely_clanek h3 {
	padding-left: 26px;
	font-size: 130%;
	color: #fff;
	background: #999 url(images/bg_h3.gif) 0 center no-repeat;
	border-bottom: 1px solid #666;
}

h3.reconstruction {
	background: #999 url(images/bg_h3_reconstruction.gif) 0 center no-repeat;
}

h3.fotogalerie {
	background: #999 url(images/bg_h3_fotogalerie.gif) 0 center no-repeat;
}

.topclanek h6,
.uryvek_clanku h6,
#cely_clanek h6 {
	position: relative;
	top: -1.5em;
	margin: 0 2px 0 0;
	color: #fff;
	float: right;
}

p#strankovani {
	padding-top: 10px;
	font-size: 80%;
	border-top: 2px solid #ccc;
	color: #999;
	clear: both;
}

.subclanek {
	margin: 35px auto 0 auto;
	padding: 10px;
	font: normal 80% "Arial CE", Arial, sans-serif;
	text-align: left;
	color: #fff;
	background: #852;
	border: 1px solid #630;
}

#vedlejsi_sloupec a {
	color: #fff;
}

#vedlejsi_sloupec a:hover {
	color: #000;
}

#vedlejsi_sloupec img {
	padding: 0;
	background: transparent;
	border: 1px solid #630;
}

table.seznam,
table.objednano {
	margin: 1px 1px 1em 1px;
	padding: 0;
	width: 100%;
	border-spacing : 0px;
	border-collapse: collapse;
	border: 1px solid #666;
}

table.seznam tr:hover,
table.objednano tr:hover {
	background: #efe;
	color: #000;
}

table.seznam th,
table.objednano th {
	padding: 5px;
	text-align: center;
	color: #fff;
	background: #999;
	border: 1px solid #666;
}

table.seznam td,
table.objednano td {
	padding: 2px;
	text-align: center;
	border: 1px solid #666;
}

table.seznam tr.skrt td {
	text-decoration: line-through;
}

table.seznam td span.den {
	color: #c00;
}

/*--------------------------------- FOTOGALERIE ------------------------------*/

#jeden_sloupec_stred div.nahled {
	padding: 5px;
}

#dva_sloupce_stred div.nahled {
	padding: 5px 7px;
}

div.nahled {
	margin: 10px 0;
	float: left;
	text-align: center;
	background: #ccc;
	border: 1px solid #999;
}

div.nahled p {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 85%;
	background: #ccc;
}

* html div.nahled a:hover img {
	background: #fff;
}

div.nahled_detail {
	margin-top: 10px;
	float: left;
}

/* ----------------------- DISKUZE ----------------------------- */

div.prispevek {
	margin-bottom: 1em;
	padding: 6px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.prispevek h3 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}

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: #efe;
}

div.vip {
	background: #fee;
}

p#strankovani_diskuze {
	padding-top: 10px;
	font-size: 80%;
	border-top: 2px solid #ccc;
	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;
	background: #eee;
	border: 1px solid #bbb;
	clear: both;
}

.produkt img {
	background: transparent;
	border: none;
}

.v_kosiku {
	background: #efe;
}

table.shop_dolni {
	width: 100%;
	border-spacing : 0px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	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: 200px;
}

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: #000;
	text-align: right;
}

table.objednano tr.right,
table.objednano th.right,
table.objednano td.right {
	text-align: right;
}

/* ---------------------    classes      ----------------------- */

.odkaz_cely_clanek {
	margin-bottom: 0;
	padding-bottom: 0;
	clear: both;
}

img.left {
	float: left;
	margin-right: 6px;
}

img.right {
	float: right;
	margin-left: 6px;
}

.ok {
	color: #000;
	background: #9f9;
	font-weight: bold;
}

.chyba {
	color: #000;
	background: #f99;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

