body {
	background-color: #D0E5D0;
}
h1 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	height: 128px;
	position: relative;
	line-height: 160px;
}
h1 span {
	width: 300px;
	height: 128px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 0;
	display: block;
	background: url('images/logo.png') center top no-repeat;
	margin-bottom: 50px;
}
#Content {
	text-align: center;
	margin: 150px auto;
}
a, 
	a:link,
	a:visited {
	color: #126412;
	font-size: 1.7em;
	text-decoration: none;
	font-variant: small-caps;
	margin: 0 1em;
}
a:hover,
	a:focus {
	text-decoration: underline;
	color: black;
}
a:active {
	outline: none;
}
a img {
	border: none;
}

#Zahrada {
	background: url('images/zahrada.png') left center no-repeat;
	padding-left: 50px;
}
#Transport {
	background: url('images/transport.png') right center no-repeat;
	padding-right: 50px;
}