body {

  text-align: center; /* vycentrovani ve starsim IE */
}



.All { /* div pro cely dokument */
	margin: auto; /* vycentrovani uvnitr body */
	text-align: left;
	width: 850px;
}

.Top {
	background-image: url(../Img/Design/top.jpg);
	background-repeat: no-repeat;
	height: 416px;
	width: 850px;
}


.MainTop{
    text-align: left;
	background-image: url(../Img/Design/main_top.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height:18px;	
}

.MainBody{
    text-align: left;
	background-image: url(../Img/Design/main.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 850px;	
}

.Content{
	margin:10px 0px 0px 15px;
	float: left;
	width: 565px;
}
.Right
{
	margin: 0px 20px 0px 0px;
	float: right;
	width: 220px;
}


.clear{
	clear: both;
	visibility: hidden;	
}




.Foot
{	background-image: url(../Img/Design/foot.jpg);
	width: 850px;
	height: 4px;
	color: Black;
	font-size: 7.3pt;
	text-align: right
}

.Design {
    
    padding:0px;
    margin-top:10px;
    width:850px;
    height:30px; 
    border: solid blue 0px;
    text-align: right; 
    
}

.Uvod {
    
position: relative;
top: 355px;
left: 2px;
width:83px;
    
}
.Sluzby {
    
position: relative;
top: 305px;
left: 103px;
width:99px;
    
}
.Reference {
    
position: relative;
top: 225px;
left: 210px;
width:164px;
    
}
.Kontakt {
    
position: relative;
top: 219px;
left: 364px;
width:120px;
    
}




