﻿
/* 3 sloupce */

		.lay_center{
			/*background:#ffff99;*/
			width:1010px;
			margin:auto;
		}
			.lay_f_leva_stred{
				float:left;
				width:805px;
			}
				.lay_leva{
					/*background:#ccff66;*/
					width:200px;
					float:left;
				}
				.lay_stred{
					/*background:#cccc00;*/
					width:600px;
					float:right;
				}
			.lay_f_prava{
				float:right;
			}
				.lay_prava{
					/*background:#33ff33;*/
					width:200px;
				}

/* / 3 sloupce */		