html {
  height: 100%;
}

body {
	background: url('/images/bg_body.gif') center top #000;
  width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px verdana, tahoma, trebuchet ms, tahoma, arial, verdana, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	line-height: 20px;
	color: #000;
}

h1, h2, h3, h4, h5, h6,
input, form, p, ul {
	margin: 0;
	padding: 0;
}

h4 {
font: 16px times new roman;
margin: 3px 0;
}

.cleardiv {
height: 1px;
border: 0px solid #b00;
clear: both;
}

a, a:visited  {
  color: #800;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:visited:hover  {
  text-decoration: underline;
}

hr.clear {
visibility: hidden;
clear: both;
}

h1 {
  background: url('/images/li_se.jpg') no-repeat left top;
padding: 12px 0 12px 52px;
margin: 2px 0 0 0;
	font: 22px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	color: #900;
}
h2 {
	font: 22px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	color: #800;
	padding: 12px 0 0px 0px;
	margin: 0px 0 0px 0px;
}

h3 {
	font: 14px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	color: #333;
	padding: 12px 0 12px 0px;
	margin: 12px 0 12px 0px;
}

.under_heading {
  font: 14  px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #000;
	padding: 0px 0 12px 0px;
	margin: 0;
}

#main {
  background: url('/images/bg_main.gif') repeat-y top left #fff;
	width: 980px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	margin-top: 0px;
	min-height: 560px;
	padding: 0;
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


#head {
  background: url('/images/head.jpg') no-repeat top left #fff;
	width: 980px;
	height: 168px;
	clear: both;
}


#home {
background: #fff;
width: 780px;
min-height: 380px;
/*
z-index: 1;
position: relative;
top: -20px;
left: -24px;*/
}

.white {
  background: #ffffff;
}

.trans {
  background: transparent;
}

#main_menu {
  background: url('/images/top_menu.gif') repeat-x right top #b00;
	background-position: 0px 1px;
  color: #fff;
	height: 37px;
}

ul#menu {
background: transparent;
  margin: 0px 0px 0 25px;
  padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

ul#menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul#menu li a {
  background: url('/images/bg_li.gif') no-repeat left top;
	width: 101px;
  display: block;
	float: left;
	text-align: center;
	padding: 6px 0 0px 0;
	font-size: 13px;
	font-family: verdana, Trebuchet ms, Times New Roman;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
  color: #333;
  margin: 7px 3px 0 0px;
  border-right: 0px solid #888;
	cursor: pointer;
	height: 24px;
}

ul#menu li a:hover {
  background-position: -101px 0;
}

ul#menu li a.menu_long {
  background: url('/images/bg_li_long.gif') no-repeat left top;
	width: 202px;
  display: block;
	float: left;
	text-align: center;
	padding: 6px 0 0px 0;
	font-size: 13px;
	font-family: verdana, Trebuchet ms, Times New Roman;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
  color: #333;
  margin: 7px 3px 0 0px;
  border-right: 0px solid #888;
	cursor: pointer;
}

ul#menu li a.menu_long:hover {
 background-position: -202px 0;
}

ul#menu li.active a {
  background-position: -101px 0;
}

ul#menu li.active a.menu_long {
  background-position: -202px 0;
}

#content {
  width: 980px;
  //min-height: 320px;
}

#right_menu {
  background: #ddd;
  float: right;
  width: 220px;
}

#right_menu_top {
height: 22px;
padding-left: 9px;
}

#one, #two, #three, #four {
  background: url('/images/menu_sheet.gif') no-repeat left top;
	width: 101px;
  display: block;
	float: left;
	text-align: center;
	padding: 0px 0 0px 0;
	font-size: 10px;
	font-family: verdana, Trebuchet ms, Times New Roman;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
  color: #333;
  margin: 7px 0px 0 0px;
  cursor: pointer;

}

#one.active, #two.active, #three.active {
  background-position: -101px 0;
}
#one:hover, #two:hover, #three:hover {
  background-position: -101px 0;
}

.cleardiv {
clear: both;
}

#right_menu ul {
clear: both;
	list-style-type: none;
	margin: 0 9px;
}

#right_menu ul li {
  display: block;
}

