#container
	{
	width:1024px;
	text-align:center;
	}
	#header
		{
		width:1024px;
		height:307px;
		background-image:url(imgs/layout/header.jpg);
		}
		#detem
			{
			position:relative;
			top:275px;
			left:-143px;
			}
		#hidden_admin
			{
			width:20px;
			height:20px;
			position:absolute;
			top:0px;
			left:0px;
			}
		#unhidden_admin
			{
			width:80px;
			height:20px;
			position:absolute;
			top:0px;
			left:0px;
			background-color:#FF0000;
			}
	#buttons
		{
		width:1024px;
		height:39px;
		vertical-align:top;
		background-image:url(imgs/layout/body.jpg);
		padding-left:10px;
		}
	#main
		{
		clear:both;
		width:784px;			/* nutno zmenit o paddingy kvli FF */
		background-image:url(imgs/layout/body.jpg);
		padding-left:135px;
		padding-right:105px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:left;			
		}
	#footer
		{
		clear:both;
		width:1024px;
		height:33px;
		background-image:url(imgs/layout/footer.jpg);
		}
	#obecne_info
		{
		margin-left:260px;
		width:520px;
		clear:both;
		text-align:center;
		font-size:75%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	#obecne_info a	{ text-decoration:underline !important; } 
