x* {
	padding: 0;
	margin: 0;
}

body {
	background: #d9dde0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.69em;
}

a {
	text-decoration: none;
	color: #ff9606;
}

a:hover{
	text-decoration: underline !important;
}

#container {
	margin: 0 auto;
	width: 948px;
	background: #ffffff url('skladowe/container.png') 0 0 repeat-y;
}

#header {
	position: relative;
	height: 147px;
	background: transparent url('skladowe/header.png') 5px 0 no-repeat;
}

#language {
	position: absolute;
	right: 13px;
	top: 107px;
}
#language img {
	border: none;
}

#language a {
	margin-right: 10px;
}

#logo {
	height: 172px;
	text-align: center;
	padding: 0 5px;
}

#logo img {
	border: none;
}

#box {
	padding: 22px 27px 7px 27px;
	overflow: hidden;
	height: 100%;
}

#menu {
	float: left;
	width: 224px;
	padding-bottom: 15px;
}

#menu ul {
	padding: 2px 0 0 2px;
}

#menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0;
}

#menu ul li a {
	display: block;
	margin-left: -22px;
}

#menu ul li img {
	border: none;
}

#menuTitle {
	display: block;
	height: 22px;
	background: transparent url('skladowe/menuTitle.png') 0 0 no-repeat;
}

#content {
	float: right;
	width: 635px;
	line-height: 1.27em;
	text-align: justify;
	padding-top: 3px;
}

#content ul, #content ol {
	padding-left: 45px;
}

#content p , #content ul, #content ol {
	margin: 15px 0;
}

h2 {
	color: #CC0000;
	font-size: 1.27em;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.09em;
	margin: 10px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

table td {
	padding: 2px;
}

.cars {
	width: 22%;
}

.prices {
	width: 100%;
}

.prices td, .prices th {
	padding: 5px;
	border: 2px solid #f1f1f1;
	white-space: nowrap;
	text-align: center;
}

.altRow {
	background: #f1f1f1;
}

.classes {
	text-align: left !important;
}

.color {
	color: #CC0000;
}

#contact {
	line-height: 2.27em !important;
}

#contact img {
	padding-right: 5px;
	position: relative;
	top: 3px;
}

.list li {
	margin-top: 10px;
}

#footer {
	height: 55px;
	background: #d9dde0 url('skladowe/footer.png') 0 0 no-repeat;
}

#link {
     text-align:center;
     margin-bottom: 10px;
}


#link a, a:hover {
    color: #888888;
    text-decoration: none !important;
}

/* FORMULARZ */
.ui-datepicker { font-family: Verdana; font-size: 11px; }
div.form * { font-family: Verdana;font-size: 11px; line-height: 14px; }
div.form { margin-left: 250px; clear: both; padding: 0.5em 0; }
div.form label { float: left; margin-left: -250px; width: 250px; }
div.form label span { color: red; }
div.form.miss label { color: red; }
.time { width: 80%; }
.date { width: 80%; }
.text { width: 80%; }
.area { width: 80%; }
textarea { height: 6em; }

