* 
{
  margin: 0px;
  padding: 0px;
}

HTML, BODY 
{
  height: 100%;
}

BODY > #layout
{
  height: auto;
}
  
BODY
{ 
  background: #FFFFFF url('images/body-background.png') repeat-x top left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 




/* DEFAULT STYLES: */


/* Odstavec */
P
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}


/* Odkazy */
A
{
  color: black;
  text-decoration: none;
}

A:hover
{
  color: #FAA364;
}

A IMG
{
  border: 0px;
}

A:hover SPAN
{
  text-decoration: none;
}


/* Mapa */
IMG.map
{
  border: 0px;
}


/* Vzhled formularu */
INPUT
{
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TEXTAREA
{
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

SELECT
{
  font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Styl tabulky */
TABLE
{
	position: relative;
	margin: auto;
}


/* Pozicovani */
.align-left
{
  text-align: left;
}

.align-center
{
  text-align: center;
}

.align-right
{
  text-align: right;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.cleaner
{
  clear: both;
}

.spacer
{
  height: 7px;
  font-size: 0px;
}

.space-2px
{
  height: 2px;
  font-size: 0px;
}


/* Odsazeni */
BLOCKQUOTE
{
  margin-left: 40px;
}


/* Oznaceni radku tabulky */
TD.label
{
  padding-right: 5px;
}


/* Nadpisy */
H1 
{
  font-size: 1em;
}  

H2 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  font-weight: 900;
  color: #FFFFFF;
}

H3 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.2em;				
  margin: 0px;
  padding: 0px;
}

H5
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #FFFFFF;
}


/* Info */
.info
{
  font-size: 0.8em;
}


/* LAYOUT */
#layout 
{ 
  width: 767px; 
  margin: 0px auto 0px auto; 
} 

.background
{
  background: url('images/background.gif') repeat-y top left;
}

.background2
{
  background: url('images/background2.gif') repeat-y top left;
}




/* HEADER */
#header 
{
  height:196px;
} 

#header-title 
{
  background: url('images/header-title.png') no-repeat top left;
  height: 28px;
  color: #ffffff;
  font-size: 0.55em;
  text-align: right;
  padding-top: 13px;
  padding-right: 30px;
}

#header-leftside
{
  background: url('images/header-leftside.png') no-repeat top left;
  height: 163px;
  width: 30px;
  float:left;
}
		
#header-splash 
{
  background: url('images/header-splash.jpg') no-repeat top left;
  height: 163px;
  width: 578px;
  float: left;
}			

#header-info 
{
  background: url('images/header-info.jpg') no-repeat top left;
  height: 163px;
  width: 125px;
  float: left;
}		

#header-info P
{ 
  margin-right: 6px;
	color: #FFFFFF;
  font-size: 0.55em;
  margin-top: 90px;
  text-align: right;
}
	
#header-rightside
{
  background: url('images/header-rightside.png') no-repeat top left;
  height: 163px;
  width: 34px;
  float: right;
}




/* MENU */
#menu 
{
  z-index: 1;
  height: 22px;
}			 

#menu-leftside 
{
  background: url('images/menu-leftside.png') no-repeat top left;
  height: 22px;
  width: 30px;
  float: left;
} 
			  
#menu-content 
{
  background: url('images/menu-content.jpg') no-repeat top left;
  height: 22px;
  line-height: 22px;
  width: 578px;
  float: left;
}

#menu-content UL
{
  list-style-type: none;
	margin-top: -5px;
	margin-left: 100px;		
}
		
#menu-content LI 
{
  float: left;
  margin-left: 0px;
  padding-left: 40px;
}

#menu-content A 
{
  text-decoration: none;
  color: #135184;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}
			
#menu-content A:hover 
{
  color: #FFFFFF;
}

/* Vyber jazyka */
#menu-language 
{
  background: url('images/menu-language.jpg') no-repeat top left;
  height: 22px;
  width: 125px;
  float: left;
  color: #ffffff;
  font-size: 0.6em;
  text-align: right;
}

#menu-language IMG
{
  margin-right: 8px;
  vertical-align: middle;
}
			  
#menu-rightside 
{
  background: url('images/menu-rightside.png') no-repeat top left;
  height: 22px;
  width: 34px;
  float: right;
}




/* RESET */
#reset 
{ 
  border: 0px none; 
  margin: 0px; 
  padding: 0px; 
  float: none; 
  clear: both; 
  width: 0px; 
  height: 0px; 
  line-height: 0px; 
} 




/* FOOTER */
#footer 
{ 
  background: url('images/pata.png') no-repeat top left;
  height: 27px;
  color: #999999;
  font-size: 0.55em;
  text-align: right;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
} 

#footer P
{
  display: inline;
  margin-left: 10px;
}

#footer A 
{
  color: #999999;
  text-decoration: none;
}	
	
#footer A:hover 
{
  color: #3e9be2;
}




/* LEFT COLUMN */
#left 
{ 
  float: left; 
  width: 128px;
  padding: 0px 2px 2px 31px; 
  background: url('images/left.png') no-repeat left top;
} 

#left-title
{
  position: relative;
  background: #1E84D1;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  background: url('images/left-title.png') no-repeat left top;
}


/* Content */
#left-content
{
  background: url('images/left-content.png') repeat-x top left;
  height: 474px;
  text-decoration: none;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  padding-top: 15px;
}

#left-content A
{
  color: #853400;
  text-decoration: none;
}

#left-content A:hover
{
  color: #853400;
  text-decoration: underline;
}


/* Recepty */	
#recept 
{
  background: url('images/recept.gif') no-repeat top left;
  height: 65px;
  width: 120px;
  color: #853400;
  font-size: 0.7em;
  text-align: left;
  padding-left: 8px;
  padding-top: 2px;
}		  

#recept P
{
  font-size: 0.9em;
  margin-top: 4px;
  margin-right: 10px;
  margin-left: -4px;
}

/* Prakticke rady */
#rady 
{
  background: url('images/rady.gif') no-repeat top left;
  height: 78px;
  width: 120px;
  margin-top: 15px;
  color: #853400;
  font-size: 0.7em;
  text-align: left;
  padding-left: 8px;
  padding-top: 2px;
}

#rady P
{
  font-size: 0.9em;
  margin-top: 4px;
  margin-right: 15px;
  margin-left: -4px;
}

/* Aktuality */
#nove 
{
  background: url('images/nove.gif') no-repeat top left;
  height: 65px;
  width: 120px;
  margin-top: 15px;
  color: #853400;
  font-size: 0.65em;
  padding-top: 5px;
  text-align: left;
  padding-left: 8px;
}

#nove P
{
  margin-top: 4px;
  margin-right: 10px;
  margin-left: -4px;
}

/* Odkazy */
#odkazy 
{
  background: url('images/odkazy.gif') no-repeat top left;
  height: 24px;
  width: 120px;
  margin-top: 13px;
  color: #853400;
  font-size: 0.7em;
  padding-top: 5px;
  padding-left: 8px;
  text-align: left;
}

/* Podnikova prodejna */
#prodej 
{
  background: url('images/prodej.gif') no-repeat top left;
  height: 69px;
  width: 120px;
  margin-top: 11px;
  color: #7E2b00;
  font-size: 0.7em;
  text-align: left;
  padding-left: 8px;
  padding-top: 3px;
}

#prodej P
{
  font-size: 0.9em;
  margin-top: 4px;
  margin-right: 10px;
}


/*#soutez 
{
  background: url('images/soutez.gif') no-repeat top left;
  height: 60px;
  width: 120px;
  margin-top:15px;
  color: #7e2b00;
  font-size: .9em;
  text-align: center;
  padding-top: 10px;
  padding-left: 8px;
}*/




/* RIGHT COLUMN */
#right 
{ 
  float: right; 
  width: 125px;
  margin: 0px 0px 5px 0px; 
  padding: 0px 34px 2px 2px; 
  background: url('images/right.png') no-repeat right top;
} 

#right-title
{
  background: #1E84D1;
  height: 25px;
  text-align: right;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  padding-right: 7px;
}	
			 
#right-title IMG
{
  float: left;
  padding-left: 7px;
  padding-top: 2px;
}


/* Mate dotaz? */
#right-title DIV
{
  position: relative;
  top: -1px;
}

#right-title A
{
	color: #FFFFFF;
	text-decoration: none;
}

#right-title A:hover
{
	text-decoration: underline;
}

#right-title #upsmall 
{
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: normal;
}


/* Content */
#right-content
{
  background: url('images/right-content.png') repeat-x top left;
  height: 474px;
  text-decoration: none;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  padding-top: 15px;
}

#right-content A
{
  color: #853400;
  text-decoration: none;
}

#right-content A:hover
{
  color: #853400;
  text-decoration: underline;
}


/* Napsali o nas */
#naps 
{
  background: url('images/naps.gif') no-repeat top left;
  height: 93px;
  width: 110px;
  margin: auto;
  color: #853400;
  font-size: 0.7em;
  padding-top: 5px;
  text-align: center;
}  

#naps P
{
  font-size: 0.9em;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
}


/* Oceneni */
#oceneni 
{
  background: url('images/oceneni.gif') no-repeat top left;
  height: 96px;
  width: 101px;
  margin: auto;
  margin-top: 12px;
  color: #D06517;
  font-size: 0.6em;
  padding-top: 16px;
  text-align: center;
}

#oceneni A
{
  color: #D06517;
  text-decoration: none;
}

#oceneni A:hover
{
  color: #853400;
  text-decoration: underline;
}

#oceneni P
{
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}


/* Partneri */
#part 
{
  background: url('images/part.gif') no-repeat top left;
  height: 37px;
  width: 113px;
  margin: auto;
  margin-top: 0px;
}

#partin 
{ 
  color: #D06517;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 12px;
  text-align: left;
  padding-left: 12px;
}

#partin A
{
  color: #D06517;
  text-decoration: none;
}

#partin A:hover
{
  color: #853400;
  text-decoration: underline;
}


/* Ke stazeni */
#staz 
{
  background: url('images/staz.gif') no-repeat top left;
  height: 73px;
  width: 112px;
  margin: auto;
  margin-top:15px;
}

#stazin 
{ 
  color: #D06517;
  font-size: 0.7em;
  font-weight: bold;
  padding-top: 5px;
  text-align: left;
  padding-left: 12px;
}

#stazin A
{
  color: #D06517;
  text-decoration: none;
}

#stazin A:hover
{
  color: #853400;
  text-decoration: underline;
}

#stazin P
{
  margin-top: 16px;
  margin-left: 1px;
  font-size: 0.9em;
  font-weight: normal;
}


/* Kde nas najdete */
#kde 
{
  background: url('images/kde.gif') no-repeat top left;
  height: 58px;
  width: 101px;
  margin: auto;
  margin-top: 15px;
  color: #D06517;
  font-size: 0.55em;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}	

#kde A
{
  color: #D06517;
  text-decoration: none;
}

#kde A:hover
{
  color: #853400;
  text-decoration: underline;
}




/* PRIMARY CONTENT */
#main 
{ 
  margin: 0px 164px 0px 164px;
} 

/* Informations, Warnings, Errors  */
DIV#messages
{
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  padding-bottom: 1px;
  width: 439px;
}

/* Header */
#main-header 
{ 
  background: url('images/main-header.png') no-repeat top left; 
  height: 25px;
  width: 439px;
  line-height: 25px;
  float: left;
  text-align: center;
  margin-bottom: 7px;
} 

/* Content */
#main-content 
{
  padding: 0px 7px 0px 7px; 
}


/* Nadpis obsahu */
.title 
{
  background: #1E84D1;
	line-height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	width: 411px;
	height: 25px; 
}

.title2 
{
  color: #1E84D1;
	line-height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	text-align: center;
	width: 411px;
	height: 25px; 
}


/* Obsah */
.content 
{
	background: #FFFFFF;
	font-size: 0.7em;
	padding: 7px;
	float: left;
	width: 411px;
	margin-bottom: 7px;
}

.content H3
{
  color: #3E9BE2;
}

.content A 
{
  color: #1E84D1;
  text-decoration: none;
  margin-bottom: 7px;
}
				
.content A:hover 
{
  color: #FAA364;
}

.content UL
{ 
  list-style-type: disc; 
}

.content LI
{
  margin-left: 40px;
}

.content P
{
  margin-top: 10px;
  text-indent: 0px;
  text-align: justify;
}


/* Obsah 2 */
.content2 
{
	background: #FCF9D6;
	font-size: 0.7em;
	padding: 7px;
	float: left;
	width: 411px;
	margin-bottom: 7px;
}

.content2 H3
{
  color: #853400;
}

.content2 .text-image IMG, .content2 .image-text IMG, .content2 .nahledy IMG
{
  border: 2px solid #853400;
}

.content2 A 
{
  color: #853400;
  text-decoration: none;
  margin-bottom: 7px;
}
				
.content2 A:hover 
{
  color: #D06517;
}

.content2 UL
{ 
  list-style-type: disc; 
}

.content2 LI
{
  margin-left: 40px;
}

.content2 P
{
  margin-top: 10px;
  text-indent: 0px;
  text-align: justify;
}


/* Obsah 0 */
.content0 
{
	background: transparent;
	font-size: 0.7em;
	padding: 7px;
	float: left;
	width: 411px;
	margin-bottom: 7px;
}

.content0 H3
{
  color: #853400;
}

.content0 A 
{
  color: #1E84D1;
  text-decoration: none;
  margin-bottom: 7px;
}
				
.content0 A:hover 
{
  color: #FAA364;
}

.content0 UL
{ 
  list-style-type: disc; 
}

.content0 LI
{
  margin-left: 40px;
}

.content0 P
{
  margin-top: 10px;
  text-indent: 0px;
  text-align: justify;
}


/* Datum vlozeni */
.date
{
  text-align: left;
  font-size: 0.8em;
}


/* Obtekani obrazku textem */
.image-text
{
  float: left;
  margin-right: 10px;
}

.text-image
{
  float: right;
  margin-left: 10px;
}


/* Povinne udaje */
SPAN.povinne
{
  color: red;
  font-weight: bold;
}


/* Vzhled sortimentu */
DIV.produkt
{
  padding-top: 3px;
  margin: 3px;
  margin-top: 0px;
}

/* Oceneno Klasa */
DIV.klasa
{
  background: url('images/klasa.gif') #ffffff no-repeat bottom right;
}

/* Vzhled tabulky s podrobnosti o produktu */
TABLE.vyrobek
{
  border-collapse: collapse;
  width: 405px;
}

TABLE.vyrobek TH
{
	vertical-align: bottom;
}

TABLE.vyrobek TD
{
  vertical-align: top;
}

TABLE.vyrobek TD.obrazek
{
  width: 150px;
  height: 150px;
  vertical-align: top;
  text-align: center;
}

TABLE.vyrobek TD.obrazek IMG
{
  margin-top: 10px;
  border: 2px solid #1679CB;
}

TABLE.vyrobek TR.head
{
  background-color: #FFFFFF;
  background-image: url('images/produkt-back.png');
  background-repeat: repeat-y;
}

TABLE.vyrobek TH.nazev
{
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}

TABLE.vyrobek TH.nazev H3
{
  font-size: 1.25em;
  color: #224E99;
}

TABLE.vyrobek TD.mnozstvi
{
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  color: #224E99;
  padding-bottom: 5px;
}

TABLE.vyrobek TABLE
{
  margin-top: 10px;
  margin-left: 0px;
}

TABLE.vyrobek TABLE TD
{
  padding-bottom: 2px;
}

TABLE.vyrobek TD.label
{
  padding-left: 5px;
  width: 100px;
}


/* Tabulka s nahledy obrazku */
TABLE#nahledy TD
{
  vertical-align: bottom;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}


/* Certifikaty */
DIV.certifikaty
{
  padding: 7px;
	float: left;
	width: 411px;
  text-align: center;
}


/* Strankovani */
.pagelinks
{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #FFFFFF;
}

.pagelinks A 
{
  color: #1E84D1;
}

.pagelinks A:hover
{
  color: #FAA364;
}

.pagelinks2
{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #FAA364;
}

.pagelinks2 A 
{
  color: #853400;
}

.pagelinks2 A:hover
{
  color: #FFFFFF;
}


/* Kontaky */
#kontakty TD
{
  vertical-align: top;
}


/* Ke stazeni */
#downloads LI
{
  margin-left: 15px;
}


/* Border obrazku */
IMG.border
{
  border: 2px solid #1679CB;
}


/* Nadpis */
.clanek-title
{
  background: url('images/clanek-title.png') transparent repeat-y top left;
}

.clanek-title H3
{
  margin-left: 4px;
  padding-top: 2px;
}

.clanek-title .date
{
  margin-left: 5px;
  padding-bottom: 2px;
}
