body {

  text-align: center; /* vycentrovani ve starsim IE */
 /* background-image: url(./Img/Design/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;*/
  margin: 0px;
  padding: 0px;
  border:0px;
  background-color: White;
  
}
.All { /* div pro cely dokument */
	margin: auto; /* vycentrovani uvnitr body */
	text-align: left;
	width: 960px;
	margin-top: 10px;
	
}
.Top 
{
    background-image: url(./Img/Design/top.jpg);
	height: 231px;
	width: 960px;
	}

.MenuHorizontal 
{
 background-image: url(./Img/Design/menu-horizontal.jpg);
    background-repeat: no-repeat;
height: 52px;
width: 960px;

}

.Main
{
    background-image: url(./Img/Design/main.jpg);
    background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	width: 960px;
	padding: 0px;
	border: 0px;
	/*background-image: url(./Img/Design/kozel.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;*/
}

.MainContent{
	height: auto;
	width: 620px;
	float: right;
	margin-top:0px;
	margin-right:45px;

}

.LeftMenu{
	height: auto;
	width: 172px;
	float: left;
	margin-left: 80px;
	margin-bottom:20px;
	

}

.LeftMenuTop
{
    background-image: url(./Img/Design/menu-top.jpg);
    background-repeat: no-repeat;
	width: 172px;
	padding: 0px;
	border: 0px;
	height: 26px;
}
.LeftMenuMiddle
{
    background-image: url(./Img/Design/menu-middle.jpg);
    background-repeat: repeat-y;
	width: 172px;
	padding: 0px;
	border: 0px;
	height: auto;
}
.LeftMenuBottom
{
    background-image: url(./Img/Design/menu-bottom.jpg);
    background-repeat: no-repeat;
	width: 172px;
	padding: 0px;
	border: 0px;
	height: 29px;
}



.clear
{

clear:both;
height:0px;
margin: 0px 0px 0px 0px;
visibility:hidden;
}



.Foot
{	
	background-image: url(./Img/Design/foot.jpg);
    background-repeat: no-repeat;
	width:960px;
	height:53px;
	
}

.Design {
    
border:0 solid blue;
color:black;
float:right;
font-size:8pt;
margin-right:0;
margin-top:0;
padding:8px 50px 0 0;
text-align:right;

    
}

.PRLeft
{
    float: left;
    }

.PRRight
{
    float:right;
    }


.PRPrice
{
    float: right;
    }








