@media screen, projection {
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
}
#page {
	position: relative;
	text-align: left;
	border: 5px #E4E4E4 solid;
	width: 996px;
	&width: 993px;
	_width: 1003px;
	margin: 0 auto;
}
#head {
	position: relative;
	height: 250px;
	background-image: url(img/logo_bg.jpg);
}
#head #img {
	position: absolute;
	left: 70px;
	top: 30px;
	width: 353px;
	height: 89px;
}
#main {
	min-height: 500px;
	_height: 500px;
	background: url(img/main_top.png) repeat-x top;
}
#main #main2 {
	padding: 40px 20px 40px 340px;
}
#main h1 {
	background: url(img/h1.png) no-repeat left center;

	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 2em;
	color: #008A00;
}
#main h2 {
	background: url(img/h2.png) no-repeat left center;
	padding-left: 23px;
	font-size: 1.3em;
	color: #008A00;
}
#main li {
	background: url(img/li.png) no-repeat left 30%;
	list-style-type: none;
	margin-left: 40px;
	padding-left: 25px;
	line-height: 2em;
}
#main p {
	margin: 10px;
	margin-right: 40px;
	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: 593px;
	height: 4px;
	margin: 20px;
	margin-left: 20px;
	padding: 0;
}
#main .hr2 {
	background: url(img/hr2.jpg) no-repeat left top;
	width: 100%;
	height: 32px;
}
.noborder {
	border: none;
}
.noscreen {
	display: none;
}
#menu {
	position: absolute;
	left: 88px;
	top: 191px;
	width: 208px;
	height: 154px;
	background: url(img/menu1_bg.png) no-repeat;
	padding-top: 18px;
	padding-left: 20px;
}
#menu ul li {
	background: url(img/menu1_bg_off.png) no-repeat;
	width: 180px;
	height: 44px;
	list-style-type: none;
}
#menu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 44px;
	display: block;
	padding-left: 30px;
}
#menu ul li a:hover, #menu ul li a.selected {
	display: block;
	background: url(img/menu1_bg_on.png) no-repeat center top;
	color: #000000;
}
#kontakt {
	position: absolute;
	left: 100px;
	_left: 85px;
	&left: 85px;
/* z leva */
	top: 520px;
	&top: 532px;
	background: url(img/menu2_bg.png) no-repeat left top;
	width: 192px;
	height: 192px;
}
#kontakt div {
	padding: 22px;
	padding-right: 0;
	font-size: 0.9em;
}
#kontakt h2 {
	font-size: 1.4em;
	padding-bottom: 20px;
	color: #666666;
}
#kontakt h3 {
	color: #008800;
	font-size: 1.1em;
	margin-bottom: 3px;
}
#kontakt strong {
	color: #000000;
}
#kontakt .mm {
	color: #dd0000;
	font-weight: bold;
	text-decoration: underline;
}
#kontakt .mm:hover {
	text-decoration: none;
}
#footer {
	height: 35px;
	background: url(img/footer.png) repeat-x;
	padding: 9px;
	padding-bottom: 0;
	padding-left: 50px;
}
#footer #left {
	float: left;
}
#footer #right {
	float: right;
	margin-right: 0px;
}
#footer a {
	color: #FFDD00;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer, #footer a.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#footer hr, #footer2 {
	display: none;
}
code {
	color: #000000;
	font-family: monospace;
	font-size: 1.2em;
	display: block;
	white-space: pre;
	margin: 25px;
	padding: 12px;
	height: 40px;
	overflow: auto;
	border: 2px solid #FFFF00;
	background: #FFFFCC;
	text-align: left;
}
a, .mm {
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, .mm:hover {
	text-decoration: underline;
}
.ram {
	position: relative;
	border: 2px #ffff00 solid;
	background-color: #ffffcc;
	color: #003366;
	width: 300px;
	padding: 10px;
	margin: 20px auto;
	line-height: 1.3em;
}
}
/* **************************** print *************************************** */
@media print {
* {
	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;
}
}
@media screen, projection, print {
#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;
}
}

