body {

  text-align: center; /* vycentrovani ve starsim IE */
  background-image: url(./Img/Design/bg.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0px;
  margin: 0px;
  padding: 0px;
  border:0px;
  top: 0px;
  left:0px;
  
}
.Background_1
{

  background-position: 50% 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: -1000;
  background-repeat: no-repeat;
}

.Background_1
{
  background-image: url(./Img/Design/bg_01.jpg);
  height: 262px;
  top: 0px;
  left:0px;
  
}


.All { /* div pro cely dokument */
	margin: auto; /* vycentrovani uvnitr body */
	text-align: left;
	width: 826px;
	/*background-image: url(./Img/Design/menu.jpg);
	background-repeat: repeat-y;
	z-index: 1000;*/
}


.Top 
{
    background-image: url(./Img/Design/top.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 826px;
	
}


.MainBody{
   /* background-image: url(./Img/Design/main_body_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
	height: auto;
	min-height:300px;
	width: 826px;
	
		
}

.MenuVertical{
    /*background-image: url(./Img/Design/menu_horizontal.jpg);
	background-repeat: no-repeat;*/
	width: 160px;
	float:left;
	padding: 20px;
			
}

.Main
{
    /*background-image: url(./Img/Design/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 80px 63px;*/
	margin: 0px 20px 0px 0px;
	width: 560px;
	
	float: right;
	padding: 0px;
	border: 0px;
	padding-right: 20px;
	padding-top: 10px;
	border-right: solid 2px #861c04;
	border-left: solid 3px #861c04;
	padding-left: 20px;
	

}

.clear
{

clear:both;
height:0px;
margin: 0px 0px 0px 0px;
visibility:hidden;
}



.Foot
{	
	margin-top:0px;
	background-image: url(./Img/Design/foot.jpg);
	width:826px;
	height:82px;
	border-top: solid 0px #ff7e00;
}

.Design {
    font-size:7pt;
    padding:0px;
    margin-top:0px;
    margin-right:0px;
    width:826px;
    height:auto; 
    border: solid blue 0px;
    text-align: right; 
    background-color: White;
}



.Doporucujeme {
    
    width:786px;
    height:auto;
border:0 solid blue;
color:black;
text-align:left;

margin-right:0;
margin-top:10px;
margin-bottom: 10px;
padding:0px 20px 0px 20px;

background-color:white;

    
}
.Doporucujeme p {
    
    
font-size:10px;
margin-bottom: 5px;

    
}