#right_menu ul li a, #menu ul li.sub a {
	background: url('/images/bg_right_menu.gif') no-repeat center center;
	background-position: -1000px 0;
  display: block;
	margin: 0;
	height: 20px;
	background-color: #fff;
	padding: 4px 0px 4px 0px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
  border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

#right_menu ul li a:hover, #right_menu ul li a.active  {
	background-color: #eee;
	background-position: 16px 11px;
	
}


#bottom_right_menu {
background: url('/images/menu_bottom.gif') no-repeat center top;
height: 22px;
}


#container {
  background: url('/images/content_top.gif') repeat-x right top;
  width: 760px;
  padding: 0px;
  float: left;
}

#obsah {
padding: 20px 24px 0 24px;
/*background: url('/images/cont_right.jpg') no-repeat right top;*/
margin: 0;
min-height: 380px;
_height: 380px;
_w\idth: 680px;
}

#obsah_home {
padding: 0px;
/*background: url('/images/cont_right.jpg') no-repeat right top;*/
min-height: 380px;
_height: 380px;
}

#obsah p {
  text-align: left;
}


#home_padd {
  width: 710px;
  background: url('/images/home.jpg') no-repeat;
}
.post {
width: 310px;
float: left;

margin: 0 20px 20px 0;
}
#padd p {
text-align: justify;
}


#aktuality {
  
  width: 202px;
  height: 268px;
  padding: 20px 0px 0 8px;
  float: right;
}

#kont_float {  /***** float v kontaktech *******/
float: left;
width: 43%;
}

#right_panel {
  background: #c4bc97;
	width: 267px;
	height: 302px;
}

#right_content {
  margin: 0 16px; 
}

#padd {
  padding: 0 0px;
}

#float_280 {
  width: 300px;
  float: left;
  margin: 0px 0 0 28px;
  text-align: justify;
    position: relative;
  display: inline;
}

#float_280 p, .strong {
  margin-top: 12px;
  font-weight: bold;
  color: #492b00;
}

#float_600 {
  width: 600px;
  float: left;
  margin: 0px 0 0 28px;
  position: relative;
  display: inline;
  text-align: justify;
}

#prod_float {
float: left;
width: 43%;
margin: 0 0 24px 0;
}

.cont_top {

}
.cont_top h1 {
background: #fff;
margin: 0 0 6px 0;
}
.popis {
background: #fff; 
margin: 0 0 12px 0;

}
.table {
background: #fff; 
border: 0px solid #ddd;
margin: 0 0 16px;
}

.table table{
width: 590px;
background: #fff; 
border: 5px solid #aaa;
padding: 0 0px 0 0;
}

.table td, .table th {
background: #ddd;
padding: 0 6px;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

.table td {
font-size: 12px;
}


.table th {
background: #b00;
color: #fff;
font-weight: bold;
border-bottom: 1px solid #fff;
font-size: 9px;
}

.table table tr:nth-child(2n+2) {
background: #ddd;
}

.images {
float: right;
width: 160px;
height: 394px;
overflow: auto;
margin: 0 0 12px 24px;
position: relative;
display: inline;
}

.images img {
background: #eee; 
border: 3px solid #ddd;
display: block;
width: 120px;
height: 90px;
margin: 4px;
}

.under_float {
background: #fff; 
width: 332px;
_w\idth: 324px;
height: 200px;
margin: 0 12px 12px 0;
display: block;
float: left;
border: 0px solid #aaa;
}

.under_float h3 {
background: #b00;
border-bottom: 1px solid #fff;
margin: 0 0 12px 0;
padding: 2px 6px;
color: #fff;
font-size: 9px;
}

.cont_bottom {
clear: both;
margin: 10px 0 0 0; 
}

#bottom_menu {
clear: both;
background: url("/images/bottom_menu.gif") repeat-x #000;
height: 30px;
}

#head_cut {
background: url("/images/andy_top.gif") no-repeat bottom left;
float: left;
width: 46px;
height: 30px;
margin: 0 0 0 32px;
position: relative;
display: inline; 
}

#bottom_menu ul {
float: right;
display: block;
list-style: none;
margin: 0 20px 0 0;
}
.bottom_menu_links {
padding: 4px;
width: 600px;
text-align: right;
float: right;
}
#bottom_menu a{
	padding: 6px 10px;
	font-size: 11px;
	font-family: verdana, Trebuchet ms, Times New Roman;
	font-weight: bold;
	text-decoration: none;
  color: #fff;
  margin: 4px 0 0 0;
}

