/***** styl pro js menu *****************************/
#domMenu {
   background: url('images/line_21.gif') no-repeat; 
   position: absolute; 
   width: 155px; 
   height: 24px; 
   display: inline;
}

div.menuBar, div.menuElement,
div.subMenuBar, div.subMenuElement {
    /* font-family: Arial, Helvetica, sans-serif;*/
    /* font-size: 11px;*/
    color: #146EA4;
    text-align: left;
}

div.subMenuBar {
    background-color: white;
    border: 1px solid #013453; 
    border-top: none;
    margin: 0px;
    /* width: 155px;*/
    /*border-color: #e0b090 #906040 #906040 #e0b090;*/
}

div.menuBar {
    /*padding: 1px 4px;*/
}
div.menuElement {
   /*  border: 1px solid #c09070;*/
    /* padding: 2px 6px 2px 6px;*/
    font-weight: bold;
}
div.subMenuElement {
    padding: 4px 6px 4px 6px;
    border-top: 1px solid #146EA4;
   /*margin: 0 1px 1px 0;*/
}
div.subMenuElementHover {
    background-color: #0072b1;
    color: white;
}
div.menuElementHover {
    /* border-color: #e0b090 #906040 #906040 #e0b090;*/
}
/*div.menuElementActive {
    background-color: #906040;
    color: #FFFFFF;
    border-color: #906040 #e0b090 #e0b090 #906040;
}*/

/***** konec js menu **********************************************/

/*layout*/
body
	{
	margin: 0px;
	padding: 0px;
   background-color:  white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013453;
   }
	
/*blok pro vystredeni stranky*/
#center
	{
	text-align: center;
	margin:0px 0px 0px 0px;
	width:100%;
	}
/*hlavni cast stranky*/
#main-part
	{
   width: 100%;
	margin: 0px;
   margin-left: auto;
	margin-right: auto;
	background : white;
   background: url('../images/bg-left-blue.gif');  
   background-repeat: repeat-y; 
   }

#head1 
	{
	width:100%;
	height: 111px;
   margin: 0px;
   padding: 0px;
   background: url('../images/top1.gif');
	}

#head1-left {
   float: left;
   width: 485px;
   height: 111px;
}

#head1-right {
   float: right;
   width: 264px;
   height: 111px;  
}

#head2 
	{
	width:100%;
	height: 26px;
   margin: 0px;
   padding: 0px;
   background: white;
	}

#head2-left {
   float: left;
   width: 363px;
   height: 26px;
}

#head2-right {
   float: right;
   width: 136px;
   height: 26px;  
}

#head3 
	{
	width:100%;
	height: 24px;
   margin: 0px;
   padding: 0px;
   background: url('../images/top3.gif');
	}

#head3-left {
   float: left;
   width: 619px;
   height: 24px;
}

#head3-right {
   float: right;
   width: 3px;
   height: 24px;  
}

#main, #main-alone {
   width: 750px;
   background: url('../images/bg-right.gif');  
   background-position: top right;
   background-repeat: repeat-y; 
}

#faq {
   left: 475px; 
   display: inline; 
   position: absolute
}

#main-alone {
   background: none;
}

#left-column {
   float: left;
   margin: 0px;
   padding: 0px;
   width: 155px;
   display: block;
}

#left-column img {
   display: block;
}

.left-column-text {
   background: white url('../images/bg-left-white.gif');
   text-align: left;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#main-and-right {
   float: right;
   width: 595px;
   padding: 0px;
   margin: 0px;
   text-align: left;
   display: block;
   background: url('../images/bg-main.jpg');
   background-repeat: no-repeat;
}

#real-text {
   padding-left: 10px;
   padding-bottom: 5px;
}

#main-search {
   margin-left: 100px;
   background: white;
   padding: 5px;
   text-align: right;
}

#main-search a {
   color: #013453;
}

#main-text {
   width: 420px;
   float: left;
}

#main-text-alone {
   padding-top: 0px;
   width: 585px;
}

#right-column {
   float: right;
   width: 155px;
}

.right-column-text {
   background: white url('../images/bg-right-white.gif'); 
   text-align: left;
   padding: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#right-column img {
   display: block;
}

#right-column a {
   color: #013453;
}

#copyright {
   clear: both;
   height: 20px;
   width: 100%;
   background: url('../images/copy_63.gif');
}

#copyright-left {
   width: 288px;
   height: 20px;
   float: left;
   background: url('../images/copy_62.jpg');
}

#copyright-right {
   width: 461px;
   height: 20px;
   background: url('../images/copy_64.jpg');
   float: right;
}

#copy-text-left, #copy-text-right {
   color: #467EA0;
   padding-top: 4px;
   text-align: left;
   vertical-align: middle;
}

#copy-text-right {
   text-align: right;
}

/*konec stylu pro layout* ********************************************/

