body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: Black;
	font-size: 0.7em;
}

#center {
	width: 789px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
}
    
        
#main {
	width: 789px;
	height: auto;
	text-align: center;
	padding: 0px;
	background-color: White;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#head {
	float: left;
	width: 789px;
	height: 143px;
	text-align: left;
	background-repeat: no-repeat;
	background-color: White;
	margin-bottom: 6px;
}

#logo {
	float: left;
	width: 199px;
	height: 143px;
}

#logo-text {
	margin-top:0px; margin-left:0px; padding:0;
	position:relative;
	left:0px; top:0px;
	width:199px; height:143px;
	overflow:hidden;
}
		
#logo-text span {
   display:block;
   position:absolute; left:0; top:0; z-index:1;
   width:199px; height:143px;
   margin:0; padding:0;
	background:url(../images/logo.gif) top left no-repeat;
	cursor: pointer;
}

#loga {
	float: left;
	width: 590px;
	height: 18px;
	text-align: right;
	*margin-bottom: -12px;
}

#menu {
	width: 590px;
	height: 143px;
	float: left;
}

#menu_obal {
	width: 590px;
	height: 117px;
	float: left;
	position: relative;
}

#menu_kosik {
	height: 26px;
	width: 590px;
	float: left;
	background-color: Black;
	color: white;
	font-weight: bold;
}

#menu_kosik a.white {
	text-decoration: underline;
	margin: 0px;
}

#menu_kosik a.white:hover {
	text-decoration: none;
	margin: 0px;
}

#machine_left {
	background-image: url(../images/menu_left_machine.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 23px;
	height: 117px;
	position: absolute;
	top: 0px;
	left: 590px;
}

#machine_top {
	width: 39px;	
	height: 19px;
	position: absolute;
	background-image: url(../images/machine_top.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	top: -19px;
}

#machine_center {
	width: 39px;	
	height: 60px;
	float: left;
	background-image: url(../images/machine_center.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

#machine_down {
	width: 63px;	
	height: 10px;
	position: absolute;
	top: 60px;
	left: -24px;
	background-image: url(../images/machine_down.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1px;
}

#menu_polozky {
	float: right;
	width: 535px; 
	_width: 536px; /*normalne -1*/
	height: 60px;
	background-color: White;
	margin-top: 29px;
}

ul {
	margin-left: 12px;
	padding-left: 18px;
	list-style: square;
	list-style-image: url(../images/arrow.gif);
	line-height: 180%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.box_center ul {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-right: 20px;
}

ul a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

ul a:hover {
	font-weight: normal;
	text-decoration: none;
}

#menu_polozky UL {
	margin: 0px;
	padding: 0px;
	width: 496px; 
	_width: 497px; /* normalne -1*/
	list-style: none;
	line-height: 540%;
	text-align: center;
	background-color: White;
	float: left;
}

#menu_polozky UL LI {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	float: left;
}

#menu_polozky UL LI A {
	color: black;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px;
	padding: 0px; /*padding: 5px 5px 0px 18px;*/
	display: block;
	height: 60px;
	width: 98px; /*_height: 60px;*/
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-color: #9FCFF7;
	border: 0px;
	list-style-image: none;
	font-weight: bold;
}
#menu_polozky UL LI A:hover {
	color: white;
	background-color: Black;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#menu_polozky UL LI A.kontakty {
	background-color: #9FCFF7;
	background-image: url(../images/button_kontakty.gif);
	background-repeat: no-repeat;
	width: 99px;
}

#menu_polozky UL LI A.kontakty:hover {
	color: white;
	background-image: url(../images/button_kontakty_on.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	background-color: black;
}

#menu_polozky UL LI A.active {
	background-color: black;
	color: white;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
}

#menu_polozky UL LI A.kontakty_active {
	background-image: url(../images/button_kontakty_on.gif);
	background-repeat: no-repeat;
	background-color: Black;
	color: white;
}

#content {
	width: 789px;
	height: auto;
	float: left;
	font-size: 1em;
	background-color: White;
	text-align: left;
}

#left {
	float: left;
	width: 199px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	display: inline;
}

#middle {
	float: left;
	width: 442px;
	height: auto;
	margin-left: 8px;
	margin-bottom: 0px;
}

#right {
	float: left;
	width: 132px;
	height: auto;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	display: inline;
}

.header_box_yellow_left {
	float: left;
	width: 199px;
	height: 26px;
	color: Black;
	background-color: #9FCFF7;
	background-image: url(../images/header_box_yellow_left.gif);
	background-repeat: no-repeat;
	line-height: 230%;
	font-weight: bold;
	text-indent: 2.5em;
}

.header_box_black_left {
	float: left;
	width: 199px;
	height: 26px;
	color: white;
	background-color: Black;
	background-image: url(../images/header_box_black_left.gif);
	background-repeat: no-repeat;
	line-height: 230%;
	font-weight: bold;
	text-indent: 2.5em;
}

.header_box_yellow_right {
	float: left;
	width: 132px;
	height: 26px;
	color: Black;
	background-color: #9FCFF7;
	background-image: url(../images/header_box_yellow_right.gif);
	background-repeat: no-repeat;
	line-height: 230%;
	font-weight: bold;
	text-align: right;
	
}

.header_box_yellow_center {
	float: left;
	width: 441px;
	height: 26px;
	color: Black;
	background-color: #9FCFF7;
	background-image: url(../images/header_box_yellow_center.gif);
	background-repeat: no-repeat;
	line-height: 230%;
	font-weight: bold;
	text-indent: 2.5em;
}

