body{
	font-size: 13px;
	color: black;
	margin: 0px;
	background-color: inherit;
}
.glowna{
	position: absolute;
	left: 50%;
	width: 1px;
	top: 0px;
}
.gora{
	position: absolute;
	left: -400px;
	width: 800px;
	height: 100%;
	min-height: 200px;
	background-image: url("img/logo.jpg");
	background-repeat: no-repeat;
}
.menu{
	position: absolute;
	left: -400px;
	top: 200px;
	min-height: 40px;
	height: 40px;
	width: 800px;
	background-color: #ff7f50;
	background-image: url("img/tlo.gif");
}
.kontakt{
	position: absolute;
	left: -400px;
	width: 200px;
	top: 240px;
	height: 350px;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
}
.tresc{
    position:absolute;
    left: -180px;
    top: 250px;
    width: 580px;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	background-color: #fff;
	padding: 0px 0 0px 0px;
	border: 0px solid #000;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("img/tlo.gif") repeat-x center;
	color: #fff;
	padding: 10px 20px;
	border-right: 3px double orange;
}

ul a:hover {
	background-color: #800;
	background-image: url("img/tlo2.gif");
}
.lang{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 162px;
	height: 42px;
	background-color: transparent;
}
a{
	margin: 0px;
	border: 0px hidden transparent;
}
img{
	border: 0px;
	margin: 0px;
}
h1{
	font-family: "Arial Black";
	font-size: 22px;
	margin: 0px;
}
h2{
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	margin-left: 30px;
	font-family: Tahoma, "Times New Roman";
}
ul.lista{
	clear: both;
	display: block;
}
li.man{
	margin-left: 5px;
	list-style: square inside none;
	padding-left: 2px;
	border-left: 1px solid black;
	display: block;
}
.koparka{
	background-image: url("img/koparka.png");
	position: absolute;
	right: -400px;
	top: 440px;
	background-color: transparent;
	width: 300px;
	height: 225px;
}
table{
	background-color: #e4e4e4;
	width: 500px;;
	border: 0px none black;
}
td{
	margin: 3px;
	padding: 3px;
	border: 2px solid #d8d8d8;
	vertical-align: top;
}
input{
	border: 1px solid black;
	width: 300px;
	height: 18px;
	font-size: 13px;
}
input.submit{
	border: 2px solid #ffaf1a;
	background-color: #b07300;
	height: 25px;
	font-weight: bold;
	color: white;
	width: 150px;
	text-align: center;
}
textarea{
	border: 1px solid black;
	background-color: #e3e3e3;
	width: 200px;
	height: 100px;
}
.mapa{
	padding: 10px 10px 20px 10px;
	min-width: 560px;
	width: 560px;
	max-width: 560px;
	background-color: #8d8d8d;
	border: 2px solid #696969;
	font-family: "Arial Black";
	font-size: 14px;
	margin-left: -35px;
	color: white;
}

