html,body {
	background-color: #efefef;
	margin : 0;
	font: normal 90% Tahoma,Verdana;
	color: #808080;
	text-align: center;	
}

a {
	text-decoration: none;
	color: #EE1D25;
	}
a:hover {
	text-decoration:underline;
	}

img {
	border: none;
}

div{
	text-align: left;
}
H1{
	color:#BB3000;
	font-size: 70%;
	font-weight: normal;
	padding: 5px;
}
H2{
	color:#CA281E;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
H3{
	margin: 0px;
}

H4{
	padding-bottom: 10px;
	color:#3076BB;
	font-size: 150%;
	border-bottom: 1px solid #eeeeee;
}

#All{
	width: 900px;
	background-color: #ffffff;
}

#Pruh1{
	background: url(../../../images/podklad1.jpg) no-repeat bottom;
	height: 210px;
	color: #FFFFFF;
}

#Pruh1_leva{
	width: 530px;
	height: 123px;
	float: left;
	clear: left;
}

#Pruh1_leva2{
	width: 530px;
	float: left;
	clear: left;
	margin-left: 5px;
	font-size: 80%;
	text-align: right;
}


#logo{
	height: 50px;
	float: left;
	margin-top: 15px;
}

#Pruh1_flash{
	float: right;
	width: 340px;
}

#Pruh_menu{
    clear: right;
	background: url(../../../images/podklad_menu.gif);
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 90%;
}

#Pruh2{
	border-top: 4px solid #eeeeee;
}

.Sestava1,.Sestava1_konec {
	float: left;
	width: 220px;
	margin: 15px;
	margin-right: 18px;
	margin-left: 0px;
	border: 2px solid #eeeeee;
}

.Sestava1_konec{
	margin-right: 0px;
	width: 170px;
	border: none;
}

.Sestava1_obrazek{
	text-align: center;
	margin: 10px;
	height: 110px;
}

.Sestava1_odkaz{
	border-top: 1px solid #eeeeee;
	background: url(../../../images/podklad_odkaz.gif);
}


#Pruh3{
    clear: left;
	background: url(../../../images/podklad_akcni_sestavy.gif);
}


.Novinky1{
	float: right;
	background: #eeeeee;
	width: 204px;
}

.Novinka_ramecek{
    border: 1px solid #dddddd;
	background: #ffffff;
	margin: 5px;
	padding: 5px;
}


.Sestava2{
	float: left;
	width: 340px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #dddddd;
}

.Sestava2_obrazek{
	text-align: center;
	float: left;
	margin-top: 5px;
	width: 150px;
}

.Sestava2_parametry{
	float: left;
	width: 170px;
	margin-left: 5px;
	font-size: 90%;
	color: #666666;
}

.Sestava2_nadpis{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-style: italic;
}

.Sestava2_all{
	margin-right: 10px;
	margin-left: 20px;
	width:450px;
	float:left;
	color: #000000;
}

#Pruh4{
    clear: left;
	background: url(../../../images/podklad_spodek.gif);
	height: 65px;
}

.Sestava3{
	float: left;
	width: 228px;
	height: 67px;
	color: #ffffff;
}

.Sestava3_2{
	margin: 6px;
	text-align: center;
	color: #ffffff;
}

.Sestava3_nadpis{
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}

.Sestava3_oddelovac{
	float: left;
	width: 2px;
	height: 67px;
	background: #eeeeee;
}

#Eshop{
    float: right;
	clear: left;
}

.parametr{
	margin: 3px;
	margin-left: 0px;
	color: #3076BB;
	width: 130px;
	float: left;
	text-align: right;
}

.hodnota{
	margin: 3px;
	margin-right: 0px;
	width: 300px;
	float: left;
}

.novinka_cela{
	width: 660px;
	float: left;
	margin: 20px;
	margin-left: 10px;
	font-size: 110%;
}

.czsk{
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

/******************** MENU **************************/



div.menuBar {
	padding: 0px 0px 0px 0px;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
}

a.menuButton {
  position: relative;
  z-index: 100;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 10px;
  padding-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
}

a.menuButton:hover {
  background-color: #AA2219;
}



a.menuButtonActive,

a.menuButtonActive:hover {
    background-color: #AA2219;
	text-decoration: none;
   }

div.menu {
  background: #AA2219;
  padding: 0px 1px 1px 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
  color: #FFFFFF;
  font-size: 100%;
}

div.menu a.menuItem {
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
  padding-left: 15px ;
  padding-right: 15px ;
  padding-top: 5px ;
  padding-bottom: 5px ;
  text-align: left;
  cursor: hand;
  font-weight: bold;
  margin-left: 1px;
}



div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #E0352C;
  color: #FFFFFF;
}



div.menu a.menuItem span.menuItemText {}



div.menu a.menuItem span.menuItemArrow {
  position: relative;
  left: -5px;
}



div.menu div.menuItemSep {
  /*border: 1px inset #e0e0e0;
  margin: 4px 2px;
*/
}

.Print_list { 
           
            height: auto; 
            padding: 0; 
			/*margin: auto;*/
			background-color: #DBF1FD;
			border: 1px solid #98D7F6;
           }

