/*layout*/
body
	{
	background-color: #8FCFA8;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #172E19;
	}
	
/*blok pro vystredeni stranky*/
#center
	{
	text-align: center;
	margin:0px 0px 0px 0px;
	width:100%;
	}
/*hlavni cast stranky*/
#main-part
	{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sv_20.gif);
	/*bud takto pro trisloupec,nebo pouze na left a osu y*/
	background-color : #FFFBCC;
	line-height : 100%;
	background-repeat : repeat-y;
}
	
/*hlavicka stranky*/
#head 
	{
	width:750px;
	margin-top:0px;
	margin-bottom:0px;	
	background-color :#8FCFA8;
	}
	
/*levy sloupec, pozor na sirku*/
#left-column
	{
	width:185px;
	float: left;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
	background-color : #FDF7B7;
	
	}

/*obsazny blok, drzici stred a pravy sloupec, pozor na sirku*/
#main-and-right
	{
	float:right;
	width:584px;
	}
	
/*hlavni textova cast stranky, pozor na sirku*/
#text
	{
	width : 565px;
	float : left;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	
}

/*obsazeny blok s textem, kvuli spatne interpretaci velikosti v IE*/
#real-text
	{
	width:98%;
	padding:15px 0px 5px 10px;
	margin-top : 0px;
	text-align : left;
	line-height : 120%;
	background-color : #FFFBCC;
	background-image : url(../images/sv_10.gif);
	background-repeat : no-repeat;
	background-position : top;
}

/*pravy sloupec, pozor na sirku*/
#right-column 
	{
	width:166px;
	float: right;
	margin-top:20px;
	margin-bottom:0px;
	text-align:center;
	background-color : #E9E97E;
	}
#copyright
{
	background-image : url(../images/paticka_24.gif);
	height : 26px;
	background-repeat : no-repeat;
	background-position : center;
	margin-top : 0px;
}
#copyright-inner
{
	padding-top : 3px;
}

/*zakladni definice boxu, pozor na sirku*/
.box
	{
	width:161px;	
	font-size : 11px;
	margin-left: auto; 
	margin-right:auto;
	margin-bottom : 5px;	
	margin-top : 5px;	
	background-color:#CFD36B;
	text-align : left;
	}

/*misto pro paticku a hlavicku boxu*/
.box-top-down
	{
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	}

/*obsah boxu, uzavren v tabulce kvuli IE, pozor na sirku*/
table.box-middle
	{
	background-color:#CFD36B;
	padding: 0px 0px 0px 0px;
	border: none;
	margin : 0px 2px 0px 2px;
	text-align : left;
	line-height : 100%;
	width : 156px;
}
/*konec stylu pro layout*/

/*styly pro tabulky*/
/*default tabulka*/
table
	{	
	font-family : Verdana,arial, Helvetica, sans-serif;
	font-size : 11px;
	}
td
	{
	font-family : Verdana,arial, Helvetica, sans-serif;
	font-size : 11px;	
	padding:3px 3px 3px 3px;
	}
	
/*tabulka urcena vyhradne pro formatovani text pokud neni zbyti*/
table.formation 
{
	border-collapse : collapse;
}

table.formation td
{
	padding:0px 0px 0px 0px;
}

/*tabulka bez mrizky s 1px rameckem*/
table.no-grid
{
	border: 1px solid #A6B14C;
	border-collapse : collapse;
	margin-bottom : 4px;
}

/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
     background-color:#FFF3BD;	
	border:none;
	line-height : 100%;		
	border-collapse : collapse;
	}
	
/*tabulka z wysiwyg editoru*/
table.dynamic td
	{
	border: 1px solid #A6B14C;
	padding : 2px 5px 2px 5px;
	
	}

	
td.empty
{
	background-color: #F3C65D;
}	
tr.table-header
	{
	background-color:#C5C963;
	font-weight: bold;
	color:#303400;
	}

tr.tr-odd
	{
	background-color:#E9E97E;
	}

tr.tr-even
	{
	background-color:#F5EFC8;
	}
/*konec stylu pro table editoru*/

/*konec stylu pro tabulky*/
	
/*styly pro text*/	
/*odstavec s odsazenim*/
p.static
{
	margin-bottom:15px;
}

/*odstavec generovany editorem, nesmi mit margin*/
p
{
	margin-bottom:0px;
	margin-top:0px;
}

/*nahrada pro nevalidni align=*/
.align-left
	{
	text-align : left;
	}

/*nahrada pro nevalidni align=*/
.align-center
	{
	text-align : center;
	}

/*nahrada pro nevalidni align=*/
.align-right
	{
	text-align : right;
	}

/*nahrada pro nevalidni align=*/
.align-justify
	{
	text-align:justify;
	}

/*nahrada pro nevalidni valign=*/
.valign-top
{
	vertical-align : top;
}

/*nahrada pro nevalidni valign=*/
.valign-middle
{
	vertical-align : middle;
}

