/*layout*/
body
	{
	background-color: black;
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 120%;
	color: black;
	margin-top: 5px;
	}
	
/*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/sv_32.jpg); /*bud takto pro trisloupec,nebo pouze na left a osu y*/
	background-color : #EDE0E0;
	}
	
/*hlavicka stranky*/
#head 
	{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;	
	background-color : black;
	line-height: 20%;
	border: 0px solid black;
	}
	
/*levy sloupec, pozor na sirku*/
#left-column
	{
	width:146px;
	float: left;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
	background-color : #BB1105;
	}

/*obsazny blok, drzici stred a pravy sloupec, pozor na sirku*/
#main-and-right
	{
	float:right;
	width:603px;
	margin-top:0px;
	
	}
	
/*hlavni textova cast stranky, pozor na sirku*/
#text
	{
	width : 455px;
	float : left;
	margin-top:0px;
	margin-bottom:0px;	
	padding-top: 0px;
	text-align:center;
	border: none;
	vertical-align: top;
	}

/*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:146px;
	float: right;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-color : #BC1205;
	}
	
/*box pro copyright*/
#copyright{
	color:#ECE1DF;
	height: 24px;
	background-image: url(../images/sv_34.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	line-height: 190%;
}

.guestbook-form{
	background-color: #ECE1DF;
	padding: 5px 5px 5px 5px;
}

.guestbook-message{
	border-top: 1px solid black;
	background-color: #E6BEBE;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;	
}

/*zakladni definice boxu, pozor na sirku*/
.eshop-menu
	{
	width:137px;	
	font-size : 11px;
	font-weight: bold;
	color: white;
	margin-left: auto; 
	margin-right:auto;
	margin-bottom : 5px;	
	margin-top : 5px;	
	background-color:#BC1205;
	text-align : left;
	}

/*misto pro paticku a hlavicku boxu*/
.box-top-down
	{
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	}

/*konec stylu pro layout*/


.item-mp3 {
   margin-bottom: 1px;
   margin-top: 1px;
   vertical-align: middle;
}

/*styly pro tabulky*/
/*default tabulka*/
table
	{	
	font-family : Tahoma,Verdana,arial, Helvetica, sans-serif;
	font-size : 11px;
	}
td
	{
	font-family : Tahoma,Verdana,arial, Helvetica, sans-serif;
	font-size : 8pt;	
	padding:3px 3px 3px 3px;
	}
	
/*tabulka urcena vyhradne pro formatovani text pokud neni zbyti*/
table.formation 
{
	margin: 0px 0px 0px 0px;
	border-collapse : collapse;
}

table.formation td
{
	padding:0px 0px 0px 0px;
}

/*tabulka bez mrizky s 1px rameckem*/
table.no-grid
{
	border: 1px solid #7E4443;
	border-collapse : collapse;
	margin-bottom : 4px;
}

/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
     background-color:#ECE1DF;	
	border:none;
	line-height : 120%;		
	border-collapse : collapse;


	}
	
/*tabulka z wysiwyg editoru*/
table.dynamic td
	{
	border: 1px solid #ECE1DF;
	padding: 2px 1px 2px 3px;
}

tr.table-header
	{
	background-color:#D8372F;
	font-weight: bold;
	color:#ECE1DF;
	}

tr.tr-odd
	{
	background-color:#Df9f9d;
	}

tr.tr-even
	{
	background-color:#E6BEBE;
	}
/*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:#BC1205;
	height:1px;
	margin-bottom:0px; 
	margin-top:0px; 
	}

/*nadpis prvni urovne*/
h1
   	{
   font-weight: bold;
   color:#E31B01;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:20px;
	}

/*nadpis druhe urovne*/
h2
	{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	color : #7E4443;
	}

/*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:#E31B01;
	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:0px;
	}
/*obrazek doprava*/
img.right
  	{
	float:right;
	border:0px solid #FFBA00;
	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
	}

img.right-head-stripe
  	{
	float:right;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom :0px;
	margin-right :0px;
	}
/*obrazek doleva*/
img.left
  	{
	float:left;
	border:0px 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;
	}
	
form.head-form{
	display: inline;
}

input
	{
	font-size : 11px;
	}

select
{
	vertical-align : middle;
}

input.field-normal 
	{
	width:90px;
	border:1px solid black;
	}

input.field-longer 
	{
	width:180px;
	border:1px solid black;
	}

input.field-long
	{
	width:250px;
	border:1px solid black;
	}

input.field-short 
	{
	width:20px;
	border:1px solid black; 
	}
	
input.head-input-search{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 86px;
	height: 21px;
	background-color: #F1E2E7;
	border: 1px solid black;
	border-top: 1px solid #D4C1C1;
	border-left: 1px solid black;
	vertical-align: top;
}
input.head-input-mail{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 87px;
	height: 21px;
	background-color: #F1E2E7;
	border: 1px solid black;
	border-top: 1px solid #D4C1C1;
	border-left: 1px solid black;
	vertical-align: top ;
}

input.hidden{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input.button
	{
	border-top: 1px solid #E2BEC0;
	border-left: 1px solid #E2BEC0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color:#ECE1DF;
	background-color:#E31B01;
	font-size : 11px;
	}

textarea
	{
	border:1px solid black;
	font-size : 11px;
	font-family: Tahoma;
	}
/*konec stylu pro formulare*/

/*styly pro odkazy*/
a:link {color: #700F08;	text-decoration: underline;}
a:active {color:#000000; text-decoration: underline; }
a:visited {color: #700F08; text-decoration: underline;}
a:hover {color: #000000;text-decoration: underline; }

a.menu:link {color: white;	text-decoration: none;}
a.menu:active {color:white; text-decoration: none; }
a.menu:visited {color: white; text-decoration: none;}
a.menu:hover {color: white;text-decoration: none; }

a.highlight:link {font-weight:bold; color: #303400;	text-decoration: underline;}
a.highlight:active {font-weight:bold;color:#000000; text-decoration: none;}
a.highlight:visited {font-weight:bold;color: #303400; text-decoration: underline;}
a.highlight:hover {font-weight:bold;color: #000000;text-decoration: underline;}

a.copyright:link {color: #ECE1DF;text-decoration: underline;}
a.copyright:active {color:#ECE1DF; text-decoration: none;}
a.copyright:visited {color: #ECE1DF; text-decoration: underline;}
a.copyright:hover {color: #ECE1DF;text-decoration: underline;}
/*konec stylu pro odkazy*/

object {
   margin: 0px;
   padding: 0px;
}

/*-----------------------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;}
}
