body {
	background-color: #E4DFDB;
	margin: 0;
	padding: 0;
	outline: 0;
}

@font-face {
	font-family:'litvanova';
	src: url('fonts/EngraversGothicAT-Regular_gdi.eot');
	src: url('fonts/EngraversGothicAT-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/EngraversGothicAT-Regular_gdi.woff') format('woff'),
		url('fonts/EngraversGothicAT-Regular_gdi.ttf') format('truetype'),
		url('fonts/EngraversGothicAT-Regular_gdi.svg#EngraversGothicAT-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@font-face {
    font-family: 'lejsek';
    src: url('fonts/lejsek.eot');
    src: url('fonts/lejsek.eot?#iefix') format('embedded-opentype'),
         url('fonts/lejsek.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#stranka {
	width: 950px;
	height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: litvanova;
	margin-left: auto;
	margin-right: auto;
	background-color: #331209;
	margin-top: 0px;
	padding-top: 5px;
	box-shadow: black 0px 0px 8px;
	-webkit-box-shadow: black 0px 0px 8px;
	-moz-box-shadow: black 0px 0px 8px;
}	

.container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

header {
	width: 100%;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#logo {
	float: left;
}

#motto {
	position: absolute;
	font-family: litvanova;
	color: white;
	text-align: center;
	margin-left: 150px;
	font-size: 25px;
	margin-top: 33px;
	height: 20px
}

#navigace {
	width: 100%;
	height: 50px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	background-color: #331209;
}

#navigace a {
	width: 14%;
	float: left;
	font-size: 22px;
	text-align: center;
	color: white;
	text-decoration: none;
	line-height: 210%;
}

#navigace a:nth-child(6) {
	width: 23%;	
}

#navigace a:hover {
	color: #EB962C;
	text-decoration: underline;
	line-height: 210%;
}

#navigace a:nth-child(7) {
	width: 7%;
	font-family: arial;
	background-color: #5D3022;
	height: 50px;
	font-size: 40px;
	line-height: 130%;
	font-weight: bold;
	color:  white;
}

#navigace a:nth-child(7):hover {
	background-color: #EB962C;
	color:  #331209;
	text-decoration: none;
}

#slideshow-obsah {
	width: 85%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

#slide-fotka {
	width: 100%;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#obsah {
	font-family: lejsek;
	line-height: 180%;
	color: white;
	font-size: 18px;
}

#obsah h1 {
	font-family: litvanova;
	font-size: 35px;
	margin-bottom: 0px;
	line-height: 100%;
}

#obsah a {
	font-family: lejsek;
	line-height: 180%;
	color: #EB962C;
	font-size: 18px;
	text-decoration: none;
}

footer {
	background-image: url(images/footer.png);
	background-size: 100%;
	height: 230px;
	padding-top: 10px;
	margin-top: 50px;
}

footer .container {
	text-align: center;
	color: #EB962C;
	padding-top: 70px;
	font-family: lejsek;
	font-size: 18px;
	line-height: 250%;
}

footer .container a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 70px;
}

footer .container a:hover {
	text-decoration: underline;
}

footer h4 {
	color: white;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 8px;
}

footer #bily-text {
	color: white;
}

#kurzy-telefon {
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #331209;
	border-top: dashed 1px white;
	border-bottom: dashed 1px white;
	padding-top: 0px;
	line-height: 100%;
}

.fotky-interier {
	margin-top: 5px;
	width: 23%;
	margin-right: 10px;
	box-shadow: black 0px 0px 5px;
	-webkit-box-shadow: black 0px 0px 5px;
	-moz-box-shadow: black 0px 0px 5px;
	border: solid 1px white;
}

.fotky-galerie {
	margin-top: 5px;
	height: 150px;
	margin-right: 10px;
	box-shadow: black 0px 0px 5px;
	-webkit-box-shadow: black 0px 0px 5px;
	-moz-box-shadow: black 0px 0px 5px;
	border: solid 1px white;
}

#googleMap {
	width: 890px;
	height: 501px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}