* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
}
#page {
	text-align: left;
}
#main h1 {
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 2em;
}
#main h2 {
	font-size: 1.3em;
}
#main li {
	margin-left: 40px;
	padding-left: 25px;
	line-height: 2em;
}
#main p {
	margin: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	line-height: 2em;
	text-align: justify;
}
#main img {
	border: 3px #bfbfbf solid;
}
#main .hr {
	background: url(img/hr.png) no-repeat left top;
	width: 675px;
	height: 4px;
	margin: 20px;
	margin-left: 20px;
	padding: 0;
}
#main .hr2 {
	background: url(img/hr2.jpg) no-repeat left top;
	width: 100%;
	height: 32px;
}
#head {
	border-bottom: 1px #000000 solid;
}
#menu, #kontakt, #footer, #head img {
	display: none;
}
code {
	color: #000000;
	font-family: monospace;
	display: block;
	font-size: 1.2em;
	padding: 1em;
	border: 2px solid #000000;
	text-align: left;
}
a, .mm {
	color: #000000;
	text-decoration: underline;
}

#box_pravy {
	position: relative;
	margin-top: 30px;
	line-height: 2em;
	padding-left: 350px;
}
#box_levy {
	width: 235px;
	margin-top: 30px;
	margin-left: 50px;
	float: left;
	position: relative;
	line-height: 2em;
	background: url(img/hr_vert.png) repeat-y top right;
}
/****** form1 ******/
.form1 {
	width: 400px;
	margin-left: 100px;
	margin-top: 30px;
}
.form1 fieldset {
	padding: 10px;
	border: 2px #bfbfbf solid;
}
.form1 legend {
	padding: 3px;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	text-align: right;
}
.form1 label {
	position: absolute;
	font-weight: bold;
	float: right;
	margin-left: 20px;
}
.form1 input, .form1 textarea, .form1 select {
	display: inline;
	margin-bottom: 3px;
	width: 235px;
	margin-left: 120px;
}
.form1 select {
	width: 235px;
}
.form1 textarea {
	height: 100px;
	width: 235px;
}
.form1 #submit {
	width: 100px;
}


