body { 
 border:0; 
 margin:0; 
 padding:0;
 text-align:center;
 background-color:#c2c2c2;
 font-family: Verdana, sans-serif;
 font-size:11px;
 line-height:1.3;
 color:#0d3375;
}
html {
 overflow-y:scroll;
}

table {
 font-family:Verdana, sans-serif;
 font-size:11px;
 border:0;
 border-spacing:0;
 border-collapse:collapse;
} 

table td{
 padding:0;
}

body div{
 overflow:hidden;
} 

img {
 border:0;
}

a {
 text-decoration:none;
 color:#093073;
}
a:hover {
 text-decoration:underline;
}

h1, h2, h3, h4, form {
 font-family:Verdana, sans-serif;
 margin:0;
 padding:0;
}

ul,li{
 padding:0;
 margin:0;
 list-style-type:none;
}

.clear{
 float:none;
 clear:both;
 font-size:0;
 line-height:0;
 margin:0;
}

/*---------------------
  STRUKTURA
*/

#container1 {
 width:924px;
 margin:0 auto;
 text-align:left;
 position:relative;
 background-image:url('../img/s/bg.gif');
 background-repeat:repeat-y; 
}

#container2 {
 width:900px;
 margin:0 auto;
}

#header{
 position:relative;
 width:900px;
 margin:0;
}

#body{
 background-color:#fff;
 padding:0;
 position:relative;
 overflow:hidden;
}

#col-left{
 width:190px;
 height:400px;
 float:left;
 margin-top:70px;
 border-style:solid;
 border-color:#e7e7e7;
 border-width:0 1px 0 0;
}

#col-right{
 text-align:left;
 width:640px;
 float:left;
}

#footer{
 width:900px;
 margin-left:12px;	
 height:54px;
 text-align:center;
 background-image:url('../img/s/foot-bg.gif');
}

#bottom{
 clear:both;
 margin-top:50px;
 background-image:url('../img/s/bottom.gif');
 background-repeat:no-repeat;
 background-position: 0 28px;
 width:924px;
 height:45px;
}
/**
* HEADER
*/
#header #lang{
 height:30px;
 background-image:url('../img/s/head-top-bg.gif');
}

#header #lang ul{
 text-align:right;
 margin:7px 90px 0 0 ;
}
#header #lang li{
 display:inline;
}
#header #lang li a{
 font-size:10px;
}
#header #lang a.selected{
 font-weight:bold;
}

#header #photo{
 height:200px;
 position:relative;
}

#header #photo #logo{
 position:absolute;
 top:27px;
 left:0;
 background-image:url('../img/s/logo.gif');
 width:201px;
 height:68px;
}

#header #photo #logo strong{
 margin-left:-889px;
}

#header .home,
#header .o-firmie{
 background-image:url('../img/s/head-bg-home.jpg');
}
#header .wynajem-krotkoterminowy{
 background-image:url('../img/s/head-bg-wy-krotk.jpg');
}
#header .wynajem-srednioterminowy{
 background-image:url('../img/s/head-bg-wy-sredn.jpg');
}
#header .flota{
 background-image:url('../img/s/head-bg-flota.jpg');
}
#header .sprzedaz-aut{
 background-image:url('../img/s/head-bg-sprzedaz.jpg');
}
#header .kontakt{
 background-image:url('../img/s/head-bg-kontakt.jpg');
}

#header #menu{
 height:29px;
 background-image:url('../img/s/head-bottom-bg.gif');
 position:relative;
}

#header #menu h2{
 margin:8px 0 0 30px;
 font-size:10px;
}

#header #menu ul{
 text-align:right;
 position:absolute;
 top:6px;
 left:220px;
}

#header #menu li{
 display:inline;
 margin-left:3px;
}

#header #menu li a{
 font-size:10px;
 font-weight:bold;
}

#header #menu li.selected a{
 color:#7099cd;
}

/**
* LEFT
*/
#body #col-left .car{
 margin-left:30px;
}

#body #col-left .car img{
 border:1px #e7e7e7 solid;
}

/**
* BODY
*/
#body #col-right h3{
 margin: 25px 0 22px 30px;
 font-size:18px;
 color:#6f9acd;
}

#body #col-right div.text{
 margin-left:30px;
}

/* 
	kontakt 
*/
#contact label{ 
 display:block;
 margin:3px 0;
}
#contact input, 
#contact textarea{ 
 width:580px;
 border:1px #000 solid;
 font-family:Verdana, sans-serif;
 font-size:11px;
}
#contact .submit{
 width:auto; 
 border:0;
 background-color:#fff;
 font-weight:bold;
 text-align:left;
 color:#0d3375;
}

.err_msg{
 color:#f00;
}

/*
 flota tabela
*/
.mtable {
 margin-top:30px;
 width:600px;
 border-collapse:separate;
 border-spacing:2px;
 font-size:10px;
}

.mtable thead td{
 border: 1px #0d3375 solid !important;
 background-color:#0d3375;
 color:#fff;
 padding:5px;
 text-align:center;
}

.mtable td,
.mtable thead tr.odd td{
 border: 1px #0d3375 solid !important;
 background-color:#fff;
 color:#0d3375;
 vertical-align:top;
 padding:5px;
}



/*
  tabela samochod
*/
.car {
 margin-top:30px;
 width:600px;
 border-collapse:separate;
 border-spacing:2px;
 font-size:10px;
}

.car th{
 border: 1px #0d3375 solid !important;
 background-color:#0d3375;
 color:#fff;
 padding:5px;
 text-align:center;
 width:25%;
}

.car td{
 border: 1px #0d3375 solid !important;
 background-color:#fff;
 color:#0d3375;
 vertical-align:top;
 padding:5px;
}

.car .car-image{
 float:left;
 margin:6px;
 border:2px #fff solid;
}

.car .car-image img{
 float:left;
}



/**
* FOOTER
*/ 
#footer div{
 margin-top:17px;
 color:#6c99cc;
 font-size:9px;
}
#footer div a{
 color:#6C99CC;
}




/* ATOM SEO */
.articleTitle {
 margin: 25px 0 22px 30px;
 font-size:18px;
 color:#6f9acd;
}






