body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	/*
  scrollbar-face-color: #629510; 
  scrollbar-shadow-color: #629510;
  scrollbar-highlight-color: #629510; 
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #629510; 
  scrollbar-track-color: #ffe18d;
  scrollbar-arrow-color: #ffffff;
  */
  background: url(images/bg_page_1.png);
}
#header {
  background-image: url('images/bg_header.gif');
}
#horni-menu {
  background-color: #629510;
}
#content {
  background-color: white;
  padding: 10px 20px 10px 20px;;
}
#links {
  color: black;
  font-weight:bold;
  text-align: center;
  background-color: white;
  padding: 15px 0 15px 0;
  border-top: 2px solid #629510;
}
#links a {
  color: black;
  font-weight:bold;
  text-decoration:underline;
}
#links a:hover {
  text-decoration:none;
}
#footer {
  background-color: #629510;
  padding: 10px;
  color: white;
  text-align: right;
}
ul li {
  margin-top: 15px;
}
table {
  font-size: 11px;
}
a {
	color: #629510;
}
a:hover {
	color: #629510;
	text-decoration: none;
}
a:link {
	color: #629510;
}
a:visited {
	color: #629510;
}
a:active {
	color: #629510;
}
h1 {
  font-family: Arial;
	font-size: 20px;
	color: black;
	padding-left: 45px;
	background-image: url('images/bg_h1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	margin-top: 20px;
}
h2 {
  font-family: Arial;
	font-size: 16px;
	color: #629510;
	padding-left: 0px;
}
h3 {
	font-size: 14px;
}
.uvod-uvod {
	background-image: url(images/uvod/pozadi_uvod.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-zima {
	background-image: url('images/zima/pozadi_zima.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-bikepark {
	background-image: url(images/bikepark/pozadi_bikepark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-doprava {
	background-image: url(images/doprava/pozadi_doprava.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-lanovka {
	background-image: url(images/lanovka/pozadi_lanovka.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-leto {
	background-image: url('images/leto/pozadi_leto.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.uvod-ubytovani{
	background-image: url(images/ubytovani/pozadi_ubytovani.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.nadpis {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
.galery img {
 border: 1px solid gray;
}
.galery a:hover img {
 border: 1px solid red;
}
.tablevypis {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
}
.tablevypis th {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 3px;
  background-color: #efefef;
}
.tablevypis td {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 3px;
}
/* styly aktualit */
.clanek-vlozeno {
  font-size:9px;
  margin-bottom:10px;
}
.clanek-uvod {
  color: black;
  background-color: #ffe18d;
  padding: 5px;
}
/* styly guestbooku */
.guestbook-lista {
  margin-bottom: 10px;
  text-align: center;
}
.guestbook-sipka {
  margin-left:30px;
  margin-top:3px;
  background: url(images/sipka_odpoved.gif);
  background-repeat: no-repeat;
  height: 14px;
}
.guestbook-odpoved {
  color: rgb(64,64,64);
  background-color: #d5c5a7;
  padding: 3px;
  margin-left: 20px;
  margin-top: 0px;
}

/* styly fotogalerie */
.gallerytitle {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.gallerypopis {
  text-align: center;
}
.galleryimgvelky {
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid silver;
}
.gallerylink {
  text-align: center;
  margin-bottom: 20px;
}
.gallerypocet {
  text-align: center;
}
.gallerycounter {
	font-size: 90%;
  text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallerycounter_select {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}
.galleryimgname {
  font-size: 10px;
  color: black;
  text-align: center;
}
#pager {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#pager span {
  padding: 1px 6px 1px 6px;
  font-weight: bold;
}
#pager a {
  background: #ffe18d;
  color: black;
  text-decoration: none;
  padding: 1px 6px 1px 6px;
  border: 1px solid black;
  margin: 3px;
}
#pager a:hover {
  background: #629510;
  color: white;
  border-color: black;
}


