body		{
			margin:0;
			padding:20;	
			background: white;
			font: 76% arial,sans-serif;
			text-align:center;	
			background-image: url('img/bg01.png');
			background-repeat: repeat-x;
	

			}

p			{	
			margin:0 10px 10px;
			color:#3F3F3F;	
			}

a			{
			display:block;
			color: #981793;
			padding:10px;
			}

div#head 	{
			height: 200px;
			width:850px;
			background: black;
			}

div#head h1	{
				height:80px;
				line-height:80px;
				margin:0;
				padding-left:10px;
				background: #EEE;
				color: #79B30B
				}


div#obsah p		{	
				line-height:1.4
				}



div#footer		{
				background-image: url('img/zapati+.gif');
				color: white;
				height:110px;

				}

div#footer p	{
				margin:0;
				padding:5px 10px
				}

div#container	{	
				width:850px;	
				margin:0 auto;
				text-align:left;
				}


div#wrapper		{
				float:left;
				width:100%;
				}

div#obsah		{
				margin-left: 150px;
				background: #666666;
				height: auto;
				}



div#menu		{
				background:#666666;	
				float:left;
				width:150px;
				height: auto;
				margin-left:-850px;
				padding-left: 10px;
				padding-left: "10px";
				padding-right: "-20px";
				color: white;

				}


div#menu ul a {
				text-decoration: none;
				width: 120px;
				width: "140px";
				display: block;
				color: white;
				margin-left: -15px;
				margin-left: "-15px";
				text-align: right;
				vertical-align: middle;
				float:left;
				background-color: #666666;
				border-right: 1px solid #FF9900; 				
				font-size: 12px;
				}

div#menu ul a:hover	{
				vertical-align: middle;

				background-color: #FF9900;
				color: #333333;
				float:left;

				
				}

div#footer		{
				clear:left;
				width:100%;
				}
