/*layout*/
body
	{
	background-color: #9cd8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #003f52;
	}
	
/*blok pro vystredeni stranky*/
#center
	{
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
/*hlavni cast stranky*/
#main-part
	{
	width:750px;
	margin: 0px;
   margin-left: auto;
	margin-right: auto;
	background : #a6ebfb;
   background: #a6ebfb url('../images/bg-left.gif');
   background-repeat: repeat-y;
   }

#head {
   width: 750px;
   height: 128px;
}

#menu-line {
   height: 28px;
}

#under-menu-line {
   text-align: right;
   background: #a6ebfb url('../images/bg-left.gif');
   background-repeat: repeat-y;

}

#main-text {
   display: block;
   width: 750px;
   background: #a6ebfb url('../images/bg-left.gif');
   background-repeat: repeat-y;
   /* border: solid 1px black; */
}

#menu-left {
   text-align: left;
   width: 188px;
   float: left;
   background: #a6ebfb url('../images/bg-left.gif');
   background-repeat: repeat-y;
    /* border: 1px solid black; */
}

.menu-left-text {
   padding: 5px;
}

#ref-detail {
   padding: 15px;
}

#box-envelope {
   text-align: left;
   width: 562px;
   /* border: 1px solid black;    */
   float: left;
   background: #a6ebfb;
}

#box-middle {
   padding-left: 10px;
   text-align: left;
   width: 258px;
   float: left;
   /* border: 1px solid black;    */
}

#box-right {
   padding-left: 15px;
   text-align: left;
   width: 265px;
   float: left;
   /* border: 1px solid black;   */
}

#copyright {
   clear: both;
   height: 32px;
   width: 750px;
   background: url('../images/sv03_31.gif');   
}

#address {
   padding-left: 5px;
}

#copyright-text {
   color: #5fa6b8; /* 505050; */
   padding-top: 5px;
   padding-right: 5px;
   text-align: right;
   vertical-align: middle;
}

#big-photo {
   margin-top: 10px;
   float: right;
   padding-left: 5px;
   padding-bottom: 10px;
}

/*konec stylu pro layout* ********************************************/

/* základní styly nadpisy a odkazy**********************************************/

a {
	/* text-decoration: none; */
   color:  #003f52; 
}

#menu-left a {
   text-decoration: none;
}

#menu-left a:hover {
   text-decoration: underline;
}


a:hover {
   text-decoration: underline;
   color: #277da0;
}

.listing a {
	color: #303400;
}

.lightorange {
   border: solid 1px #ed7d3b;
   padding: 4px;
   background: #fdf2ed; 
   color: #282828;
}

.ref-pic-small {
   margin-top: 5px;
   margin-right: 3px;
   float: right;
   margin-bottom: 10px;
}

.ref-pic-big {
   margin-top: 0px;
   margin-left: 10px;
   border: none;
   float: right;
}

.ref_cat_text {
   margin-top: 5px;
}

.ref_detail_pic {
  padding: 1px;
   padding-bottom: 2px;
}

.ref_item {
   margin-bottom: 20px;
   display: block;
   /* border: 1px solid black; */
}

.linkgray {
   font-weight: bold;
	color: #303400;
}

.graytext {
   color: #505050;
   }

.copytext {
   color: #5fa6b8;
   }


legend {
   color: black;
}

.darkblue {
  color: #005270;
}

.lightblue {
   color: #0487b3
   font-size: 12px;
}

.margin-bottom {
   margin-bottom: 10px;
}

.noborder {
   border: none;
}

.block {
   display: block;
}

.refcat {
   color: #343434;
   font-size: 13px;
   font-weight: bold;
}

.orange {
   font-size: 14px;
   font-weight: bold;
   color: #ed7d3b;
}

/*a {text-decoration: none;}*/
a.reflist {
   display: block;
   font-weight: bold;
   font-size: 12px;
   margin-bottom: 5px;
}
a:hover, a.reflist:hover {   
      color: #277da0;
      text-decoration: underline;
         }

a.copy {
   color: #505050;
}

a.copy:hover {
   color: #ed7d3b;
}

.red {
   color: red;
}

table.items-list
	{
	width: 240px;  
	background-color : #c9f3ff;
	border-collapse : collapse;
	border-bottom : 1px solid #355F89;
	}

table td
	{
	vertical-align : top;
}

table.items-list td
{
	padding:2px 5px 2px 5px;
}

ul.ul-ref {
   margin-top: 10px;
   margin-bottom: 10px;
}

ul.ul-ref li {
   text-align: left;
   padding-bottom: 5px;
}

.ref-title {
   text-align: left;
   background: #61d3ee;
   font-weight: bold;
   padding: 2px;
}

#catal ul ul {
   margin-left: 10px;
}

/*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 #277da0;
	padding : 2px 2px 2px 2px;
	}

tr.table-header
	{
	background-color:#04b5de;
	font-weight: bold;
	color:#303400;
	}

tr.tr-odd
	{
	background-color:#c9f3ff;
	}

tr.tr-even
	{
	background-color:#98e9fc;
	}

tr.table-header td,
tr.tr-even td,
tr.tr-odd td {
   vertical-align: middle;
}

/*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: #277da0;
   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: #0487b3;
  /* color:  #003f52; */
	font-weight: bold;
	}


/*seznamy, bacha na mozillu a obrazkove odrazky*/	
ul
	{
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 00px;
	margin-bottom: 00px;
	list-style: square;
	/* line-height: 120%; */
	}
	
ol	
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li	{
	margin-bottom:0px;
}
ul li {
   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, textarea
	{
	background: #f1ffff;
   border: 1px #277da0 solid;
   font-size : 11px;
	}

fieldset {
 	border: 1px #277da0 solid;  
}

legend {
   font-weight: bold;
}

select, option
{
   background: #f1ffff;
   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:#303400;
	background-color:#CFD36B;
	font-size : 11px;
	}

textarea
	{
	border:1px solid #253859;
	}
/*konec stylu pro formulare*/

/*-----------------------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;}
}