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: 980px;
	margin-top: 0px;
	
}
.Top 
{
    background-image: url(./Img/Design/top.jpg);
    background-repeat: no-repeat;
	height: 227px;
	width: 980px;
	}

#Menu 
{
 background-image: url(./Img/Design/menu.jpg);
    background-repeat: no-repeat;
height: 53px;
width: 980px;

}

.Main
{
    
	margin: 0px 0px 0px 0px;
	width: 980px;
	padding: 0px;
	border: 0px;
	/*background-image: url(./Img/Design/main.jpg);
	background-repeat: repeat-y;*/
}

.MainContent{
	height: auto;
	width: 910px;
	float: right;
	margin-top:0px;
	margin-right:0px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-top: 0px;

}




.clear
{

clear:both;
height:0px;
margin: 0px 0px 0px 0px;
visibility:hidden;
}



.Foot
{	
	background-image: url(./Img/Design/foot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    
	width:980px;
	height:67px;
	
}

.Design {
    
    width:980px;
    height:20px;
border:0 solid blue;
color:black;
text-align:right;
font-size:8pt;
margin-right:0;
margin-top:0;
padding:0px 0px 0 0;
text-align:right;

    
}






