@media screen {

	@media (max-width:1023px), (max-device-width:1023px)
	{
		body {
			background:none;
		}

		#header, #mainmenu, #container, #footer, #delimiter {
			width:1026px;
		}

		#wrapper {
			width:100%;
			min-height:0;
			float:none;
		}

		#souteze {
			float:right;
			width:200px;
			margin:0;
		}

		#content {
			margin:0;
			width:806px;
			float:right;
		}

		#banners
		{
			margin:0;
			float: left;
			clear: left;
			width: 200px;
		}

		#footer
		{
			clear:both;
			display: none;
			visibility: hidden;
		}
	}


	@media (max-width:823px), (max-device-width: 823px)
	{
		#header .banner {
			visibility: hidden;
			display:none;
		}

		#header, #mainmenu, #container, #footer, #delimiter {
			width:823px;
		}

		#souteze {
			float:left;
			width:200px;
			margin:0;
		}

		#content {
			margin:0;
			width:603px;
			float:right;
		}

		div.zpravy
		{
			width:auto;
		}

		#banners
		{
			margin:0;
			float: left;
			clear: left;
			width: 200px;
		}

		#footer {
			display: none;
			visibility: hidden;
		}
	}

}
