#centered {
	position: absolute;
	width: 780px;
	left: 1%;
	right: 1%;
	top: 1%;
}
#vrch {
	position: absolute;
	width: 780px;
	height: 65px;
	top: 0px;
	left: 0px;
	padding: 0;
	background-image: url(../img/vrch.jpg);
}
#obrazek {
	position: absolute;
	top: 65px;
	left: 0px;
}
#tlacitka_obal {
	position: absolute;
	width: 780px;
	height: 35px;
	top: 190px;
	left: 0px;
	padding: 0;
}
#tlacitka {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
}
#tlacitko1 {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 5px;
	left: 000px;
	padding: 0;
	background-image: url(../img/tlacitko41.jpg);
}
#tlacitko2 {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 5px;
	left: 120px;
	padding: 0;
	background-image: url(../img/tlacitko4.jpg);
}
#tlacitko3 {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 5px;
	left: 240px;
	padding: 0;
	background-image: url(../img/tlacitko4.jpg);
}
#tlacitko4 {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 5px;
	left: 360px;
	padding: 0;
	background-image: url(../img/tlacitko4.jpg);
}
#tlacitko5 {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 5px;
	left: 480px;
	padding: 0;
	background-image: url(../img/tlacitko4.jpg);
}
#tlacitko6 {
	position: absolute;
	width: 180px;
	height: 30px;
	top: 5px;
	left: 600px;
	padding: 0;
	background-image: url(../img/tlacitko46.jpg);
}
.button {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#linka {
	position: absolute;
	width: 780px;
	height: 5px;
	top: 0px;
	left: 0px;
	padding: 0;
	background-image: url(../img/linka.jpg);
}
#obsah-obal {
	position: absolute;
	width: 600px;
	top: 210px;
	left: 0px;
	padding: 0;
}
#obsah {
	position: absolute;
	width: auto;
	height: auto;
	padding: 20;
}
#mezera_h {
	position: absolute;
	width: 180px;
	height: 15px;
	top: 245px;
	left: 600px;
	padding: 0;
	background-image: url(../img/horni.gif);
}
#program-obal {
	position: absolute;
	width: 180px;
	height: 300px;
	top: 260px;
	left: 600px;
	padding: 0;
	overflow: no;
	background-image: url(../img/stred.gif);
	margin-top: 0px;
}
#program {
	position: absolute;
	width: auto;
	height: auto;
	padding-left: 10;
}
#mezera_d {
	position: absolute;
	width: 180px;
	height: 31px;
	top: 560px;
	left: 600px;
	padding: 0;
	background-image: url(../img/dolni.gif);
}
#ponorka-obal {
	position: absolute;
	width: 180px;
	height: 125px;
	left: 600px;
	top: 595px;
	padding: 0;
}
#ponorka {
	position: absolute;
	width: auto;
	height: auto;
}

body {
	background-color: black;
	scrollbar-face-color: #f7b034;
	scrollbar-arrow-color: #2b6414;
	scrollbar-highlight-color: #f7b034;
	scrollbar-3dlight-color: #2b6414;
	scrollbar-shadow-color: #f7b034;
	scrollbar-darkshadow-color: #2b6414;
	scrollbar-track-color: #f7b034;
	Scrollbar: auto;
}
/* MENU */
#tlacitka {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2b6414;
}
#tlacitka a:link {
	color: #2b6414;
}
#tlacitka a:visited {
	color: #2b6414;
}
#tlacitka a:hover {
	color: red;
}
/* OBSAH */
#obsah {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #f7b034;
	text-aling: right;
}
#obsah a:link {
	color: #f7b034;
}
#obsah a:visited {
	color: #f7b034;
}
#obsah a:hover {
	color: red;
}
#obsah span {
	font-size: 90%;
}
#obsah h3 {
  margin: 2em .5em 0 0;
  font-size: x-large;
}
#obsah h4 {
  margin: 2em .5em 0 0;
  font-size: large;
  color: #f7b034;
	text-decoration: none;
	font-family: sans-serif;
	border-bottom: 1px #f7b034 solid;
	text-align: right;
}
#obsah em {
  margin: .2em .2em 1em 1em;
  padding: .2em 1em .2em 1em;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  background-color: #f7b034;
  border: 3px #2b6414 solid;
  -moz-border-radius: 8px; 
}

#obsah em a:link {
	color: #2b6414;
}
#obsah em a:visited {
	color: #2b6414;
}
#obsah em a:hover {
	color: red;
}
.zelena {
  color: #2b6414;
}
#obsah strong {
	font-size: 120%;
}

#obsah img {
	border-color: #f7b034;
}
.hospoda {
	font-size: 80%;
}
/* PROGRAM */
#program {
	font-family: sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #2b6414;
}
#program span {
	font-size: 90%;
	font-weight: bold;
}
#program a:link {
	color: #2b6414;
}
#program a:visited {
	color: #2b6414;
}
#program a:hover {
	color: red;
}
/* PONORKA */
#ponorka {
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #f7b034;
	text-aling: center;
}
#ponorka a:link {
	color: #f7b034;
}
#ponorka a:visited {
	color: #f7b034;
}
#ponorka a:hover {
	color: red;
}
#ponorka img {
	border-color: #2b6414;
}
#mezera_d span {
	font-size: 100%;
	font-weight: bold;
	color: #2b6414;
}
#mezera_d a {
	color: #2b6414;
}
.90 {
	font-size: 70%;
}
.zv {
	color: red;
}
