body 
{
    margin:10px 0px 0px 0px; 
    font-family: Verdana;
	font-size: 8pt;
    text-align: center; /* vycentrovani ve starsim IE */
}



.All { /* div pro cely dokument */
	margin: auto; /* vycentrovani uvnitr body */
	text-align: left;
	width: 801px;
}


.Top 
{
    background-image: url(/App_Themes/Bulanek_cz/Img/Design/top.jpg);
	background-repeat: no-repeat;
	height: 377px;
	width: 801px;
}


.Menu{
    
	width: 232px;
	height: 338px;
    float:right;
		
}

.MainBody
{
    
    width: 801px;
    height: auto;
   
    
}

.MainContent
{
    
    width: 470px;
    float:left;
   
    
}

.Main{
    
	background-image: url(/App_Themes/Bulanek_cz/Img/Design/main.jpg);
	background-repeat: repeat-y;
	min-height:377px;
	width: 569px;
	float:right;
		
}

.Foot{
    
	background-image: url(/App_Themes/Bulanek_cz/Img/Design/foot.jpg);
	background-repeat: no-repeat;
	height:23px;
	width: 801px;
		
}

.Design {
    font-size:7pt;
    padding:0px;
    margin-top:5px;
    margin-right:0px;
    width:720px;
    height:auto; 
    border: solid blue 0px;
    float:left;
    text-align: right; 
}

.RFloat
{
    float:right;
    margin-right: 10px;
    margin-left: 10px;

}

.RHeight
{
    float:right;
    height:337px;

}


.clear
{
border:none;
font-size:1px;
clear:both;
height:0px;
margin:0px;
padding:0px;
visibility:hidden;
}
