body{
	background: url("../images/bg.jpg") fixed center no-repeat;
	font-size: 14px;
	font-family: Georgia, Palatino, Times New Roman;
	color: #000;
	padding:0px;
	margin:0px;
}

p {
	line-height: 1.4em;
	padding: 3px 0px 3px 0px;}

h1 {
	font-size: 25px;
	line-height: 1.4em;
	color: #333333;
}

h2 {
	font-size: 22px;
}

h3 {
	padding: 5px 0 0 0;
	font-size: 16px;
	line-height: 1.4em;
}

h4 {
	font-size: 14px;
	line-height: 1.5em;
}

.szary {
	color: #333333;
}
#lista {
	padding: 0px 0px 0px 20px;
	line-height: 1.4em;
}
	

#lista ul li {
	list-style-type: square;
}

#galeria img {
	border: 10px solid #ffffff;
	background-color: #ffffff;
	margin: 6px;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 940px;
  height: 70px;
  background: url(../images/bg_menu.png) no-repeat;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .menu_home {
  width: 111px;
  height: 24px;
  background: url(../images/menu_home.gif) no-repeat;
  left: 20px;
  top: 15px;
}

#menu .menu_info {
  width: 111px;
  height: 24px;
  background: url(../images/menu_info.gif) no-repeat;
  left: 170px;
  top: 15px;
}

#menu .menu_oferta {
  width: 111px;
  height: 24px;
  background: url(../images/menu_oferta.gif) no-repeat;
  left: 300px;
  top: 15px;
}

#menu .menu_menu {
  width: 111px;
  height: 24px;
  background: url(../images/menu_menu.gif) no-repeat;
  left: 400px;
  top: 15px;
}

#menu .menu_galeria {
  width: 111px;
  height: 24px;
  background: url(../images/menu_galeria.gif) no-repeat;
  left: 510px;
  top: 15px;
}

#menu .menu_kontakt {
  width: 111px;
  height: 24px;
  background: url(../images/menu_kontakt.gif) no-repeat;
  left: 630px;
  top: 15px;
}

#menu .menu_jurapark {
  width: 111px;
  height: 24px;
  background: url(../images/menu_jurapark.gif) no-repeat;
  left: 780px;
  top: 15px;
}

a:link, a:visited {color: #333333; text-decoration: none;}
a:hover, a:active {color: #000000; text-decoration: underline;}

#star {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	left: 700px;
	z-index: 100;
}