/* zmena v layoutu*/ 

#wrapper { 
  background-image: url(img/layout/bckg-main-0.gif);
  background-repeat: repeat-y;
} 


#topmenu { 
  margin: 0 0 0 11px; 
  padding: 0;
  height: 1px;
  background: transparent;
  /*background-color: #897e60;*/
  /*background-image: url(../img/layout/bckg-selector.gif);*/
  width: 1032px;
  text-align: center;
  /*border: 1px solid green;*/
} 

#header { 
  margin: 0 0 0 11px; 
  padding: 0;
  height: 143px;
  background-image: url(img/layout/bckg-header-sk.gif);
  background-repeat: no-repeat;
  background-position: top left;
  /*border: 1px solid green;*/
  width: 1032px;
} 



#content { 
  margin: 0px 10px 0 10px; 
  padding: 0px 2px;
  background: transparent;
  min-height:544px;
  height:544px;
  overflow: visible !important;
  /*border: 1px solid red;*/
} 

#right { 
overflow: visible !important;
} 

#left { 
overflow: visible !important;
} 


#footer { 
  position: relative;
  font-size: 0.77em;
  margin: 10px 0 0 230px; 
  background-image: none;
  /*background-color: #e7e7e7;*/
  /*height: 26px;*/
  width: 580px;
} 

#fright { 
  display: none;
} 

#fleft { 
  text-align: center;
  margin: 0;
  padding: 8px 0 0 0px; 
  float: left;
} 

/* konec zmeny v layoutu*/ 

/* zmeny v obsahu  */

h1{
	font-size: 140%;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
    margin: 0 0 5px 0;
}

.boxakce1 h2{
	padding: 7px 0 5px 0;
}

.boxakce1 h3{
	padding: 7px 0 5px 0;
}

.boxakce1 h4{
	padding: 7px 0 5px 0;
}

.boxakce1 h5{
	padding: 7px 0 5px 0;
}

.boxakce1 {
	margin: 8px 0 0 0;
	
}

ol {
	margin: 4px 0 4px 35px;	
}

.boxakce1 ul {
  margin: 0;
  padding: 0 9px 0 10px;
  list-style: none;
}

.boxakce1 li {
  margin: 0;
  padding: 0 9px 3px 10px;
  background-image: url(img/layout/sqr-orange.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
/* konec zmeny v obsahu */

/* ZMENA V PRAVEM SLOUPCI*/

#right h3{
	font-size: 1.2em;
	color: #3f260e;
	background-color: #daa336;
	border-top: none;
	border-bottom: none;
	padding: 8px 0px 9px 15px;
	margin: 0 0 10px 0;
/*	background-image: url(img/layout/bckg-salek.gif);
  background-repeat: no-repeat;
 background-position: 4% 0%; */
}


.rightcontent h4{
	padding: 0;
  color: #3f260e;
}

.rightcontent p{
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.rightcontent {
	font-weight: normal;
	padding: 0px 10px 7px 14px;
	margin: 0;
  background: none;
  color: #3f260e;
}


a.vice {
	color: #3f260e !important;
	font-size: 0.9em;
	float: right;
	margin: 0 20px 0px 0;
	background-image: url(img/layout/arrow-right-brown.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 6px 0px 0;
}


/* Konec zmeny v pravem sloupci */


/* zmena v navigaci*/ 
.navmain {
  background: none;
  margin: 17px  10px 0 10px;
  padding: 0;
  font-size: 1.1em;
  text-align: left;
}

.navmain li{
  margin: 0;
  padding: 5px 7px 5px 0px;
  border-bottom: 1px solid #966b24;
  border-top: none;
  list-style: none;
}



.navmain a {
  margin: 0;
  padding: 0;
  color: #341615;
  text-decoration: none;
  font-weight: bold;
  font-family: "Helvetica CE", "Geneva CE",Arial, Helvetica, sans-serif;
  
}

.navmain a:hover {
  color: #ffffff;
}

.navmainsub {
  padding: 2px 0px 0px 0px;
  margin: 0;
  list-style: none;
  /*font-size: 1.2em;*/
  text-transform: none;
  background-color: transparent;
}

.navmainsub li{
  margin: 0;
  padding: 0px 0 0px 4px;
  border: none;
}



.navmainsub a {
  margin: 0;
  padding: 0 9px 0 10px;
  color: #341615;
  text-decoration: none;
  background-image: url(img/layout/sqr-orange.gif);
  background-repeat: no-repeat;
  background-position: left;
  font-weight: normal;
  font-family: "Helvetica CE", "Geneva CE", Arial, Helvetica, sans-serif;
  
}

.navmainsub a:hover {
  color: #ffffff;
  text-decoration: underline;
}

ul.subcategories {
  padding: 0px 0 10px 0;
  margin: 0;
  list-style: none;
  font-size: 0.9em;
}

ul.subcategories a {
  text-decoration: none;
  font-weight: normal;
  color: #333333;
  padding: 1px 2px 1px 2px;
  text-decoration: underline;
}

ul.subcategories a:hover {
  text-decoration: none;
}


.boxakce1 ul.subcategories li{
  padding: 0px 2px 4px 0px;
  display: inline;
  background: none;
  line-height: 16px;
}

/* konec zmeny v navigaci*/ 