.header_box_black_right {
	float: left;
	width: 132px;
	height: 26px;
	color: white;
	background-color: Black;
	background-image: url(../images/header_box_black_right.gif);
	background-repeat: no-repeat;
	line-height: 230%;
	font-weight: bold;
	text-align: right;
}

.box_ohraniceni {
	float: left;
	margin-bottom: 7px;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

.box_left {
	width: 197px;
	height: auto;
	background-color: #EBEBEB;
	float: left;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
}

.box_center {
	width: 439px;
	height: auto;
	background-color: #EBEBEB;
	float: left;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
}

.box_right {
	width: 130px;
	height: auto;
	background-color: #EBEBEB;
	float: left;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
}

.polozka {
	width: 441px;
	background-color: #F2F2F2;
	float: left;
	height: auto;
	margin-bottom: 7px;
}

.polozka_image {
	height: auto;
	width: 135px;
	float: left;
}

.polozka_obsah {
	float: left;
	margin-left: 6px;
	width: 299px;
	height: auto;
	line-height: 150%;
	padding-top: 10px;
}

#polozka_detail {
	width: 441px;
	background-color: #F2F2F2;
	float: left;
	height: 300px;
	margin-bottom: 7px;
}

#polozka_detail_image {
	height: auto;
	width: 196px;
	float: left;
}

#polozka_detail_obsah {
	float: left;
	margin-left: 6px;
	width: 238px;
	height: auto;
	line-height: 150%;
	padding-top: 10px;
}

#kosik {
	width: 441px;
	background-color: #F2F2F2;
	float: left;
	height: auto;
	margin-bottom: 7px;
}

#strankovani {
	text-align: center;
	height: 26px;
	width: 441px;
	float: left;
	color: white;
	margin-bottom: 6px;
	background-color: #000000;
	line-height: 210%;
	font-size: 1em;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
} 

#ie_bug {  /* kvuli IE - vytvoril 35px mezeru */
	margin-top: -35px;
}

.kategorie {
	text-align: center;
	height: 26px;
	width: 789px;
	float: left;
	color: white;
	margin-bottom: 6px;
	background-color: #000000;
	line-height: 210%;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
} 

#footer {
	text-align: center;
	height: 24px;
	width: 787px;
	float: left;
	color: black;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-color: #9FCFF7;
	line-height: 200%;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
}  

#footer_border {
	float: left;
	border: 1px solid #90BFEA;
}

a {
	font-size: 1em;
	font-family: Tahoma;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 1em;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.vice {
	color: Gray;
}

a.vice:hover {
	color: Gray;
}

a.footer {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:hover {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.white {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;	
	font-weight: bold;
	margin: 0px 10px;
}

a.white:hover {
	font-size: 1em;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px 10px;
}

#strankovani a.white {
	margin: 0px 5px;
	text-decoration: underline;
}

#strankovani a.white:hover {
	margin: 0px 5px;
	text-decoration: none;
}

span.active {
	margin: 0px 5px;
	color: #9FCFF7;
	font-weight: bold;
}

h1 {
	font-family: Tahoma;
	font-size: 1.5em;
	background-color: White;
	color: Black;
	margin: 0px; 
	padding: 0px;
}

h2 {
	font-family: Tahoma;
	font-size: 1.6em;
	font-weight: bold;
	color: Black;
	margin-left: 10px;
	margin-bottom: 0px;
}

h3 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: normal;
	color: Black;
}

table.kosik {
	width: 441px;
	border: 2px;
	font-size: 1em;

}

table.kosik td {
	font-size: 1em;
	padding: 5px;
	text-align: left;
}

table.kosik th {
	background-color: #E1E1E1;
	padding: 5px;
	text-align: left;
}

table.kosik td.kosik_cena {
	text-align: right;
}

table.kosik #celkova_cena {
	background-color: #E1E1E1;
	font-size: 1em;
}

table.kosik #celkova_cena td {
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.kosik #pokracovat td {
	padding: 15px 5px;
}


td {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;

}

a.fotky img {
	border: 1px solid #DBDBDB;
	margin: 10px;
}

a.fotky:hover img {
	border: 1px solid #9FCFF7;
	margin: 10px;
}

.obr{
	border: 0px;
	vertical-align: middle;
}

.nadpis_pravy_box {
	margin-right: 28px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 2em;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
}

p.box {
	text-indent: 0em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#prihlaseni {
	float: right;
	height: 26px;
	width: 335px;
	margin-right: 3px;
	
}

#napady_form {
	padding: 8px;
}

#prihlaseni_form {
	margin: 0px;
	padding: 0px;
	float: right;
}

#kosik_form {
	margin: 0px;
	padding: 0px;
	float: right;
	vertical-align: middle;
	float: left;
}

.pridej_do_kosiku {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: right;
}

.puvodni_cena {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	text-decoration: line-through;
	padding: 2px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: Black;
	vertical-align: middle;
}

.akce_cena {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	color: #90BFEA;
	font-weight: bold;
	background-color: Black;
	vertical-align: middle;
}

.searchbox {
	width: 100px;
	_height: 18px;
	border: 2px solid #595959;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	margin-top: 3px;
	vertical-align: middle;
}

.searchbox_ks {
	_height: 18px;
	border: 2px solid #595959;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	width: 20px; 
	margin-top: -1px; 
	vertical-align: middle; 
	margin-left: 5px; 
	margin-right: 5px;
	text-align: right;
	padding-right: 2px;
} 

.button {
	width: 55px;
	height: 18px;
	border: solid 2px #5B5B5B;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	margin-top: 3px;
	background-color: #A3A3A3;
	vertical-align: middle;
}

