/*Pozicovani a nastaveni rozmeru*/
#menu_left_end{
   background-color: #ffffff;
	background-image: url(menu_left_end.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 31px;
}
#menu_right_end{
   background-color: #ffffff;
	background-image: url(menu_right_end.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 10px;
	height: 31px;
}
.table_all{
	padding-left: 15px;
	background-color: #ffffff;
   width: 750px;
	border: 0px Black solid;
}

/* corners */
.corner_lu_trans{
	background-image: url(corner/corner_lu_trans.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 21px;
}
.corner_ru_trans{
	background-image: url(corner/corner_ru_trans.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
	height: 21px;
}
.corner_ld_trans{
	background-image: url(corner/corner_ld_trans.gif);
	background-repeat: no-repeat;
	width: 26px; 	
	height: 20px;
}
.corner_rd_trans{
	background-image: url(corner/corner_rd_trans.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 26px; 	
	height: 20px;
}

