/*layout*/
body
	{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}
	
/*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/pozadi.gif); /*bud takto pro trisloupec,nebo pouze na left a osu y*/
	background-color : white;
	}
	
/*hlavicka stranky*/
#head 
	{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;	
	background-color :#ffffff;
	line-height: 100%;
	}

#head-menu
{
	background-image: url(../images/sv_03.gif);
	background-repeat: no-repeat;
	height: 40px;
}

.inner-head-menu
{
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
	color: #D91D1D;
	font-size: 13px;
	font-weight: bold;
}
	
/*levy sloupec, pozor na sirku*/
#left-column
	{
	width:166px;
	float: left;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
	background-color : #E9E97E;
	}

/*obsazny blok, drzici stred a pravy sloupec, pozor na sirku*/
#main-and-right
	{
	float:right;
	width:750px;
	
	}
	
/*hlavni textova cast stranky, pozor na sirku*/
#text
	{
	width: 544px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	
	background-color: white;
	
	
	
}

/*obsazeny blok s textem, kvuli spatne interpretaci velikosti v IE*/
#real-text
	{
	width: 543;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	text-align: left;
	line-height: 120%;
	
	
}

/*menu v sedem pruhu nad hlavi sekci*/
.local-menu
{
	background-image: url(../images/sv_09.gif);
	background-position: top;
	background-repeat: no-repeat;
	height:18px;
	padding-right:50px;
	line-height: 100%;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#main-text
{
	border-right: 2px solid #737272;
	border-left: 2px solid #737272;
	border-bottom: 2px solid #737272;
	vertical-align: top;
	padding-left: 5px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom: 10px;
	float:right;
	width:391px;
	
}

#eshop_menu
{
	float: left;
	width: 130px;
	padding-top: 10px;
	padding-left: 5px;
	border-right-color: #696969;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #696969;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom:5px;
	background-color:  #DDDDDD;
	
}

/*pravy sloupec, pozor na sirku*/
#right-column 
	{
	width: 199px;
	height: 100%;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	background-color: white;	
}

/*text v cervenem ramecku s cervenym zahlavim*/
.right-text
{
	border-left: 3px solid #D91D1D;
	border-bottom: 3px solid #D91D1D;
	background-image: url(../images/sv_15.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 5px;
}

.right-text-top
{
	border-left: 3px solid #D91D1D;
	background-image: url(../images/sv_15.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 5px;
}

/*text v cervenem zahlavi*/
.right-text-header
{
	margin-bottom: 5px;
	color: White;
	font-weight: bold;
	font-size: 12px;	
	padding-left: 0px;
}
	
#copyright
{
	background-image: url(../images/sv_21.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	
}	

.copyright-inner
{
	width:750px;
	text-align: right;
	color: black;
	margin-left: auto;
	margin-right: auto;
	padding-right:65px;
	font-weight: bold;
	padding-top:2px;
	
}
/*zakladni definice boxu, pozor na sirku*/
.box
	{
	width:130px;	
	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: #DDDDDD;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 2px 0px 2px;
	text-align: left;
	line-height: 100%;
	width: 128px;
}
/*konec stylu pro layout*/

/*styly pro tabulky*/
/*default tabulka*/
table
	{	
	font-family : arial;
	font-size : 11px;
	}
td
	{
	font-family : arial;
	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 #C7D0DA;
	border-collapse : collapse;
	margin-bottom : 4px;
}

/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
	background-color: #F5F5F5;
	border: none;
	line-height: 100%;
	border-collapse: collapse;
}
	
/*tabulka z wysiwyg editoru*/
table.dynamic td
	{
	border: 1px solid #C7D0DA;
	padding : 2px 2px 2px 2px;
	}

tr.table-header
	{
	background-color: #C7D0DA;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

tr.tr-odd, tr.odd
	{
	background-color:white;
	}

tr.tr-even, tr.even
	{
	background-color: #DCDCDC;
}
/*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: 0px;
	margin-right:20px;
	}

/*nadpis druhe urovne*/
h2
	{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	color : #D91D1D;
	}

/*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:#D91D1D;
	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%;
	}
	
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:1px solid black;
	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: black;
	background-color: #CCCCCC;
	font-size: 11px;
}

input.button-red
	{
	border: 1px solid #303400;
	color: white;
	font-weight: bold;
	background-color: #D91D1D;
	font-size: 11px;
}
textarea
	{
	border:1px solid #253859;
	}
/*konec stylu pro formulare*/

/*styly pro odkazy*/
a.menu:link {color: #D91D1D;text-decoration: none;}
a.menu:active {color:#D91D1D; text-decoration: none;}
a.menu:visited {color: #D91D1D; text-decoration: none;}
a.menu:hover {
	color: ##D91D1D;
	text-decoration: underline;
}

a:link {
	color: black;
	text-decoration: underline;
}
a:active {color:black; text-decoration: underline; }
a:visited {color: black; text-decoration: underline;}
a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

a.highlight:link {font-weight:bold; color:black;	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: black;text-decoration: underline;}
a.copyright:active {color:black; text-decoration: none;}
a.copyright:visited {color: black; text-decoration: underline;}
a.copyright:hover {
	color: #464646;
	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;}
}

