body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ECEBE9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img
{
	border: 0px none;
}

h2
{
	margin: 3px;
}

#container01
{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

/* START HEAD ----------------------------------------- */

#head{
	
	background-color: #844A31;
	border-bottom: 1px solid #D4C292;
	padding-bottom: 10px;
	text-align: right;
}
#top
{
	background-image: url('img/top-bgr.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 102px;
  border-top: 7px solid #844A31;
  margin-bottom: 10px;
	
}

#top img
{
  border: 1px solid white;
}  

/* END HEAD ----------------------------------------- */


/* START Menu (menu je potomkem CONTENT) ----------------------------------- */
#menu
{
	border-bottom: 1px solid #D4C292;
	text-align: center;
	height: 40px;
  line-height: 40px;
  padding-left: 42px;
}

#menu a
{
	font-family: "Verdana CE", Verdana, "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;

  float: left;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #844A31;
	text-decoration: none;
	border: 1px solid #D4C292;
	height: 38px;
	padding-left: 14px;
	padding-right: 14px;
	
}

#menu a:hover
{
/*	border: 2px inset #D4C292;
	text-decoration: underline;*/
	border: 1px solid #844A31;
}

#menu br
{
	clear: both;
	font-size: 0px;
	height: 0px;
  line-height: 0px;
}

/******************************************************************************/

#regist
{
	background-color: #844A31;
	margin-top: 1px;
	font-size: 13px;
  height: 40px;
  line-height: 40px;
	text-align: center;
}

#regist a, #regist strong
{
	font-weight: bold;
	text-decoration: none;
  color: white;
	margin-left: 5px;
	margin-right: 5px;
}

#regist a:hover
{
	text-decoration: underline;
}

#regist label
{
	font-weight: bold;
  color: white;
	margin-left: 5px;
}

#regist input
{
  border: 2px inset #844A31;
  padding-left: 3px;
  padding-right: 3px;
}


.bordered 
{
	border: 1px solid white;
	border-collapse: collapse;
}
  
.bordered td, .bordered th  
{
  border: 1px solid white;
}
  

/* START CONTENT ----------------------------------------- */

#content
{
	border-top: 1px solid #D4C292;
  background-color: white;
}

#content .content-head
{
	display: block;
	height: 24px;
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 4px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#content p{
	margin: 5px;	
	text-align: justify;
	text-indent: 2em;
}

/* Start výpis produktů a detail produktu ---------*/
#vypis
{
  position: relative;
  border: 1px solid white;
}

.item
{
	width: 100%;
  border-bottom: 1px solid #D4C292;
  padding-top: 20px;
  padding-bottom: 10px;
}
.item h3{
	margin: 0px;
	padding-left: 5px;
	font-size: 10pt;
}
.item p{
	margin: 5px;
}
.item img{
	float: right;
	border: 1px solid white;
	margin-left: 5px;
}
.item .img-left{
	float: left;
	border: 1px solid white;
	margin-right: 5px;
}
.item .detail{
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
.item .detail a{
	color: #703F25;
	font-weight: bold;
	text-decoration: none;
}
.item .detail a:hover{
	color: #DCC7BD;
}

/* Start Vypis tabulka */
#vypis table{
	font-size: 8pt;
	width: 96%;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D4C292;
	border-collapse: collapse;
}
#vypis table td, #vypis table th 
{
	border: 1px solid #D4C292;
	background-color: white;
}
#vypis thead, #vypis tfoot
{
	font-size: 10px;
	text-align: center;
}

#vypis .narrow
{
  width: 1%;
}


/* End Vypis tabulka */
/* End výpis produktů a detail produktu ---------*/

/* Start napiste nám ---------*/
#napiste-form
{
	
}
#napiste-form input
{
	padding: 2px;

}

#napiste-form textarea
{
	padding: 2px;
}
#napiste-form .label100
{
	display: block;
	padding-top: 3px;
	text-align: right;
	float:left;
	font-weight: bold;
	width: 120px;
}
#napiste-form .centered
{
	text-align: center;
}
.syst-msg
{
  text-align: left;
	/*background-color: #990000;*/
	border: 1px solid white;
	padding: 5px;
	margin: 5px;
}
.syst-msg strong
{
	font-size: 14pt;
	color: #FFD4D4;
  color: red;
	font-style: italic;
}


.mail-err
{
	background-color: #990000;
	border: 1px solid white;
	padding: 5px;
	text-align: center;	
	margin: 5px;
}
.mail-err strong
{
	font-size: 14pt;
	color: #FFD4D4;
  color: red;
	font-style: italic;
}
.mail-ok
{
	/*background-color: #557025;*/
	border: 1px solid white;
	padding: 5px;
	text-align: center;	
	margin: 5px;
}
.mail-ok strong
{
	font-size: 14pt;
	color: green;
	font-style: italic;
}
/* End napiste nám ---------*/

/* Start o nas ---------*/
#o-nas{
	margin: 5px;
}
#o-nas img{
	border: 1px solid white;
	margin-left: 8px;
}
#o-nas .img-top{
	float:right;
}
#o-nas .float{
	float:left;
}
#o-nas p{

}
/* End o nas ---------*/

