html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 9pt/1.4 Verdana,Arial,sans-serif;
}

#all {
	position: relative;
	margin: -1px 0 -91px 0;
	padding: 0;
	min-height: 100%;
	height: auto;
	_height: 100%;
}

#top {
	position: relative;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: white;
	display: none;
	overflow: hidden;
}
#lang {
	position: relative;
	margin: auto;
	padding: 0;
	width: 23px;
	left: 400px;
	display:none;
	top: -60px;
	z-index: 3;
	list-style: none;
}
#lang * {
	margin: 0;
	padding: 0;
}
#lang #lcz, #lang #len {
	position: relative;
	width: 21px;
	height: 12px;
	margin: 2px;
	overflow: hidden;
	border: 1px solid black;
}
#lang #lcz span, #lang #len span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 21px;
	height: 12px;
	background: url('../img/cz.jpg') left top no-repeat;
}
#lang #len span {
	background: url('../img/en.jpg') left top no-repeat;
}
h1 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display:none;
	width: 832px;
	height: 90px;
	overflow: hidden;
}
h1 span {
	position: absolute;
	display:none;
	width: 832px;
	height: 90px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 2;
	background: white url('../img/h1.jpg') left top no-repeat;
}
#page {
	position: relative;
	width: 832px;
	margin: 18px auto 109px auto;
	padding: 6px 8px;
}
#dimg {
	position: relative;
	margin: 0;
	padding: 0;
	width: 573px;
	display:none;
	height: 178px;
	background: url('../img/dimg.jpg') left top no-repeat;
	float: left;
}
.no2 {
  display:none;
}
#main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 832px;
	float: left;
	text-align: justify;
}
#right{
  display:none;
}
#print {
  text-align: center;
}
#print form{
  text-align: left;
}
label{
  display:block;
  width:500px;
  float:left;
  border:none;
  font-style: italic;
}
input{
  width:500px;
  border:none;
}
textarea{
  width:450px;
  height:150px;
  border:none;    
}
#heel {
	position: relative;
	width: 100%;
	height: 90px;
	margin: 0;
	display:none;
	padding: 0;
	background: black;
	border-top: 1px solid white;
}
#heel p.copy {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 832px;
	height: 90px;
	text-align: right;
}
#heel p.copy a:link, #heel p.copy a:visited {
	color: #777777;
	text-decoration: underline;
}
#heel p.copy a:hover, #heel p.copy a:active {
	color: #777777;
	text-decoration: none;
}
hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