/* základní styly nadpisy a odkazy**********************************************/

a {
  color: #146EA4;
}

a:hover {
   color: #0096ED;
}

.lightblue {
   	color: #0072B0;
}

#left-column a {
   text-decoration: none;
}

#left-column a:hover {
   text-decoration: underline;
}

.margin-bottom {
   margin-bottom: 10px;
}

.noborder {
   border: none;
}

.block {
   display: block;
}

a.copy {
   color: #467EA0;
   text-decoration: none;
}

a.copy:hover {
   color:  #0096ED;
   text-decoration: underline;
}

.red {
  color: #E43051;
}

.white {
   color: white;
}

.valign-middle {
   vertical-align: middle;
}

.inline {
   display: inline;
}

.img-border {
    border: 1px solid #81c6eb;  
}

.small-text {
   font-size: 9px;
}

/*styly pro tabulky***********************************************************/
/*default tabulka*/
table
	{	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	}
td
	{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;	
	padding:3px 3px 3px 3px;
	}

/* tabulka vypisu vyrobku *************************************/

table.item-price {
   border-bottom: 1px solid #EDCA5C;
}

.table-list {
   /* margin-left: 20px;*/
}

.td-list {
   margin: 0px;
   padding: 0px;
   width: 150px;
   padding: 16px;
   padding-top: 0px;
}

.list-title {
   width: 150px;
   height: 18px;
   background: url('../images/bg-list-title.gif');
}

.list-title-text {
   padding-top: 2px;
   padding-left: 3px;
}

.list-title-text a {
   font-weight: bold;
   text-decoration: none;
}

.list-title-text a:hover {
   text-decoration: underline;
}

.list-pic {
   margin-top: 10px;
   border: 1px solid #81c6eb;
}

	
/*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 #81c6eb;/* #A6B14C; */
	border-collapse : collapse;
	margin-bottom : 4px;
}

/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
	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: #FDF5EF; 
	font-weight: bold;
	color: #146EA4;
	}

tr.tr-odd
	{
	background-color: #FFFFFF;
	color: #013453;
   }

.bg-white {
   background: #FFFFFF;
}

tr.tr-even
	{
   background: #FDF5EF;
	color: #013453;
	}
/*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; 
	color: #6FC0EB;
   background:  #6FC0EB;
   border: 0;
   }

/*nadpis prvni urovne*/
h1
   	{
	color: #0072B0;
   font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:0px;
	}

/*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
	{
  font-size: 13px;
  color: #006CAD;
	font-weight:bold;
	}


/*seznamy, bacha na mozillu a obrazkove odrazky*/	
ul
	{
   text-align: left;
   padding-left: 0px;
   margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style : square;
	list-style-image: url('../images/li.gif');
	}

ul ul {
   margin-left: 10px;
}
	
ol	
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li	{
   margin-bottom: 0px;	
   }

#head-menu ul li {
   margin-bottom: 5px;	
}

#head-menu ul ul {
   margin-top: 5px;	
}

/*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 : 0px;
	margin-right : 5px;
	margin-bottom : 5px;
	}
/*obrazek vodorovne linky*/
img.hr
	{
	background: #EDCA5C;
   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;
	display: inline;
   }

input {
   font-size: 11px;
}

input.text
	{
	font-size: 11px;
   border: 1px solid #edca5c;
   vertical-align: text-bottom;
  }

select
{
	font-size: 11px;
   border: 1px solid #edca5c;
	vertical-align : middle;
}

textarea {
   border: 1px solid #376884;
}

input.field-normal 
	{
   border: 1px solid #81c6eb;
	width:90px;
   background: #e1f3fd;
	}

input.field-longer 
	{
   border: 1px solid #81c6eb;
	width:180px;
   background: #e1f3fd;
	}

input.field-long
	{
   border: 1px solid #376884;
	width:250px;
	}

input.field-short 
	{
   border: 1px solid #376884;
	width:20px;
	}

input.button
	{
	font-size : 11px;
   font-weight: bold;
	vertical-align: text-bottom;
   }

textarea
	{
	border:1px solid #253859;
	}
/*konec stylu pro formulare*/

/*-----------------------styl pro tisk-------------------------*/

@media print
{

	@page {margin: 2cm;} 
	
	body 
	{
		color: black;
	    background-color: white;
	}
	h1,h2,h3,h4
	{
		page-break-after: avoid;
	}

   a:after {content: " [" attr(href) "] ";}
	
   #no-print {display: none;}
   #head1, #head2, #head3, #head-menu, #left-column, #main-search, #right-column, #copyright {
      display: none;
   }
   #main, #main-alone, #main-and-right, #main-text, #main-text-alone {
      width: 100%;   
      margin: 0px;
   }

	#main-part {
		width:98%;
		}
	#foot {width: 0%; height: 0%; display: none;}
	#copyright {width: 0%; height: 0%;display: none;}

}