* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

html {
	background: url('img/bg.png') repeat-x #342C16;
}

body {
	width: 776px;
	text-align: center;
	margin: auto;
	padding-bottom: 35px;
	position: relative;
}

div#obsah{
	width: 770px;
	border-left: 3px solid #231D0F;
	border-right: 3px solid #231D0F;
	border-bottom: 3px solid #231D0F;	
	background-color: #FFF;
}

/* HLAVICKA */
div#hlavicka {
   width: 762px;
   height: 119px;
   overflow: hidden;
	padding: 4px 4px 1px 4px;
}
 
div#hlavicka a {
   width: 762px;
   height: 119px;
   position: relative;
   display: block;
	background-color: #FFF;
	color: #FF7201;
	font-size: 70%;
}
 
div#hlavicka a span {
   width: 762px;
   height: 119px;
   display: block;
   background: url('img/header.jpg');
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
 
/* MENU */
ul#menu {
   width: 762px;
   padding: 0 4px 0 4px;
	background-color: #FFF;
}

ul#menu li {
	display: block;
	float: left;
	padding-bottom: 1px;
	border-bottom: 1px solid #EEE5AF;
}

ul#menu li a {
	display: block;
	padding: 6px 22px 7px 23px;
	background: url(img/bgmenu.png) repeat-x #564412 center center;
	border-right: 1px solid #211A07;
	border-left: 1px solid #5A4714;
	color: #E8E47E;
	text-decoration: none;
	font-size: 70%;
	white-space: nowrap;
}

ul#menu li a#prvni {
	border-left: none;
	padding: 6px 25px 7px 25px;
}

ul#menu li a#posledni {
	padding: 6px 24px 7px 24px;
}

ul#menu a:hover {
	text-decoration: underline;
}

/* OBASAH */
div#text {
	width: 722px;
	padding: 4px 24px 24px 24px;
	text-align: left;
	clear: left;
	color: #323232;
}

div#text p {
	font-size: 78%;
	line-height: 175%;
	text-align: justify;
	padding-bottom: 12px;
}

div#text p img {
	float: left;
	margin: 10px;
}

div#text h1, div#text h2 {
	font-size: 100%;
	font-weight: bolder;
	padding: 20px 0 5px 0;
	text-transform: uppercase;
	clear: both;
}

span.nahoru, span.nahoru a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	width: 100%;
	display: block;
	color: black;
	font-weight: bolder;
	text-align: right;
	clear: both;
	border-bottom: 1px solid #000;
}

ul.galerie {
	background-color: #E8DA89;
	border: 1px solid #A29F95;
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

ul.galerie li {
	float: left;
	display: block;
	padding: 12px 17px 6px 18px;
	text-align: center;
	margin-bottom: 6px;
}

ul.galerie li.clear {
	float: none;
	display: block;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
}

ul.galerie li small {
	font-size: 65%;
	width: 145px;
	display: block;
	text-align: center;
}

ul.galerie li img {
	font-size: 80%;
	text-align: center;
}

li.clear br {
	clear: left;
}

hr.cleaner {
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
}

ul.odkazy {
	background-color: #FFDAB9;
	border: 1px solid #A29F95;
	list-style: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 25px;
}

ul.odkazy li {
	float: left;
	display: block;
	padding: 10px 25px 10px 25px;
	text-align: center;
}

ul.odkazy img {
	text-align: center;
}

ul.odkazy li h3 {
	font-size: 90%;
	margin-bottom: -10px;
	padding-left: 10px;
}

ul.odkazy li amall {
	font-size: 65%;
	width: 145px;
	display: block;
	text-align: center;
}

ul.odkazy li a, ul.odkazy li a:hover {
	color: black;
	font-size: 85%;
}

ul.eseje li {
	clear: both;
	width: 666px;
	text-align: left;
}

ul.eseje h3 a {
	font-size: 110%;
	color: #323232;
}

ul.eseje h3 a:hover {
	font-size: 110%;
	color: #323232;
	text-decoration: none;
}

#kontakt {
	font-size: 90%;
	border: 1px solid #A29F95;
	padding: 10px;
	width: 400px;
	text-align: center;
	margin: auto;
}

#kontakt h3 {
	padding-top: 10px;
}

#kontakt a, #kontakt a:hover {
	color: #323232;
}

/* PATICKA */
p#pat {
	color: #ABA063;
	font-size: 71%;
	padding-top: 10px;
	background: none;
}
