body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}
div#top {
	position: relative;
	height: 264px;
	background-image: url('img/top_background.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
div#top div {
	position: relative;
	width: 990px;
	height: 264px;
	background-image: url('img/top_complete.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
div#top p.small {
	position: absolute;
	top: 100px;
	left: 910px;
	font-size: 10px;
}
div#top p.small a {
	color: #333333;
	text-decoration: none;
}
div#top div img {
	border: none;
	position: absolute;
	top: 15px;
	left: 32px;
}
div#top div ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 234px;
	left: 192px;
}
div#top div ul li {
	height: 30px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
}
li.ofirme {
	width: 90px;
	
}
li.nabidka {
	width: 150px;
	
}
li.kontakt {
	width: 90px;
}
div#top div ul li a {
	position: relative;
	display: block;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}
li.ofirmeactive a {
	width: 98px;
}
li.ofirmeactive a span {
	width: 98px;
	background-image: url('img/o_firme_active.gif');
}
li.nabidkaactive a {
	width: 140px;
}
li.nabidkaactive a span {
	width: 140px;
	background-image: url('img/nabidka_active.gif');
}
li.kontaktactive a {
	width: 100px;
}
li.kontaktactive a span {
	width: 100px;
	background-image: url('img/kontakt_active.gif');
}

li.ofirmenoactive1 a {
	width: 96px;
}
li.ofirmenoactive1 a span {
	width: 96px;
	background-image: url('img/o_firme_noactive.gif');
}
li.nabidkanoactive1 a, li.nabidkanoactive2 a {
	width: 138px;
}
li.nabidkanoactive1 a span {
	width: 138px;
	background-image: url('img/nabidka_noactive.gif');
}
li.nabidkanoactive2 a span {
	width: 138px;
	background-image: url('img/nabidka_noactive2.gif');
}
li.kontaktnoactive1 a {
	width: 98px;
}
li.kontaktnoactive1 a span {
	width: 98px;
	background-image: url('img/kontakt_noactive.gif');
}
div#top div ul li span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
}
div#middle {
	position: relative;
	padding: 10px 0px 10px 220px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/text_background.gif');
	min-height: 290px;
	width: 770px;
}
div#middle div {
	width: 500px;
}
div#middle h2 {
	font-size: 20px;
	margin-top: 20px;
	color: #FF7500;
}
div#middle p, div#middle li {
	font-size: 12px;
}
div#middle h3 {
	font-weight: bold;
	font-size: 12px;
	color: #FF7500;
}
div#middle a {
	color: #FF7500;
}
div#middle div.mapka {
	position: absolute;
	top: 30px;
	left: 470px;
	text-align: right;
	font-size: 12px;
	/*border: red solid 1px;*/
	width: 240px;
}
div#middle div.mapka img {
	border: none;
}
div#middle div.mapka a {
	text-decoration: none;
}
div#bottom {
	float: both;
	height: 163px;
	background-image: url('img/bottom_background.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
div#bottom div {
	height: 163px;
	width: 990px;
	text-align: center;
	background-image: url('img/bottom_background_2.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
div#bottom p {
	padding-top: 12px;
	font-size: 11px;
}
div#bottom a {
	font-weight: bold;
	color: #FF7500;
	text-decoration: none;
}
div#bottom a:hover {
	text-decoration: underline;
}
.none {
	display: none;
}