	/*
	 * VONS.cz - screen stylesheet
	 *
	 */
	html { background:url(../images/background.jpg) #a68f63; }
	body { margin: 20px; padding: 0; font-size: 100%; font-family: Georgia, serif; text-align: center; }
	h2 { font-size: 120%; font-weight: normal; }
	h3 { font-size: 105%; font-weight: normal; }
	h4 { font-size: 90%; font-weight: normal;}
	h5 { font-size: 80%; }
	p { font-size: 100%; line-height: 150%; }
	

	#page { width: 760px; margin: 0 auto 0 auto; background:url(../images/background-page.jpg) no-repeat; }

	#header h1 { display: block; position: relative; width: 760px; height: 92px; margin: 0; padding: 0; }
	#header h1 span { display: block; position: absolute; left: 0; top: 0; width: 760px; height: 92px; background:url(../images/h1.jpg) no-repeat; }
	#header p { display: block; position: relative; width: 760px; height: 138px; margin: 0; padding: 0; }
	#header p span { display: block; position: absolute; left: 0; top: 0; width: 760px; height: 138px; background:url(../images/decoration.jpg) no-repeat; }

	#navigation { width: 720px; margin: 0 auto 0 auto; background:url(../images/background-menu.jpg) #b4a36f; }
	#navigation ul { margin: 0; padding: 0; list-style: none; }
	#navigation li { float: left; display: inline; }
	#navigation li.hover ul { display: block; }
	#navigation li:hover ul { display: block; }
	#navigation li ul { display: none; position: absolute; background:url(../images/background-menu-hover.jpg) bottom no-repeat #b4a36f; }
	#navigation li ul li { float: none; display: block; width: 200px; text-align: left; }
	#navigation li ul li a { display: block; padding: 5px 30px;  }
	#navigation a { display: block; padding: 15px 10px 15px 10px; color: #2a261b; font-size: 85%; text-decoration: none; }
	#navigation a:hover { color: #ffffff; background: #877a52; }
	#navigation br { clear: both; }
	
	#english-version { float: right; }
	
	#content-container { padding: 20px 20px 10px 20px; background:url(../images/background-content-center.jpg) repeat-y #ebe5cb; }
	#content { text-align: left; }
	#content a { padding: 2px; color: #444221; text-decoration: underline; }
	#content a:hover { background: #444221; color: #ffffff;  text-decoration: none; }
	#content ul { font-size: 100%; line-height: 150%; }
	
	#footer { height: 101px; background:url(../images/background-footer.jpg) no-repeat #ebe5cb; }
	#footer p { margin: 0; padding: 45px; font-size: 70%; }