#foot {
background: url(/images/foot.jpg) no-repeat;
	width: 980px;
  height: 170px;
  clear: both;
  padding: 0;
}

#foot_top {
background: url('/images/foot-top.gif') repeat-x right top;
padding: 2px 30px 3px;
}

#foot_bottom {
background: url('/images/foot-bottom.gif') repeat-x right top;
height: 38px
clear:both;
}


#foot_right {
	width: 380px;
  height: 16px;
  margin: 5px 0 0 0;
  font-size: 11px;
  float: right;
  text-align: right;
  padding: 0;
}

.dot_line {
height: 2px;
clear: both;
background: url('/images/dot_line.gif') repeat-x right top;
margin: 0 0 12px 0;
}

/**************************** HOME ********************************************/
.home_banner {
background: #fff;
width: 225px;
float: left;
border: 1px solid #aaa;
margin: 6px 6px 0px 0;
padding: 4px;
}

.home_banner_img {
width: 223px;
height: 96px;
border: 1px solid #fff;
margin: 0 8px 0 0;
display: block;
text-align: center;
}

.home_banner_img:hover {
border: 1px solid #b00;
}

.home_banner < a.home_banner_img:hover {
background: #6d7900;
}

.home_banner img {
/*width: 164px; 
height: 113px;*/
border: 0;
z-index: 0;
}

.home_popis {
border: 0px solid #aaa;
margin: 4px 0px 0px 0px;
padding: 2px; 
}



/****************************** KATALOG ****************************************/

#article_01 , #produkt {
background: url('/images/bg_box.jpg') no-repeat left top #fff;
width: 220px;
_w\idth: 206px;
height: 170px;
float: left;
border: 1px solid #aaa;
margin: 6px 6px 0px 0;
padding: 4px;
text-align: center;
}

.article_01_foto {
border: 1px solid #fff;
margin: 0 8px 0 0;
float: left;
display: block;
text-align: center;
}

a.article_01_foto:hover {
border: 1px solid #b00;
}

#article_01 < a.article_01_foto:hover {
background: #6d7900;
}

.article_01_foto img {
/*width: 164px; 
height: 113px;*/
border: 0;
z-index: 0;
}

#article_01_popis, #article_02_popis, #article_03_popis {
border: 0px solid #aaa;
margin: 4px 0px 0px 0px;
padding: 0px; 
}

#produkt .img_href {
display: block;
margin: 0 auto;
}
#produkt .img_href img {
/*width: 160px;
height: 120px;*/
border: 1px solid #bbb;
}
#produkt a h2 {
color: #000;
text-align: center;
}



/* ********************************* DETAIL ***************************************** */

/* ######## detail ##########*/
.detail_01_foto {
background: #fff;
border: 1px solid #aaa;
display: block;
width: 246px;
float: left;
}

.detail_01_foto img {
border: 0;
width: 240px;
padding: 3px;

/*height: 180px;*/
}


#nahled {
padding: 4px;
text-align: right;
}

#detail_01_popis {
width: 350px;
margin: 0px 0 10px 10px;
padding: 0;
float: left;
}

table.detail {
width: 300px;
margin: 0; 
font-size: 11px;
border-collapse: collapse; 
border: 1px solid #aaa;
background: none;
}

table.detail_cena {
width: 260px;
height: 158px;
margin: 0; 
font-size: 11px;
border-collapse: collapse; 
border: 1px solid #aaa;
background: none;
}

table.detail_cena input {
background: url('/images/cart.gif') left top no-repeat transparent;
background-position: 65px 3px;
width: 90px;
height: 22px;
border: 0px solid #fff;
margin: 0;
padding: 0;
color: #6d7900;
font-weight: bold;
text-align: left;
cursor: pointer;
}
table.detail_cena input:hover {
text-decoration: underline;
background-position: 65px -27px;
}

table.detail tr td {
background: #fff;
}
table.detail tr td,
table.detail_cena tr td {
padding: 4px 6px;
border: 1px solid #aaa;

}
table.detail tr td.d1 {
width: 60px;
text-align: right;
border-left: 0;
border-right: 0;
}
table.detail tr td.d2 {
width: 180px;
}

