/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	width:100%;
	height:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	background-color: #e89007;
	width: 100%;
	height:100%;
	background-image: url(podklad.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
p {	margin:10px 0px;}

.strana {
	text-align: left;
	position:relative;
}

.kosik, .pata, .hlmenu, .jazyky, .titul { display:none;
}

.reklama {display:block;}


.obsah {
	width: 660px;
	height: auto;
	margin-bottom:20px;
	position:relative;
	min-height:500px;
	_height:500px;
}

.eshop {
	position:relative;
	margin-left:300px;

}
.obr {
/*	position:absolute;
	top:30px;
	left:0;
	*/
	position:relative;
	height:380px; 
	width:300px;
	float:left;	
}
.obr #obr1 {
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:5;
}
.obr #obr2 {
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:10;
}
.grey {
	color:#999999;
}


.clanek {
/*
	background-image: url(clanek_podklad.jpg);
	background-repeat: no-repeat; 
*/
	margin-bottom:30px;
}

.dolni_banner {
	width: 660px;
	height: auto;
	margin-bottom:30px;
	position:relative;
	
}

.aktuality {
	background-image: url(aktuality.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 158px;
	padding-left:30px;
}


.male_pismo {
	margin-left:50px;	
	font-size: 10px;
}

/* ----- POKLADNA -------------------------------------------------------------------------------------------- */
fieldset {
	position:relative;
	padding-top:20px;
	background-color: #E89007;
	border: 1px solid #000000;
	width: 600px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	 position:absolute;
	 top:-10px;
	background-color: #FFCC00;
	border: 1px solid #000000;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.stin {
	background-image: url(input_stin.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	text-indent: 2px;
}
.chyba {
	color: #FF0000;
	background-image: url(error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	line-height: 16px;
}
.celkem td{
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tabulka td {
	display: table-cell;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.tabulka th {
	color: #FFFFFF;
	background-color: #993300;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.tabulka {
	border: 1px solid #000000;
	color: #000000;
	background-color: #F3F3F3;
}

form {
	margin: 0px;
	padding: 0px;
}

/* ----- VSEOBECNE -------------------------------------------------------------------------------------------- */

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {
	border: 1px solid #C8C2BB;
}
.odkaz a {
	margin-left:50px;
}

.prave_tl {
	margin-left:400px;
}
.leve_tl {
	position:relative;
	top:-25px;
}

.obrazek_vpravo {
	float: right;
	margin-left:10px;
	margin-right:20px;
}
.obrazek_vlevo {
	float: left;
	margin-right:20px;
}

/* ----- VKLADANI FLASHe -------------------------------------------------------------------------------------------- */
#flashcontent {
	position:absolute;
	z-index: 100;
	overflow:hidden;
}	
#noflash1 {
	position:absolute;
	z-index: 90;
	overflow:hidden;
}	
#flashslide {
	position:absolute;
	z-index: 100;
	overflow:hidden;
}	
#noflash2 {
	position:absolute;
	z-index: 90;
	overflow:hidden;
}	

/*-----------------mapa a kraje---------------*/
#mapa {
	padding: 0px;
	width: 200px;
	margin-right : 7px;
	margin-left : 0px;
	font-size : 0px;
	float : right;
	background-color: #C9B7FF;
	background-image: url(zvyraznene-kraje.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mapa img {
 	border: 0px none;
 	padding: 0px;
 	margin: 0px;
}

/* ----- MENU ZBOZI ------------------------------------------------------------ */
.vedlmenu {
	float: left;
	width: 150px;
	position: relative;
	color:#000000;
	margin-right:10px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.accordion_headings{
	cursor:pointer;
	height:15px;
	font-size: 10px;
	color:#000000 !important;
	background-color: #FFFCE1;
	padding-left:5px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999999;
	background-repeat: no-repeat;
	background-position: 140px;
}
.accordion_headings:hover{
	background-color: #FFEFA7;
}
.accordion_headings a{
	height:15px;
	font-size: 10px;
	display:block;
	text-decoration: none;
	color:#000000 !important;
}
.accordion_headings a:hover{
	text-decoration: none;
	color:#000000 !important;	
}
.accordion-content{
	display:none;
	overflow:hidden;
}
.accordion_child{
	padding-bottom:10px;
}
.accordion_child a{
	font-size: 10px;
	display:block;
	margin-left:5px;
	text-indent:5px;
	color:#000000!important;	
	text-decoration: none;
 	background-image: url(sipka.png);
	background-repeat: no-repeat;
	background-position: -7px;
}
.accordion_child a:hover{
	background-position: 0px;
	color:#ffffff;	
}

/* --- FOTO ----- */
.foto {
	width: 150px;
	height: 160px;
	display:block;
	text-align: center;
	float: left;
	margin-bottom:10px;
	font-size: 10px;
	color: #666666;	
}
.foto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
