body {
	background: #ffffff url('../img/site-bg.png') top center no-repeat;
}
body.rest {
	background: #ffffff url('../img/site-bg-red.png') top center no-repeat;
}
body.prod {
	background: #ffffff url('../img/site-bg-blue.png') top center no-repeat;
}
body.front {
	background: #ffffff url('../img/front-bg.png') top center no-repeat;
}
body.front #produkce a,
body.front #restaurace a {
	margin-left: -10px;
}
body.front #produkce,
body.front #restaurace {
	padding-top: 130px;
	height: 450px;
}
body.front #produkce {
	margin-left: 10px; 
}
body.front #restaurace {
	margin-left: -40px; 
}
body.front #facebook,
body.front #footer {
	margin-left: 120px;
	margin-right: -120px;
}

#site-logo h1 {display:inline; font-size: 1px; }
#site-logo h1 a {
	position: relative;
	top: 0px;
	background-color: transparent;
	display: block;
	width: 264px;
	height: 270px;
    margin: 0;
	margin-left: -10px;
    padding: 0;
	cursor: pointer;
	z-index: 1;
	color: #ffffff;
}
#site-logo h1 a.prod {
	background: url('../img/VillaVojkovProdukce.gif') top left no-repeat;
}
#site-logo h1 a.rest {
	background: url('../img/VillaVojkovRestaurace.gif') top left no-repeat;
}
#content {
	text-align: left;
	margin-bottom: 70px;
}
#menu {
	margin-top: 45px;
	height: 350px;
}
#menu ul, 
ul.menu {
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
ul.menu {
	margin-left: 12px;
}
#footer {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 50px;
}
#jumper {
	margin-top: 70px;
	text-align: right;
}
#top-photo {
	margin-top: 30px;
}
#facebook {
	margin-left: -20px;
}
