* {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, lucida, sans-serif;
	background: #FAEFC0;
	text-align: center;
	font-size: x-small
}
html>body {
	font-size: small
}
/* layout */
#top {
  width: 754px;
  background: #A52A2A;
  border-top: 1px solid #A52A2A;
  text-align: center;
  margin: 0 auto;
}
#hlavni {
	width: 750px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	line-height: 1.2;
}
#hlavicka {
	width: 750px;
	height: 200px;
	position: relative;
	text-align: center;
	background: url('aminaa.png') no-repeat top;
}
h1 {
  width: 750px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
  font-size: 130%;
	overflow: hidden;
	line-height: 1.5;
	z-index: 1;
	color: #fff
}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 750px;
	height: 200px;
	background: url("aminaa.png") no-repeat top;
	cursor: pointer;
}
#nabidka {
	width: 750px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	position: relative;
	background-color: #a52a2a;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
#foto {
	width: 210px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 30px
}
#foto img {
  margin: 30px 0 0 7px;
  text-align: center;
  vertical-align: top
}
#text {
	width: 530px;
	min-height: 300px;
	position: relative;
	float: right;
	background: #fff;
	text-align: left
}
#text-in {
	width: 100%;
	padding-bottom: 30px
}
#text img {
	border: none;
}
#text ul li {text-align: left; margin-left: 10px;}
#akt ul li {text-align: left; margin-left: 20px;}
#paticka {
	width: 750px;
	clear: both;
	background: #a52a2a;
	color: #fff;
}
#text p {
	margin: 10px 30px 10px 0;
	text-align: left;
}
#paticka p {
  font-size: 80%;
  padding: 8px;
}
#text h2, #akt h2 {
  font-size: 120%;
  height: 25px;
  margin: 30px 30px 20px 0;
  padding: 0 0 0 10px;
  background: #faefc0;
  color: #a52a2a;
}
#akt h2 {margin: 30px 30px 20px 30px}
#text h2 span, #akt h2 span {
  text-align: center;
  position: relative;
  top: 5px;
}
address {
  color: #A52A2A;
  font-weight: bold;
  text-align: left;
  font-style: normal
}
/* hoverefekty a nabídka */
#nabidka p {
	text-align: center;
	padding: 5px 0 5px 0
}
#nabidka a:link, #nabidka a:visited {
	color: #fff;
	padding: 5px 4px;
	background-color: #a52a2a
}
#nabidka a:hover {
	color: #faefc0;
	text-decoration: none
}
#paticka a:link, #paticka a:visited {
	color: #ffcc00;
	text-decoration: underline
}
#paticka a:hover {
	color: #fff;
	text-decoration: none
}
a:link, a:visited {
  color: #a52a2a
}
a:hover {
  text-decoration: none
}

.b {font-weight: bold;}
.nabidka2 {border: 2px solid #faefc0;}

