body {
	background-color: #f7a445;
	background-image: url('/img/body_bg.png');
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.3em;
	border-bottom: 1px solid #90d7a9;
}
h3 {
	text-align: center;
	font-size: 1.1em;
}
p {
	margin: 0px;
	margin-top: 10px;
	text-align: justify;
}
#okno {
	width: 802px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -401px;
}
#hlavni {
	width: 802px;
}
#hlavicka {
	width: 802px;
	height: 200px;
	background-image: url('/img/k_header_v3.png');
}
#svatky {
	position: relative;
	width: 125px;
	top: 72px;
	left: 630px;
	text-align: center;
	font-family: "Times New Roman", sans-serif;
	font-size: 1.2em;
}
#stredni {
	width: 802px;
	background-image: url('/img/k_bg.png');
}
#pracovni {
	width: 758px;
	background-image: url('/img/k_gradiend.png');
	background-repeat: repeat-x;
	margin-left: 39px;
	margin-right: 5px;
}
#menu {
	width: 160px;
	height: 306px;
	float: left;
	background-image: url('/img/menu_bg.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
#textaobr {
	width: 577px;
	float: right;
}
#paticka {
	width: 802px;
	height: 25px;
	background-color: #ffffff;
	background-image: url('/img/k_footer.png');
	text-align: right;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}
#paticka a {
  color: #000000;
  text-decoration: none;
}
#paticka a:hover {
  text-decoration: underline;
}
span.paticka_odsazeni {
  padding: 3px 33px 0px 0px;
}
.menu_uvodem a {
  display: block;
  width: 128px;
  height: 44px;
  background-image: url('/img/m_uvodem.png');
  background-position: 0% 0%;
}
.menu_uvodem a:hover {
  background-position: 100% 0%;
}
.menu_sluzby a {
  display: block;
  width: 128px;
  height: 36px;
  background-image: url('/img/m_sluzby.png');
  background-position: 0% 0%;
}
.menu_sluzby a:hover {
  background-position: 100% 0%;
}
.menu_fotogalerie a {
  display: block;
  width: 128px;
  height: 36px;
  background-image: url('/img/m_fotogalerie.png');
  background-position: 0% 0%;
}
.menu_fotogalerie a:hover {
  background-position: 100% 0%;
}
.menu_kontakty a {
  display: block;
  width: 128px;
  height: 36px;
  background-image: url('/img/m_kontakty.png');
  background-position: 0% 0%;
}
.menu_kontakty a:hover {
  background-position: 100% 0%;
}
.menu_obrazky a {
  display: block;
  width: 128px;
  height: 66px;
  background-image: url('/img/m_obrazky.png');
  background-position: 0% 0%;
}
.menu_obrazky a:hover {
  background-position: 100% 0%;
}
.menu_pece a {
  display: block;
  width: 128px;
  height: 66px;
  background-image: url('/img/m_pece.png');
  background-position: 0% 0%;
}
.menu_pece a:hover {
  background-position: 100% 0%;
}
.cistic {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}
.obsah {
	padding: 0px 30px 0px 0px;
}
.jmeno {
	font-size: 1.5em;
	font-variant: small-caps;
}
.vycpavka {
  width: 802px;
  height: 10px;
  font-size: 3px;
}
.vycpavka2 {
  font-size: 3px;
} 
.novinky {
	border: 1px solid #78ce96;
	padding: 5px 10px 5px 10px;
}
/* Fotogalerie zacatek */

table.fotogalerie {
  width: 100%;
}
table.fotogalerie td {
  text-align: center;
  vertical-align: center;
}
img.galv {
  width: 113px;
  height: 150px;
  border: 1px solid #ffffff;
}
img.gals {
  width: 150px;
  height: 113px;
  border: 1px solid #ffffff;
}
.strankovani {
  text-align: right;
  padding-bottom: 5px;
}
/* Fotogalerie konec */

/* LightBox zacatek */

#lightbox{
	background-color:#eeeeee;
	padding: 10px;
	/* border-bottom: 2px solid #666; */
	/* border-right: 2px solid #666; */
	border: 1px solid #000000;
	}
#lightboxDetails{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('/img/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/img/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}

/* LightBox konec */
