
/*################################################################
# 	HLAVNÍ NASTAVENÍ										   	 #
################################################################*/

body, html 
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif !important; 
	font-size: small !important; 
	line-height:1.6em;
	color:#9e3029;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

samp, code, kbd
{ 
  font-size: 90%; 
} 

input, select, button, textarea { 
  font-size: 100%; 
}

p, img, table, tr, th, td, h1, h2, h3, h4, div
{
	border:0px;
	padding:0px;
	margin:0px;
}
.reseter
{
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



ul, li
{
	line-height: 1.6em;
}

.hidden {
	display: none;
}

/*################################################################
# 	NADPISY, TEXTY											   	 #
################################################################*/

/*****************************************************************/
/* hlavní nadpisy */	
	
h1,h2,h3,h4 { 
	margin: 0 0 0.5em 0;
	line-height:1.6em; 
	font-weight:bold;
}

h1 {
	color:#d99c29;
	font-size: 2.2em; 
	margin: 0 0 0.5em 0;
}
 
h2 { 
	color:#9e3029;
	font-size: 1.4em; 
	margin: 0 0 0.5em 0;
}

h3 { 
	font-size: 1.2em; 
}

h4 { 
	font-size: 1.0em;
	line-height:1.2em; 
	color:#d99c29;
	font-weight:bold;
}


/*****************************************************************/
/* hlavní textový obsah */	

#obsah { 
  min-width: 18em; 
  max-width: 30em; 
} 
/*
Písmo Šířka pro 40 znaků Šířka pro 	65 znaků 
Arial 			18 em 				30 em 
Times 			16 em 				26 em 
Verdana 		21 em 				34 em 
Georgia 		19 em 				31 em 
*/


/*****************************************************************/
/* odstavec */	
p {
	margin: 0 0 1em 0;
	text-indent: 0;
}


/*****************************************************************/
/* písmo malé + kurzíva */	

.kurziva
{
	font-style:italic;
	font-size:0.9em;
}

.nadpis
{
	
	font-size: 12px;
	line-height:14px;
	color:#d99c29;
	font-weight:bold;
}

/*################################################################
# 	ODKAZY													   	 #
################################################################*/

/*****************************************************************/
/* hlavní odkazy + hover - černý */	

a{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.link
{
	color:black;
}

a.blink
{
	color:#0099CC;
}

a.clink, .clink
{
	color:#b97e0f;
}

a.dlink, .dlink
{
	color:#9e3029;
}

a.glink, .glink
{
	color:#d99c29;
}

a.wlink, .wlink
{
	color:white;
}
/*
a.clink
{
	color:#b97e0f;
}

a.dlink
{
	color:#9e3029;
}
*/
a.biglink
{
	font-size:1.3em;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a.biglink:hover
{
	text-decoration:underline;
}
a.smalllink
{
	font-size:0.9em;
	color:white;
	text-decoration:none;
}

a.goldlink
{
	font-size:0.8em;
	text-decoration:none;
	color:#b97e0f;
	padding-top:10px;
}

a.goldlink:hover
{
	color:#9e3029;
	text-decoration:underline;
}
/*
a.goldlink_over
{
	font-size:0.8em;
	text-decoration:none;
	color:#b97e0f;
}
*/
div.biglink
{
	font-size:1.3em;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

div.smalllink
{
	font-size:0.9em;
	color:white;
	text-decoration:none;
	text-indent:0px;
}

.whitenorm
{
	color:white;
	font-size:0.9em;
	font-weight:bold;	
}

.cartlink
{
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
	color:#9e3029;
}

.cart
{
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
	color:#9e3029; /*b97e0f*/
}

a.cart_count
{
	font-size:0.9em;
	text-decoration:none;
	color:#9e3029;
	cursor:pointer;
}

a:hover.cart_count
{
	text-decoration:none;
}

.cartmsg
{
	font-size:1.0em;
	font-weight:bold;
	color:#9e3029; /*b97e0f*/
	background:white;
}

/*################################################################
# 	OBRÁZKY													   	 #
################################################################*/


/******************************************************************
obrázkové karty
******************************************************************/
.card-left p, .card-right p {
	margin: 0 0 0.3em 0;
	text-indent: 0;
} 

.card-left, .card-right 
{
   float: left;
   width: 145px;
   margin: 0px 5px 5px 0px;
   padding: 5px 0px;
   text-align: center;
   background: white;
   border: 1px solid white;
   font-size: 85%;
   height:150px;
   overflow:auto;
}
       
.card-right 
{
	float: right;
    margin: 0px 0px 5px 5px;
    /*text-align: left;*/
}   

/*****************************************************************/
/* nadpis nad obrázkem */	

.card-title {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	color: black;
}
	
/*****************************************************************/
/* obrázek */	
	
.card-photo {
	margin:0 auto;
	padding:0;
	border: none;
}
	
/*****************************************************************/
/* text pod obrázkem */	
	
.card-desc {
	margin: 5px 10px;
	padding:0;
	text-align: center;
	font-size: 100%;
	line-height:1.0em;
}
	
	
/*****************************************************************/
/* 2. text pod obrázkem */	
	
.card-info {
	margin: 5px 5px 0 5px;
	padding:0;
	text-align: center;
	font-size: 90%;
	font-weight:bold;
}



/*****************************************************************/
/* zobrazení horní fotky po celé šířce - uprostřed */	

.neobtekany_center_big 
{ 
	width:460px;
	float: left;
	line-height: 0px;
	text-align:center;
	margin: 5px auto 10px auto;
	padding: 4px;
	
}

/*****************************************************************/
/* zobrazení horní fotky vlevo */	
.obtekany_zprava_big 
{ 
	width:240px;
	float: left;
	margin: 5px 12px 5px 0px;
	padding: 4px;
	line-height: 0px;
	background: white;
}

/*****************************************************************/
/* zobrazení horní fotky vlevo */	
.obtekany_zleva_big 
{ 
	width:240px;
	float: right;
	margin: 5px 10px 5px 12px;
	padding: 4px;
	line-height: 0px;
	background: white;
}

/*****************************************************************/
/* zobrazení horní fotky vlevo a galerií kromě fotokaret */	
.obtekany_zprava { 
	width:120px;
	float: left;
	margin: 5px 12px 5px 0px;
	padding: 4px;
	line-height: 0px;
	background: white;

}

/*****************************************************************/
/* zobrazení horní fotky vpravo a galerií kromě fotokaret*/	
.obtekany_zleva { 
	width:120px;
	float: right;
	margin: 5px 10px 5px 12px;
	padding: 4px;
	line-height: 0px;
	background: white;
	text-align:right;
}


/*****************************************************************/
/* galerie pod sebou vlevo, vpravo text */	

.text_right
{
	float: right;
}


/*****************************************************************/
/* galerie pod sebou vpravo, vlevo text */	

.text_left
{
	float: left;
}


div.row
{
	float:left;
	width:99%;
	/*border-bottom:1px dashed silver;*/
	margin: 0px 0px 0px 0px;
}

.row p
{
	text-indent: 0px;
	font-size:0.8em;
}


