body {
	margin: 0;
	padding: 0;
	
	background-color: white;
	color: black;
	background: white url('img/body-bkg.jpg') no-repeat center top;
	
	text-align: center;
}

/* ============ LAYOUT ============ */
#page-h {
	position: relative;
	width: 860px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h1 {
	position: absolute;
	top: 45px;
	left: 50px;
	margin: 0;
	padding: 0;
}
	h1 a {
		display: block;
		width: 329px;
		height: 166px;
		overflow: hidden;
		
		background: transparent url('../../img/logo-hustej-mobil.gif') no-repeat top left;
	}
		h1 a span {
			display: none;
		}

.page-title {
	position: absolute;
	top: 54px;
	left: 428px;
	
	width: 278px;
	height: 79px;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	
	background: transparent url() no-repeat top left;
}
	.page-title .pt-img,
	.page-title .pt-text {
		position: absolute;
		top: 0;
		left: 0;
		
		width: 278px;
		height: 79px;
		
		overflow: hidden;
	}

.navigator#navig-back {
	position: absolute;
	top: 220px;
	left: 40px;
	
	z-index: 10000;
}
	.navigator#navig-back a {
		display: block;
		width: 44px;
		height: 33px;
		background: transparent url('img/info-navig-sipka-zpet.gif') no-repeat center center;
	}
		.navigator#navig-back a span {
			display: none;
		}


#navig-up {
	position: absolute;
	top: 250px;
	left: 690px;
	
	z-index: 10000;
}
	.navigator#navig-up a {
		display: block;
		width: 39px;
		height: 28px;
		background: transparent url('img/navig-sipka-nahoru.gif') no-repeat center center;
	}
		.navigator#navig-up a span {
			display: none;
		}

#content-h {
	position: absolute;
	top: 240px;
	left: 40px;
	
	width: 446px;
	height: 421px;
	overflow: hidden;
	
	background: transparent url() no-repeat top left;
}
	#content-h .content {
		height: 401px;
		margin: 20px 0 0 20px;
		overflow-y: auto;
	}

.content {
}
	.content h3 {
		height: 1.5em;
		
		margin: 0;
		padding: 0;
		
		color: #D3D8BE;
		font-size: 1.5em;
	}

#packages-menu-h {
	position: absolute;
	top: 133px;
	left: 330px;
	
	width: 500px;
	height: 150px;
}
	#packages-menu-h ul {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		
		margin: 0;
		padding: 0;
	}
		#packages-menu-h ul li {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			list-style-type: none;
			
			margin: 0;
			padding: 0;
		}
		#packages-menu-h ul li#balicek-1 {top: 70px; left: 0}
		#packages-menu-h ul li#balicek-2 {top: 20px; left: 100px}
		#packages-menu-h ul li#balicek-3 {top: 50px; left: 190px}
		#packages-menu-h ul li#balicek-4 {top: 0px; left: 280px}
		#packages-menu-h ul li#balicek-5 {top: 30px; left: 370px}
		
			#packages-menu-h ul li img {
				border: none;
			}

#paticka {
	position: absolute;
	top: 660px;
	right: 0;
	
	padding-bottom: 20px;
	
	font-size: 1.1em;
}
	#paticka a {
		margin: 0 10px 0 0;
		font-weight: bold;
	}
	

/* ============ forumlare ============= */
.form {
	margin: 0;
	padding: 0;
}
	.form .fi-text,
	.form .fi-select {
		background: white;
		border: solid 1px black;
		
		font-family: Courier New, courier, serif;
	}
	.form .fi-submit {
		padding: 1px 1px;
		border: none;
		background: none;
		
		font-family: Courier New, courier, serif;
		text-decoration: underline;
		font-weight: bold;
		text-transform: uppercase;
	}
	.form label {
		font-weight: bold;
	}

	

