html, body { height: 100%; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, address, form, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	z-index:1;
}
img, fieldset { border: none; }
a { text-decoration: none; }
li {
	list-style-type: none;
	display:inline;
}
a img { border: 0; }
abbr, label { cursor: pointer; }
table { border-collapse: collapse; }



body{
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%;
}

h1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #096F95;
	border-bottom: 2px dashed;
	padding-bottom: 10px;
}

#top_logo {
	margin: 0 auto;
	width: 765px;
	height: 123px;
	background-image: url('../images/bg_img.jpg');
	background-repeat: repeat-y;
	clear: both;
}
#top_logo_s {
	margin: 0 auto;
	background-color: #4c4c4c;
	width: 670px;
	height: 135px;
}

#top_logo_s_l {
	float: left;
	margin: 20px 0px 0px 28px;
}
#top_logo_s_r {
	float: right;
	margin: 77px 14px 0px 0px;
	text-align: right;
	font-size: 16px;
}
#menu_list li {
	display:inline;
	margin-left: 25px;
}
#menu_list a {
	color: #c3c3c3;
	text-decoration: none;
}
#menu_list a:hover {
	color: #fff;
}


#top_car {
	width: 100%;
	height: 199px;
	background-image: url('../images/car_img.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	clear: both;
}
#top_offer {
	position: relative;
	margin: 0 auto;
	width: 765px;
	height: 135px;
	background-image: url('../images/bg_img.jpg');
	background-repeat: repeat-y;
	clear: both;
}
#top_offer_s {
	margin: 0 auto;
	background-color: #adadad;
	width: 650px;
	height: 135px;
        padding: 0 10px 0 10px;
        text-align:justify;
}
#top_offer_s h4 {
    margin-bottom:10px;
}

#random_offer {
    position: relative;
    left: -10px;
}
#main {
	margin: 0 auto;
	width: 765px;
	background-image: url('../images/bg_img.jpg');
	background-repeat: repeat-y;
	clear: both;
}
#main_s {
	margin: 0 auto;
	background-color: #211f1f;
	width: 630px;
	padding: 20px 20px 20px 20px;
	color: #B4B4B4;
	overflow: hidden;
}
#main_s a {
	text-decoration: underline;
	color: #fff;
}
#main_s a:hover {
	text-decoration: none;
}

#footer {
	height: 40px;
	width:  100%;
	background-color: #000;
	line-height: 40px;
	font-size: 11px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_s {
	margin: 0 auto;
	width: 630px;
	color: #969696;
}
#footer_s_l, #footer_s_m, #footer_s_r {
	float: left;
	width: 210px;
}
#footer_s_l {
	
}
#footer_s_m {
	text-align: center;
}
#footer_s_r {
	text-align: right;
}

#nota_prawna {
	font-size: 11px;
}