* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	background: #221101 url("../img/body.gif") repeat-x;
	color: #2f1600;
	padding: 0;
	margin: 0;
	font-size: x-small;
	text-align: center;
	min-width: 771px;
	line-height: 1.4;
}
html>body {
	font-size: small;
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
}
hr {
	display: none;
}
.end {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	display: block;
}
/* layout */
#main {
	width: 771px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
	background: #F2E8DE url("../img/main2.gif") repeat-y;
}
#head {
	height: 180px;
	position: relative;
	background: #72380e url("../img/h2.jpg") no-repeat right top;
}
#top {
	height: 130px;
	background: #b95c16 url("../img/top2.jpg") no-repeat;
	position:relative;
	width: 771px;
}
#top ul {
	width: 172px;
	height: 45px;
	position:absolute;
	left: 30px;
	top: 86px;
	overflow: hidden;
}
#top li {
	list-style: none;
	text-align:center;
}
#top li a {
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Verdana, lucida, sans-serif; 
}
#top li a:link, #top li a:visited {
	color: #fff;
}
#top li a:hover {
	color: #000;
}
#top p {
	width: 500px;
	position: absolute;
	left: 253px;
	bottom: 27px;
	font-size: 86%;
	color: #f2e8de;
}
#top p a:link, #top p a:visited {
	color: #f2e8de;
}
#top p a:hover {
	color: #f9d67c;
}
#content {
	background: url("../img/content2.gif") no-repeat;
	padding: 15px 0 0 0;
}
#text {
	background:  url("../img/text.gif") no-repeat left bottom;
}
#textin {
	background:  url("../img/textin.gif") no-repeat right bottom;
	min-height: 300px;
	height: 300px;
	width: 100%;
}
#text>#textin {
	height: auto;
}
#left {
	float: left;
	width: 220px;
	overflow: hidden;
}
#right {
	width: 737px;
	float: right;
	padding: 0 35px 0 0;
}
#textin>#right {
	width: 702px;
	width:"517px"; /* ie 5 */
}
#foot {
	height: 87px;
	background: #b95c16 url("../img/foot.jpg") no-repeat;
	overflow: hidden;
}
/* layout */
/* top menu */
#menu {
	width: 624px;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 73px;
}
#head>#menu {
	width: 625px;
}
#menu li {
	list-style: none;
	font-size: 86%;
	float: left;
	width: 89px;
	height: 23px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#menu a, #menu strong {
	display: block;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #673102;
	background:#f2e8de url("../img/a.gif") no-repeat;
}
#menu a:hover {
	background:#97450b url("../img/a.gif") no-repeat right top;
	color: #fff;
}
#menu strong {
	background:#693100 url("../img/a.gif") no-repeat center top;
	color: #f9d67c;
}
/* top menu */

 /* headers */
h1, h1 span {
	width: 145px;
	height: 180px;
	font-size: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
}
h1 span {
	display: block;
	background:  url("../img/h1.jpg") no-repeat;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
}
h2 {
	font-size: 130%;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	color: #a26f3e;
	border-bottom: 3px solid #f8f2ec;
}
h3 {
	font-size: 110%;
	padding: 0 0 5px 0;
	color: #a26f3e;
}
/* headers */
/* paragraphs */
#textin p {
	padding: 0 0 15px 0;
}
#foot p, #foot address {
	text-align: right;
	font-size: 86%;
	padding: 30px 35px 5px 0;
	color: #f4e7de;
}
#foot address {
	font-style: normal;
	padding: 0 35px 5px 0;
}
/* paragraphs */
/* images */
.noborder {
	border: 0px;
}


.border{
	border: 6px double #cca278;
}


p.imgr img, p.imgl img {
	display: block;
}
#textin p.imgr, #textin p.imgl {
	float: right;
	border: 6px solid #e7d4c1;
	background: #d7b695;
	text-align: right;
	padding: 0;
	margin: 5px 0 0 15px;
}
#textin p.imgl {
	float: left;
	margin: 5px 15px 0 0;
}
/* images */
/* lists */
#left dl {
	padding: 0 10px 0 20px;
	font-size: 86%;
	color: #000;
}
#left dt {
	font-weight: bold;
	color: #673200;
	padding: 0 0 2px 0;
}
#left dt strong {
	font-weight: normal;
	display: block;
	color: #ca6002;
}
#left dd {
	padding: 0 0 25px 0;
}
#left dd a {
	display: block;
	text-align: right;
	padding-top: 5px;
}
#left dt a:link, #left dt a:visited {
	color: #673200;
	text-decoration: underline;
}
#left dt a:hover {
	color: #000;
}
/* lists */
/* languages */
#cz, #en {
	width: 15px;
	position: absolute;
	left: 145px;
	top: 117px;
	text-align: right;
	line-height: 1;
	font-size: 10px;
}
#en {
	left: 165px;
}
#cz a img, #en a img {
	margin-bottom: 3px;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 10px;
	z-index: 1;
}
#cz a span, #en a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 15px;
	height: 10px;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
	background:  url("../img/cz.gif") no-repeat left top;
}
#cz a:hover span {
	background: url("../img/cz.gif") no-repeat right top;
}
#en a span {
	background:  url("../img/en.gif") no-repeat left top;
}
#en a:hover span {
	background:  url("../img/en.gif") no-repeat right top;
}
/* languages */
/* links */
a:link, a:visited {
	color: #673200;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a.print {
	background: url("../img/print.gif") no-repeat left center;
	padding-left: 20px
}
a.mail {
	background: url("../img/mail.gif") no-repeat left center;
	padding-left: 20px
}
a.fav {
	background: url("../img/fav.gif") no-repeat left center;
	padding-left: 20px
}
#foot a:link, #foot a:visited {
	color: #f4e7de;
}
#foot a:hover {
	color: #fff;
}
h1 a:link, h1 a:visited {
	color: #fff;
}
/* links */
.soucet {
border-top: 2px solid #f8f2ec;

}
.akce {
	color: #a26f3e;

}

