body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #525B5E;
	background-color: #FFF;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	width: 730px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#top {
	height: 29px;
}
#top h2, #header h2 {
	display: none;
}
#languages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 117px;
}
#languages li {
	float: left;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
#header {
	clear: both;
	background-image: url(img/header_background.jpg);
	background-repeat: repeat-x;
	height: 200px;
}
#navigation {
	background-image: url(img/sign.jpg);
	height: 139px;
	width: 252px;
	float: right;
	position: relative;
	top: 26px;
	right: 50px;
	background-color: #53A5BA;
}
#navigation ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul {
	margin: 11px 0 0 5px;
}
#navigation li {
	float: left;
	height: 29px;
	width: 77px;
}
#navigation a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #FF7E00;
}

#content {
	background-color: #FFF;
	padding: 5px;
	border-right: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
}
#cars {
	background-image: url(img/cars.jpg);
	height: 165px;
	width: 373px;
	float: left;
}
#text {
	padding: 10px;
	position: relative;
	bottom: 15px;
	text-align:justify;
}
#text h1 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: bold;
	color: #FF7E00;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 1em;
}
#text h2 {
	color: #1D87AE;
	font-size: 1.2em;
}
#text .obrazek {
  border: 2px solid #1D87AE;
  padding: 1px;
  width: 320px;
  height: 240px;
  float:right;
  margin-left:10px;
}
#text .obrazek_sluzby {
  border: 2px solid #1D87AE;
  padding: 1px;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}
#text .obr {
  border: 2px solid #1D87AE;
  padding: 1px;
  width: 320px;
  height: 240px;
  float:left;
  margin:0px 0px 15px 15px;
}
#text .obr_navysku {
  border: 2px solid #1D87AE;
  padding: 1px;

  float:left;
  margin:0px 70px 15px 85px;
}
#text p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#text ul, #text li {
	list-style-type:square;
}
#text a{
	color: #144D79;
}
#text a:hover{
	color: #FF7E00;
}
.podpis {
	text-align: right;
	margin-right: 5em;
}
#navigation span {
	display: block;
	margin-top: 8px;
	margin-left: 5px;
}
#cenik{
	border-collapse: collapse;
}
#cenik th{
	vertical-align: top;
	text-align: center;
	border: 1px solid black;
	padding: 3px;
}
#cenik th.headleft{
	text-align: left;
}
#cenik td{
	border: 1px solid black;
	text-align: center;
}
table.contact tr{
	vertical-align: top;
}
.car {
	float: right;
	width: 300px;
}
.car h3 {
	margin-top: 45px;
	font-size: 1em;
}
.car img {
	margin-right: 2px;
}
.carimg {
	margin-top: 20px;
	width: 360px;
	text-align: center;
}
.destination {
	width: 280px;
	margin: 10px;
  margin-left: 25px;
	text-align: center;
	float: left;
}
.destination h2 {
	margin: 5px;
}
.clearer {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
}
.destination a {
	text-decoration: none;
}
.destination a:hover {
	text-decoration: underline;
}
.left {
	float: left;
	padding: 0 20px 30px 0;
}
.right {
	float: right;
	padding: 0 0 20px 20px;
}
.center {
	margin: 1em auto;
	clear: both;
	text-align: center;
}
hr {
	clear: both;
}

#adlinks {
margin-left: 10px;
font-size: 11px;
}
