/*layout*/
body
	{
	background-color: #C7B5B0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E0701;
	}
	
/*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(../cz/images/pozadi.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}
	
/*hlavicka stranky*/
#head 
	{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;	
	background-color :#F6F3EE;
	}
	
/*levy sloupec, pozor na sirku*/
#left-column
	{
	width:164px;
	float: left;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
	background-color : #F6F3EE;
	}

/*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 : 581px;
	float : left;
	margin-top: 5px;
	margin-bottom: 0px;	
	text-align: center;
	}

/*obsazeny blok s textem, kvuli spatne interpretaci velikosti v IE*/
#real-text
	{
	width:98%;
	padding:5px 5px 5px 5px;
	margin-top : 0px;
	text-align : left;
	line-height : 120%;
	}

/*pravy sloupec, pozor na sirku*/
#right-column 
	{
	width:166px;
	float: right;
	margin-top:20px;
	margin-bottom:0px;
	text-align:center;
	background-color : #E9E97E;
	}

#navbar {
	font-size: smaller;
	text-align: right;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	/*color: gray;*/
}
#navbar a {
	text-decoration: none;
	/*color: gray;*/
}

#navbar a:hover {
	color: blue;
}
	
#pension {
	margin-top: 50px;
}	

#pension p {
	text-align: left;
	padding-left: 7px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

#pudorys {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #C7B5B0;
	border-bottom: 1px solid #C7B5B0;
}

#pudorys a {
	text-decoration: none;
}

#copyright {
	
	height: 22px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../cz/images/sv_19.jpg);
	background-position: bottom;
}

#copyright p {
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

.cat-item {
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

/*zakladni definice boxu, pozor na sirku*/
.box
	{
	width:164px;	
	font-size : 11px;
	margin-left: auto; 
	margin-right:auto;
	margin-bottom : 5px;	
	margin-top : 5px;	
	background-color:#F6F3EE;
	text-align : left;
	}

/*misto pro paticku a hlavicku boxu*/
.box-top-down
	{
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;

	}
.box-down {
	border-bottom: 1px solid #E2D9D5;	
}

/*obsah boxu, uzavren v tabulce kvuli IE, pozor na sirku*/
table.box-middle
	{
	background-color:#F6F3EE;
	padding: 0px 0px 0px 0px;
	border: none;
	margin : 0px 2px 0px 2px;
	text-align : left;
	line-height : 100%;
	width : 160px;
}
/*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;
}

table.formation td.right {
	text-align: right;
	padding-right: 5px;
}

table.formation td.left {
	text-align: left;
	padding-left: 5px;
}

/*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 2px 2px 2px;
	}

tr.table-header
	{
	background-color:#C7B5B0;
	font-weight: bold;
	}

tr.tr-odd
	{
	background-color:#F6F3EE;
	}

tr.tr-even
	{
	background-color:#F1F0EB;
	}
/*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;
	display: none;
}

.full-width
{
	width : 100%;
}

.half-width {
	width: 50%;
}

/*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;

	}

/*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, vkladany z editoru*/
.highlight
	{
	color:#C42616;
	font-weight:bold;
	}


/*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%;
	list-style-image: url(../cz/images/li_oddelovac_18.jpg);
}
	
ol	
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li	{
	margin-bottom:5px;
	}

	
ul li {
	font-weight: bold;
}

li li {
	font-weight: normal;
}
/*styly pro obrazky*/	
img
  	{
	border:none;
	}
/*obrazek doprava*/
img.right
  	{
	float:right;

	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
	}
/*obrazek doleva*/
img.left
  	{
	float:left;

	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;
	}
	
fieldset {
	border: 1px solid #C7B5B0;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}

legend {
	background-color: White;
	font-weight: bolder;
	margin-bottom: 10px;
}

input
	{
	font-size : 11px;
	}

select
{
	vertical-align : middle;
}

input.field-normal, select.field-normal
	{
	width:90px;
	border:1px solid #C7B5B0;
	}

input.field-longer, select.field-longer 
	{
	width:180px;
	border:1px solid #C7B5B0;
	}

input.field-long, select.field-long
	{
	width:250px;
	border:1px solid #C7B5B0;
	}

input.field-short, select.field-short
	{
	width:20px;
	border:1px solid #C7B5B0; 
	}

input.button
	{
	border:1px solid #303400;
	color:#303400;
	background-color:#C7B5B0;
	font-size : 11px;
	}

textarea
	{
	font-family: font-family: Verdana,Arial, Helvetica, sans-serif;
	border:1px solid #C7B5B0;
	width: 250px;
	height: 200px;
	}
/*konec stylu pro formulare*/

/*styly pro odkazy*/
a:link {color: #EF3425;	text-decoration: underline;}
a:visited {	color: Maroon;	text-decoration: underline;}
a:hover {color: blue; 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;}
}