/* Start kontakty ---------*/
#o-nas{
	margin: 5px;
}
#o-nas img{
	border: 1px solid white;
	margin-left: 8px;
}
#o-nas .img-top{
	float:right;
}
#o-nas .float{
	float:left;
}
#o-nas p{

}
/* End o kontakty ---------*/
#kontakt{
	margin: 3px;
}
#kontakt .head-contact{
	padding: 10px;
	font-size: 9pt;
	/*background-color: #A16B51;*/
}
#kontakt a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#kontakt a:hover{
	color: #DCC7BD;
}
#kontakt table
{
	width: 96%;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ECEBE9;
}

#kontakt td{
	background-color: white;
	padding: 6px;
}

#obsah 
{
  padding: 5px;
  height: 300px;
}

head+body #obsah 
{
  height: auto;	
  min-height: 300px;	
}




#obsah a
{
	font-weight: bold;
  color: black;
}
/*
#obsah a:hover
{
  text-decoration: underline;	
}
*/
/* Start Náhled obrázku ---------*/
.img-detail{
	text-align: center;
}
.img-detail img{
	border:1px solid white;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.img-detail p{
	text-align: center;
	text-indent: 0;
}

/* Start Náhled obrázku ---------*/



/* END CONTENT ----------------------------------------- */

.clear{
	clear: both;
	font-size: 1px;
	color: #AD846B;
}
.next-prev{
	margin: 5px;
	text-align: right;
}
.next-prev a{
	color: #703F25;
	font-weight: bold;
	text-decoration: none;
}
.next-prev a:hover{
	color: #DCC7BD;
}


.back{
	margin: 5px;
	text-align: center;
}
.back a{
	color: #703F25;
	font-weight: bold;
	text-decoration: none;
}
.back a:hover{
	color: #DCC7BD;
}


.select-cont{
	margin: 20px;
}

.select{
	float: left;
	width: 360px;
	text-align: left;
	margin-top: 3px;
}

.select label{
	width: 60px;
	float: left;
	display: block;
	text-align: left;
	margin-top: 3px;
	font-weight: bold;
}

.select input{
	width: 260px;
	float: left;
	display: block;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

.select option{
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}



.send-buttons{
	margin-top: 20px;
	text-align: center;
	padding: 4px;
/*	background-color: #CDAFA0;
	color: white;*/
}
.send-buttons input{
	/*border: 1px solid #9B684E;
	background-color: #CDAFA0;(/*/
	width: 100px;
}

.send-mail-button{
	text-align: center;
}
.send-mail-button input{
}

/******************************************************************************/

#prihlaseni
{
  text-align: center;
}

#prihlaseni label
{
  font-family: monospace;
  font-weight: bold;
}

#prihlaseni input
{
  font-family: monospace;
  font-weight: bold;
	/*border: 1px solid white;
	color: white;
	background-color: #9B684E;*/
  margin: 3px;
  padding: 3px;
}

#prihlaseni .button
{
  padding-left: 2em;
  padding-right: 2em;
}

#loginwin
{
  /*border: 1px double white;*/
  border: 1px double black;
  width: 25em;
  padding: 2em;
  margin: 0px auto;
}

/* START news ----------------------------------------- */
#news{
	position: relative;
	height: 108px;
	clear: both;
	background-color: white;
	border-bottom: 1px solid white;
}
#news .img-pos{
	float: left;
	height: 47px;
}
#news .type-pos{
	border-top: 1px solid #D4C292;
	border-bottom: 1px solid #D4C292;
	float: left;
	width: 406px;
	height: 47px;
	overflow: auto;
	padding-left: 3px;
}

#news #animgif
{
  position: absolute;
  left: 20px;
  top: 15px;
}

#news .type-pos a{
	text-decoration: none;
	color: black;
}
#news .type-pos a:hover{
	text-decoration: underline;
}
#news .banner-cont{
	clear: both;
  text-align: left;  
	height: 60px;
	background-color: #D6C292;
}


/* END news ----------------------------------------- */

#leftmenu
{
  width: 200px;
  float: left;
}

#leftmenu ul
{
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

#leftmenu a
{
  color: #323232;
}


#item-container
{
  width: 525px;
  float: right;
  color: #323232;
}  

#kosik 
{
  text-align: center;
}


#kosik table
{
  border: 1px solid black;
  border-collapse: collapse;
  width: 96%;
	border: 1px solid #D4C292;
}

#kosik td
{
  padding: 3px;
	border: 1px solid #D4C292;
}

#kosik th
{
  padding: 3px;
	border: 1px solid #D4C292;
  text-align: center;
}


#kosik .narrow
{
  width: 1%;
}

#kosik .right
{
  width: 1%;
  padding-left: 1em;
  text-align: right;
}


#kosik table input
{
  padding-right: 2px;
  border: 1px solid black;
  text-align: right;
}

#zamesnani
{
	margin: 10px;
	font-size: 9pt;
}

#zamesnani h2
{
  font-size: 110%;
}

#zamesnani h3
{
  font-size: 100%;
}

#zamesnani ul
{
  list-style: none;
  padding-left: 10px;
  margin-left: 0px;
}

#vysledky
{
	margin: 10px;
	font-size: 9pt;
}

#vysledky em, #vysledky li
{
  color: #844A31;
}

#poplatky, #poplatky th, #poplatky td
{
  text-align: center;
  border: 1px solid black;
  border-collapse: collapse;
}

