BODY {
	scrollbar-face-color: #FCF7D2;
	scrollbar-shadow-color: #FFDD90;
	scrollbar-highlight-color: #F2F2F2;
	scrollbar-3dlight-color: #F2F2F2;
	scrollbar-darkshadow-color: #F2F2F2;
	scrollbar-track-color: #FFDD90;
	scrollbar-arrow-color: #A33C39;
}

A {
	color: #A33C39;
}
A IMG { border: 0; }

.text, P, blockquote {
	font-family: Times;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

.bold {
	color: #A33C39;
}

.tdtext {
	font-family: Times;
	font-size: 14px;
	color: #000000;
	text-align: none;
}

.nadpis {
	font-family: Times;
	font-size: 18px;
	color: #A33C39;
}

.podnadpis {
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	color: #A33C39;
}

UL, OL {
	font-family: Times;
	font-size: 14px;
	color: #000000;
	list-style-image: url(images/li.gif);
}

.mini {
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
}

.jidelak {
	background-color: #FDEAB1;
}

#obsah .img {
  border: 5px solid white;
}

#slideshow { position:relative; height:540px; width: 240px; float: left; overflow: hidden;display: block; }
#slideshow A { position:absolute; top:0; left:0; z-index:8; }
#slideshow A.active { z-index:10; }
#slideshow A.last-active { z-index:9; }

.left {
	float: left;
	margin: 5px 15px 5px 0;
}
.right {
  float: right;
  margin: 5px 0 5px 15px;
}
