/*layout*/
body
	{
	background-color: #f3eae1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e5a5a;
	}
	
/*blok pro vystredeni stranky*/
#center
	{
	text-align: center;
	margin:0px 0px 0px 0px;
	width:100%;
	}
/*hlavni cast stranky*/
#main-part
	{
	width: 749px;
	margin: 0px;
   margin-left: auto;
	margin-right: auto;
   background: #f3eae1 url('../images/bg_left.gif');  
   background-repeat: repeat-y;
   }

#head {
   width: 749px;
   height: 112px;
   display: block;
}

#head-lang {
   height: 23px;
   width: 749px;
   display: block;
}

#left-column {
   float: left;
   margin: 0px;
   padding: 0px;
   width: 177px;
   display: block;
   background: url('../images/bg_12.jpg');
   background-repeat: no-repeat;
}

.box-text {
  width: 177px;
  padding-top: 5px;
  display: block;
  /* padding-left: 20px; */
  text-align: left;
  background: url('../images/left_18.gif');  
}

#main-text {
   width: 560px;
   float: left;
   text-align: left;
   background: #f3eae1 url('../images/sv02_13.gif');
   background-position: top left;
   background-repeat: no-repeat;
}

#content {
   padding-top: 55px;
   padding-left: 10px;
}

#copyright {
   clear: both;
   height: 18px;
   width: 749px;
   background: url('../images/sv02_19.jpg');   
}

#copyright-text {
   color: #6f2d13;
   padding-top: 2px;
   padding-right: 10px;
   text-align: right;
   vertical-align: middle;
}

#big-photo {
   margin-top: 10px;
   float: right;
   padding-left: 5px;
   padding-bottom: 10px;
}

#only-print {
   display: none;
}


#col-left {
   width: 48%;
   float: left;
   padding: 5px;
}

#col-right {
   width: 48%;
   float: left;
   padding: 5px;
}

/*konec stylu pro layout* ********************************************/

/* základní styly nadpisy a odkazy**********************************************/

a {
   text-decoration: none;
  color: black;
}

a:hover {
   text-decoration: underline;
}

.listing a {
	color: #303400;
}


.linkgray {
   font-weight: bold;
	color: #303400;
}

.margin-bottom {
   margin-bottom: 10px;
}

.noborder {
   border: none;
}

.block {
   display: block;
}

.refcat {
   color: #343434;
   font-size: 13px;
   font-weight: bold;
}

.darkgreen {
  color: #036d63;
}

a.copy {
   color: #6f2d13;
}

a.copy:hover {
   color:  black;
}

.white {
   color: white;
}

.red-bold {
   color: #cb2500;
   font-weight: bold;
   font-size: 14px;
}

.doc-title, .doc-header {
   font-weight: bold;
   text-align: center;
   font-size: 14px;
   display: block;
   margin-bottom: 10px;
}

.doc-header {
   margin: 0px;
}

.only-print {
   display: none;
}

.red {
   color: red;
}

.print-head-right {
  width: 100px;
}

.print-head-center {
   width: 350px;
}

/*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;
   overflow: auto;
	}

	
/*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 #157f75;/* #A6B14C; */
	border-collapse : collapse;
	margin-bottom : 4px;
}

/* neviditelna tabulka */
table.invisible {
   border-collapse: collapse;
}

table.invisible td
	{
	border: 1px solid black;
	padding: 3px;
	}

#main-part table.invisible td {
   border: none;
}


/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
     background-color: #f0fafb;
	border:none;
	line-height : 100%;		
	border-collapse : collapse;
	}
	
/*tabulka z wysiwyg editoru*/
table.dynamic td
	{
	border: 1px solid black;
	padding : 2px 2px 2px 2px;
	}

tr.table-header
	{
	background-color: #8d533b; /* #6d331b; #036d63; */
	font-weight: bold;
	color: white;
	}

tr.tr-odd, .odd
	{
	background-color: #eddbc8;
	}
	
.odd2 {
 	background-color: #f3eae1;
}

.bg-white {
   background: white;
}

tr.tr-even, .even
	{
	background-color:#fdf5ec;
	}
/*konec stylu pro table editoru*/

td.top-list a {
   color: white;
}

/*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
	{
	height:1px;
	margin-bottom:0px; 
	margin-top:0px; 
	}

/*nadpis prvni urovne*/
h1
   	{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:20px;
	}

/*nadpis druhe urovne*/
h2
	{
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

/*nadpis treti urovne*/
h3
  	{
	font-size:12px;	
	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:red;
	font-weight:bold;
	}

/*seznamy, bacha na mozillu a obrazkove odrazky*/	
/*
ul	{
   margin: 0px;
   margin-left: 15px;
	list-style : square;
	line-height: 120%;
	} */

sub, sup {
   vertical-align:baseline;
   position:relative;
}
sub {
   top: 0.4em;
}
sup {
   bottom: 0.3em;
}

blockquote {
   margin-top: 0px;
   margin-bottom: 0px;
}

ul {
   margin-bottom: 0px;
   margin-top: 0px;
}

ul ul {
   padding-left: 15px;
   margin-left: 0px;
}

ol	
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li	{
   margin-bottom: 0px;
	list-style-image: url('../images/li.gif'); 
   }

/*styly pro obrazky*/	
img
  	{
	border:none;
	}
/*obrazek doprava*/
img.right
  	{
	float:right;
	/* border:2px 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;
	}

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: white;
	background-color: #6e361f;
	font-size : 11px;
   font-weight: bold;
	}

textarea
	{
	border:1px solid #253859;
	}
/*konec stylu pro formulare*/

/* tisk *********************************************** */

@media print
{

	@page {margin-left: 2cm;
      margin-right: 2cm;
   } 
	
   table.print-borders {
      border-collapse: collapse;
      margin: 0px;
   }
   table.print-borders td {
      border: 1px solid black;
      margin: 0px;
   }
   
   td.no-border {
	border: none;
}

   table.all-borders td.print-border {
      border: 1px solid black;
   }
	body 
	{
		color: black;
	    background-color: white;
		font-size : 10px;
	}
	h1,h2,h3,h4
	{
		page-break-after: avoid;
	}
	/*a:after {content: " [" attr(href) "] ";}*/
	
	#head {display: none;}
	#top-navigation{display: none;}
	#top-menu{display: none;}
	#left-column {display: none;}
	#right-column {display: none;}
	#cart-cust-login{display: none;}	
	#text
	{
	float:left;
	width:100%;
	font-size : 11pt;
	}
	#no-print {display: none;}
   .no-print {display: none;}
   #main-part {
		width:98%;
		}
	#foot {width: 0%; height: 0%; display: none;}
	#copyright {width: 0%; height: 0%;display: none;}

   #only-print {
      border: 1px solid black;
      font-size: 11px;
      display: block;
      padding: 3px;
      page-break-inside: avoid;
   }
   .only-print {
      display: block;
   }   
   #left-column {
   display: none;
   }
   #head {
      display: none;
   }
   #head-lang {
      display: none;
   }
   #main-text {
   width: 98%;
   }
   #content {
      padding-top: 0px;
      background: none;
      width: 98%;
   }

   .date-col {
      width: 80px;
   }

   .print-left-padding {
      padding-left: 20px;
      /* width: 40%; */
   }

   tr.table-header {
      color: black;
   }

   td.title-no-border {
      border-top: none;
      border-left: none;
      border-right: none;
   }

  tr, td {
      page-break-inside: avoid;
   }
}