*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body{
 	font-family: "MS Sans Serif", Geneva, sans-serif;
  	font-size: 10px;
 	color:black;
  	background-color: white;
	text-align: center;
	overflow: hidden;
	background-color:white;
}

#page{
	width:980px;
   margin: 0 auto;
   text-align:left;
   position:relative;
	background-color: white;
	height: 100%;
}
#header{
	width: 100%;
	height: 185px;
}
#header2{
	width: 100%;
	height: 55px;
}

#header2 table{
	width: 743px; 
	height: 55px;
}

#header2 td{
	height: 18px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background-color: #9cd377;
	text-align: center;
}

#header2 td a{
	display: block;
	line-height: 17px;
	height: 17px;

	text-decoration: none;
	color: black;
}

#header2 td a:hover{
	color: black;

	background-color: #f0f000;
}

#header2 th{
	background-color: #145e14;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	font-weight: bolder;
}

.kategorie_nadpis{
	display: block;
	line-height: 17px;
	height: 17px;
	background-color: #145e14;
	border-bottom: 1px solid white;
	text-align: center;
	color:white;
	font-weight:bolder;

}


#header2 textarea{
	height: 30px;
	width: 150px;
}

#menu{
	float:left;
	width: 237px;
	white-space: nowrap;
	color:black;
	height: 100%;
   	background-color: white;
	
	

}

#sortiment{
  width:237px;
  position: absolute;
  top: 185px;
  bottom: 0px; 
  overflow: auto;
  height: expression(document.body.clientHeight - 185 + "px");
  text-align: left;
  background-color: #9cd377;
}


#menu li a {
	display: block;
	line-height: 19px;
	height: 19px;
	text-decoration: none;
	color: black;
	background-image: url(images/sipka.gif);
	background-repeat: no-repeat;
	padding-left: 16px; 
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
}

#menu li a:hover{
	color: black;
	background-color: #f0f000;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	
}

.mouseover{
   background-color:#a4ca8a;
	cursor: pointer;
}

.mouseout_s0{
	background-color:white;
	cursor: auto;
}

.mouseout_s1{
	background-color:#edf2df;;
	cursor: auto;
}



#menu #selected{
	font-weight: bolder;
}



#menu li {
	height: 20px;
	border-bottom: 1px;
}
#menu li.selected {
	background-color: #9fabb3;
}



#menu ul {
	padding: 0;
	list-style: none;
}

#menu li img{
	vertical-align: middle;
}


.menu_nadpis{
	background-color:#7cb357;
	font-weight: bold;
	text-align:center;
	padding-top: 3px;
	padding-bottom:3px;
	width: 100%;
}

.highlight{
background-color:#a4ca8a;
}


.selected{
	color: #6495ED;
}


#content{
	width: 742px;
   position: absolute;
   top: 240px;
   left: 238px;
   bottom: 0px; 
   overflow: auto;
   height: expression(document.body.clientHeight - 240 + "px");
   text-align: left;
}

#inside{
	margin: 15px;
	text-align: justify;
}

#inside td{
	padding-top:8px;
	padding-bottom:8px;
}

a{
    	font-size: 10px;
    	color: black;
	text-decoration: none;
}
a:hover{
    	text-decoration: underline;
}

a img{
	border: 0px;
}
#inside img
{
	margin: 5px;
}
th{
	font-family: "MS Sans Serif", Geneva, sans-serif;
    	font-size: 10px;
	font-weight: bolder;
background-color:#a4ca8a;
	color: white;
	padding: 2px;
}

td{
	font-family: "MS Sans Serif", Geneva, sans-serif;
    	font-size: 10px;
}
.chyba{
 	text-align: center;
 	color: red;
 	font-weight: bolder;
}
.uspech{
 	text-align: center;
 	color: green;
 	font-weight: bolder;
}


td img {
	margin: 0px;
}
input,textarea,select{
   	background-color: white;
   	font-size: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	
}

form{
	margin: 0px;
	border: 0px;
	padding: 0px;
	display: inline;
}
.showimg{
	cursor:pointer;
}
.s0{
	background-color: white;
}
.s1{
	background-color: #edf2df;
}
#content table{
	border: 1px solid #cccccc;
	border-left: none;
	border-top: none;
	background-color: #f5f9f0;
}
h2{
 	font-size: 15px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	text-align:center;
	color: green;

}
.button_green{
 	background-color:  #98FB98;
}
.button_red{
	background-color:  #FFA07A;
}

.katalog_cell{
	width: 218px;
	height: 300px;
	overflow: auto;
	float: left;
	background-color: white;
	margin:5px;
	border: 1px solid #d8ffb3;
	border-bottom:none;

}

.katalog_nadpis{
	height: 20px;
	width: 100%;
	text-align: center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
  	font-size: 14px;
	font-weight: bolder;
	/*background-color: red;*/
}

.katalog_popis{
	
	height:148px;
	overflow:auto;
	clear:both;
	background-color: #d8ffb3;
	
/*	background-color: yellow;*/
}

.katalog_foto{
	float:left;
	width:90px;
	height: 130px;
	/*background-color: cyan;*/
}

.katalog_cena{
	float:right;
	width:120px;	
	height: 130px;
/*	background-color:orange;*/
}

.katalog_image{
	float: right;
}
.katalog_td{
 padding: 5px;
 padding-left: 10px;
 padding-right: 10px;	
 background-color: White;
 vertical-align: bottom;
}

.koupit{
	text-align: center;
	background-color:#c4ea9a;
	clear: both;
	height: 20px;
}

#reklama{
	text-align: center;
	margin-bottom: 5px;
}

#reklama img{
border:0px;
margin:0px;
padding:0px;
}

.yellow{
background-color: #fcfd00;
}
.jaknakupovat{
	width: 90%;
	background-color:#f5f9f0;
	text-align: left;
	color:black;
	font-weight: normal;
	padding:12px;
	padding-left: 25px;
	border: 1px solid #cccccc;
	border-left: none;
	border-top: none;
}
.button{
	background-color: #d8ffb3;
	
}

.bezna_cena_katalog{
	display: block;
 	font-size: 15px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	text-decoration: line-through;
	color: black;
	text-align: center;
}
.vase_cena_katalog{
	display: block;
 	font-size: 16px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	font-weight: bolder;
	color: red;
	text-align: center;
}

.bezna_cena{
 	font-size: 15px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	text-decoration: line-through;
	color: black;
	text-align: center;
}
.vase_cena{
 	font-size: 15px;
	font-family: "MS Sans Serif", Geneva, sans-serif;	
	font-weight: bolder;
	color: red;
	text-align: center;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

h1{
	color: #145e14;
	font-size: 200%;
}