#detail_cena {
background: url('/images/tab_cena_kola.jpg') top left no-repeat #eee;
width: 260px;
margin: 4px 0 20px 4px;
padding: 80px 20px 20px;
float: left;
position: relative;
display: inline;
margin-left: 258px;
}

#detail_cont, #detail_right { 
float: left;
width: 300px;
}

/* ul li obsah - vypis cinnosti ap. */

ul.adv_list_pr, ul.adv_list_se {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.adv_list_pr li, ul.adv_list_se li {
background: url(/images/li_se.jpg) no-repeat left top;
display: block;
float: left;
margin: 4px 4px 0 0;
text-align: left;
}

ul.adv_list_pr li a, ul.adv_list_se li a {
display: block;
width: 226px;
padding: 4px 0 0 50px;
}
ul.adv_list_pr li p, ul.adv_list_se li p {
display: block;
width: 216px;
padding: 0 0 4px 50px;
text-align: left;
}
ul.adv_list_pr li a {
width: 166px;
}

ul.adv_list_pr li p {
width: 156px;
}

ul.adv_list_pr li {
height: 60px;
}

ul.adv_list_se li {
height: 80px;
}
.cont_bottom h2 {
background: url('/images/li_se.jpg') no-repeat left top #fff;
padding: 12px 0 12px 52px;
margin: 2px 0 0 0;
}

.cont_bottom ul {
margin:  0 0 0 30px;

}

.napoveda {
font-size: 9px;
color: #b00;
width: 270px;
margin-left: 10px;
display: block;
float: left;
line-height: 12px;

}

/* end  */

/*  ############# EQUAL HEIGHT COLUMNS ##################### */


* html #right_menu
	{
	display: inline;
	}

#left_wide, #left, #xcontent, #right_wide, #right_menu
	{
	padding-bottom: 10767px !important;
	margin-bottom: -10767px !important;
	
	}

#content
	{
	overflow: hidden; 
	}
	
#content
	{
	float: left;
	float/**/: none;
	}

#content:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
#content
	{
	display: inline-block;
	}
/*\*/                                                              
#content
	{
	display: block;
	}

#bottom_shad, #foot, #bottom_menu
	{
	clear: both;
	}

* > #f, * > form, * > #notes, * > .output, #foot, #bottom_menu
	{
	position: relative;
	z-index: 1000;
	}
                


table.alaacces {	border-right: windowframe 1px solid; border-top: windowframe 1px solid; border-left: windowframe 1px solid; border-bottom: windowframe 1px solid; margin-top: 15px; }
table.alaacces td { border-right: threedlightshadow 1px solid; padding-right: 2px; padding-left: 2px; font-size: 10pt; padding-bottom: 1px; color: windowtext; padding-top: 1px; border-bottom: threedlightshadow 1px solid; font-family: verdana, tahoma, sans-serif; background-color: window; }
table.alaacces th { border-right: buttonshadow 1px solid; padding-right: 2px; border-top: buttonhighlight 1px solid; padding-left: 2px; font-size: 10pt; padding-bottom: 1px; border-left: buttonhighlight 1px solid; color: windowtext; padding-top: 1px; border-bottom: buttonshadow 1px solid; font-family: verdana, tahoma, sans-serif; background-color: buttonface; }
table.alaacces input { border-right: medium none; border-top: medium none; font-size: 10pt; border-left: medium none; border-bottom: medium none; font-family: verdana, tahoma, sans-serif; width: 125px; }
table.alaacces a { color: #666; font-weight: bold; text-decoration: underline; }
table.alaacces a:hover { color: red; }
table.alaacces select, table.alaacces option {font: 12 monospace;}
.tableBox { width: auto; padding-left: 5px; padding-right: 5px; }

.images img { margin-top: 10px; }

.under_float ul { margin-left: 30px; }

/****************************** FORM ***************************************/

.cssform p{
width: 540px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px solid #ddd;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
border: 1px solid #aaa;
}

.cssform textarea{
width: 250px;
height: 150px;
border: 1px solid #aaa;
}

.cssform input {
display: block;
float: left;
margin-bottom: 6px;
margin-right: 10px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* ***************************** /FORM ************************************** */