/*nahrada pro nevalidni valign=*/
.valign-baseline
{
	vertical-align : baseline;
}

/*nahrada pro nevalidni valign=*/
.valign-bottom
{
	vertical-align : bottom;
}

/*nahrada pro nevalidni align=, pouziti u tabulek a bloku*/
.left
{
	float:left;
}

/*nahrada pro nevalidni align=, pouziti u tabulek a bloku*/
.right
{
	float:right;
}

/*skryty text*/
.hid
{
	visibility : hidden;
}

.full-width
{
	width : 100%;
}

/*slouzi pro vystredeni vnitrnich bloku v IE*/
.full-width-center
{
	width:100%;
	text-align : center;
}

/*vystredeni bloku v mozille*/
.inner-center
{
	margin-left:auto;
	margin-right:auto;
}

/*vodorovna cara, nefunguje v mozille*/
hr
	{
	color:#A6B14C;
	height:1px;
	margin-bottom:0px; 
	margin-top:0px; 
	}

/*nadpis prvni urovne*/
h1
   	{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:20px;
	}

/*nadpis druhe urovne*/
h2
	{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	color : #FF6600;
}

/*nadpis treti urovne*/
h3
  	{
	font-size:11px;	
	margin-top: 5px;
	margin-bottom: 15px;
	}

/*nadpis ctvrte urovne*/
h4
  	{
	font-size : 10px;
	margin-bottom : 10px;
	}

/*maly text*/
.small
{
	font-size : 9px;
	padding-bottom : 5px;
	padding-top : 5px;
}

/*preskrtnuty text*/
.striked
{
	text-decoration : line-through;
}
/*tucny text*/
.bold
{
	font-weight : bold;
}
/*kurziva*/
.cursive
{
	font-style : italic;
}
/*nahrada za nevalidni br clear=, ukonci obtekani*/
br.clear
	{
	clear : both;
	}
 /*zvyrazneny text, nemusi tu byt*/
.highlight
	{
	color:red;
	
	}


/*seznamy, bacha na mozillu a obrazkove odrazky*/	
ul
	{
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style : square;
	line-height: 120%;
	}
	
ol	
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li	{
	margin-bottom:5px;
	}

/*styly pro obrazky*/	
img
  	{
	border:none;
	}
/*obrazek doprava*/
img.right
  	{
	float:right;
	border:0px solid #FFBA00;
	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
	}
/*obrazek doleva*/
img.left
  	{
	float:left;
	border:2px solid #FFBA00;
	margin-top : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
	}
/*obrazek vodorovne linky*/
img.hr
	{
	margin-top:7px;
	margin-bottom:7px;
    }
 /*konec stylu pro obrazky*/

/*styly pro formulare*/	
/*aby neodsazoval*/
form
  	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

input
	{
	font-size : 11px;
	}

select
{
	vertical-align : middle;
}

input.field-normal 
	{
	width:90px;
	border:1px solid #253859;
	padding-left: 2px;
	}

input.field-longer 
	{
	width:180px;
	border:1px solid #253859;
	}

input.field-long
	{
	width:250px;
	border:1px solid #253859;
	}

input.field-short 
	{
	width:20px;
	border:1px solid #253859; 
	}

input.button
	{
	border:1px solid #303400;
	color:#303400;
	background-color:#CFD36B;
	font-size : 11px;
	}

textarea
	{
	border:1px solid #253859;
	}
/*konec stylu pro formulare*/

/*styly pro odkazy*/
a:link {color: black;	text-decoration: underline;}
a:active {color:#FF6600; text-decoration: underline; }
a:visited {color: black; text-decoration: underline;}
a:hover {color: #FF6600;text-decoration: underline; }

a.highlight:link {font-weight:bold; color: #303400;	text-decoration: underline;}
a.highlight:active {font-weight:bold;color:#B5B966; text-decoration: none;}
a.highlight:visited {font-weight:bold;color: #303400; text-decoration: underline;}
a.highlight:hover {font-weight:bold;color: #B5B966;text-decoration: underline;}

a.copyright:link {color: #303400;text-decoration: underline;}
a.copyright:active {color:#B5B966; text-decoration: none;}
a.copyright:visited {color: #303400; text-decoration: underline;}
a.copyright:hover {color: #B5B966;text-decoration: underline;}
/*konec stylu pro odkazy*/

/*-----------------------styl pro tisk-------------------------*/
@media print
{

	@page {margin: 2,5cm;} 
	
	body 
	{
		color: black;
	    background-color: white;
		font-size : 11pt;
	}
	h1,h2,h3,h4
	{
		page-break-after: avoid;
	}
	a:after {content: " [" attr(href) "] ";}
	
	#head {display: none;}
	#left-column {display: none;}
	#right-column {display: none;}
	#cart-cust-login{display: none;}	
	#text
	{
	float:left;
	width:100%;
	font-size : 11pt;
	}
	#main-part {
		width:90%;
		}
	#foot {width: 0%; display: none;}
	#copyright {width: 0%; display: none;}
}

