@media screen, projection {

/* formatovani html elementu */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #fefefe url('./img/bodyback.png') left top repeat-x;
	text-align: center;
	color: #333;
	font: 80%/160% sans-serif;
	padding: 0 0 1.5em 0;
}
h1, h2, h3, h4 {
	color: #0a74a9;
}
h1 {
	font-size: 135%;
}
h2 {
	font-size: 125%;
	margin-bottom: 4px;
}
h3 {
	font-size: 115%;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 0;
	margin-bottom: 4px;
}
h4 {
	font-size: 105%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 4px;
}
/* logo */
h1 {
	width: 208px;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
h1 a {
	display: block;
	width: 208px;
	height: 280px;
	position: relative;
	overflow: hidden;
}
h1 a span {
	display: block;
	width: 208px;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	background: transparent url('./img/logo.png') left top no-repeat;
	cursor: pointer;
}
/* KONEC logo */
h2 {
	padding: 15px 20px 15px 50px;
	background: transparent url('./img/h2back.gif') left top no-repeat;
	_height: 1px;
	border-bottom: 1px solid #e5e5e5;
}
p {
	margin: 20px 20px 0 0;
	text-align: justify;
}
ul.hlavni {
	margin: 30px 50px;
	padding: 15px;
	list-style: circle inside;
	border: 8px solid #f8f8f8;
	background-color: #fdfdfd;
}
ol {
	margin: 30px 50px;
	padding: 15px;
	list-style: lower-alpha inside;
	border: 8px solid #f8f8f8;
	background-color: #fdfdfd;
}

hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 4px;
}
a, .mm {
	font-weight: bold;
	color: #0a74a9;
}
a:hover, .mm:hover {
	text-decoration: none;
	color: #4eb8ed;
}
a img {
	border: 2px solid #0a74a9;
}
a:hover img {
	border: 2px solid #4eb8ed;
}
/* KONEC formatovani html elementu */
/* obalovy div a obsah - "matrjoska" */
#obal {
	width: 831px;
	margin: 6px auto 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #fefefe url('./img/obalback.png') right top no-repeat;
	padding-top: 240px;
}
#obsah {
	padding: 20px 17px 0 228px;
	overflow: hidden;
	background: transparent url('./img/obsahback.png') right top repeat-y;
}

table.mala{
  font-size: 1em;
}


table.stred{
  width: 500px;
  border-collapse: collapse;
  font-size: 1em;
  border: none 0px white;
}


.stred img, .stred img:hover{
  border: solid #2080B0 1px;
  margin: 1px;
}

/* KONEC obalovy div a obsah - "matrjoska" */
/* horitontalni menu */
#h_menu {
	position: absolute;
	left: 202px;
	top: 171px;
	width: 623px;
	height: 40px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
#h_menu li {
	display: inline;
	margin-right: 10px;
	line-height: 40px;
}
#h_menu a {
	color: #555;
	text-decoration: none;
	padding: 5px 10px 6px 10px;
}
#h_menu a:hover {
	color: #000;
	text-decoration: underline;
}
/* KONEC horitontalni menu */
/* vertikalni menu */
#v_menu {
	list-style: none;
	float: left;
	position: relative;
	left: -228px;
	top: 20px;
	width: 205px;
	line-height: 265%;
	margin-right: -208px;
	padding-bottom: 200px;
	background: #0a74a9 url('./img/posledni-li-back.png') left bottom no-repeat;
	overflow: hidden;
}
#v_menu li {
	display: block;
	background: #0a74a9 url('./img/li-back.png') left top no-repeat;
	text-indent: 25px;
	color: #fff;
}
#v_menu li.prvni-li {
	background: #0a74a9 url('./img/prvni-li-back.png') left top no-repeat;
	font-weight: bold;
	text-indent: 10px;
}
#v_menu a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 6px 0px;
}
#v_menu a:hover {
	text-decoration: underline;
}
/* KONEC vertikalni menu */
/* odkaz a vyber jazyku v hlavicce */
#jazyky {
	position: absolute;
	left: 190px;
	top: 5px;
	font-size: smaller;
	list-style: none;
	height: 21px;
}
#jazyky li {
	float: left;
	display: block;
	position: relative;
	height: 21px;
	display: block;
}
li#jazyk_1 {
	width: 190px;
}
li#jazyk_2 {
	width: 90px;
}
li#jazyk_3 {
	width: 21px;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
}
li#jazyk_3 span {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 0;
	background: transparent url('./img/cz.png') left top no-repeat;
}
li#jazyk_4 {
	width: 21px;
	position: relative;
	overflow: hidden;
}
li#jazyk_4 span {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 0;
	background: transparent url('./img/gb.png') left top no-repeat;
	cursor: pointer;
}
li#jazyk_3 a span, li#jazyk_4 a span  {
  cursor: pointer;_cursor:hand;
}
/* KONEC odkaz a vyber jazyku v hlavicce */
/* panel s kontaktnimi informacemi, mapa */
.vizitka {
	padding: 15px;
	background-color: #fdfdfd;
	border: 8px solid #f8f8f8;
	margin: 0 10px 0 0;
}
.vizitka strong {
	color: #0a74a9;
}
.mapa {
	border: 8px solid #f8f8f8;
}
.pulka {
	width: 270px;
	float: left;
}
/* KONEC panel s kontaktnimi informacemi, mapa */
/* paticka */
address {
	min-height: 30px;
	_height: 90px;
	padding-top: 60px;
	background: transparent url('./img/pataback.png') right bottom no-repeat;
	font-style: normal;
	font-size: smaller;
	text-align: center;

}
/* KONEC paticka */
/* obecne tridy */
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.hidden {
	visibility: hidden;
}
/* KONEC obecne tridy */
/* skryty odkaz */
.normal {
	font-weight: normal;
	cursor: text;
	color: #333;
	text-decoration: none;
}
.normal:hover {
	color: #333;
}
/* KONEC skryty odkaz */




#box {
	margin: 30px;
}
#box_levy {
	float: left;
	position: relative;
	width: 250px;
	margin-left: 30px;
}
#box_levy div, #box_pravy div {
	position: absolute;
	top: 0;
}
#box_pravy {
	position: relative;
	float: left;
	width: 250px;
}
input, textarea {
	border: 1px solid #B59E8D;
}
input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus {
	border: 1px solid #2080B0;
}
form table {
	width: 430px;
	height: 250px;
}
form table.mala2 {
	width: 290px;
}
table.mala2 th {
	width: 90px;
}

.form1 textarea {
	height: 100px;
	width: 235px;
}
form table tr th {
	width: 250px;
	_font-size: 0.8em;
	text-align: left;
}
#submit{
	margin-left: 123px;
}
.mala2#submit{
}
#footer2 {
	display: none;
}
.info {
	border: 1px #B59E8D solid;
	margin: 1em auto;
	_margin-left: 100px;
	width: 350px;
	padding: 0.5em;
	background-color: #FFFFCC;
}
.noborder, .noborder:hover {
	border: 0;
}

#footer2{
  display: none;
}
.google{
	position: absolute;
	right: 0;
	margin-right: 40px;
}

.posun{
	position: absolute;
	right: 0;
  top: 430px;
	margin-right: 70px;
}

}

