html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:small   Arial, Verdana, Helvetica,  sans-serif;
margin: 0px 0px 0px 0px;
background: white url(./imgs/bgtop.png) repeat-x;
line-height: 1.3em;
}


#wrapper {
width:950px;
margin:0 auto;
}

a:         {text-decoration: none}
a:link    {color: black;text-decoration: none}
a:visited {color: black;text-decoration: none}
a:active  {color: black;text-decoration: none}
a:hover   {
	color: blue;
	text-decoration: none;
}

h1 {
	color: #0C92C5;
	font-size: 18px;
	font: arial;
}


h2 {
	color: #0C92C5;
	font-size: 15px;
	font: arial;
}

a img, img 			{ border: none; }

img.logo { float: right;}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #EAEAEA; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: #000; }


#left-column {
float:left;
width: 150px;
}

#right-column {
float:right;
width: 650px;
}


#top_wrapper {
	float: left;
	width: 1024px;
	height: 286px;
}

#top_left {
	float: left;
	width: 398px;
	height: 286px;
}

#logo_wrapper {
	background: #FFF url(./imgs/logo.jpg) no-repeat;
	float: left;
	width: 398px;
	height: 158px;
}

#menu_wrapper {
background: #FFF url(./imgs/menu.jpg) no-repeat;
	float: left;
	width: 498px;
	height: 128px;		
}

#auticko_wrapper{
background: #FFF url(./imgs/autobg.jpg) no-repeat;
float: left;
	width: 626px;
	height: 286px;	
}

#menu ul{
float: left;
list-style: none;
padding: 0;
margin: 0 0 0 15px;
}

#menu li{
text-align:center;
float: left;
color: white;
width: 110px;
height: 40px;
margin: 12px 5px 0px 5px;
font-size: 15px;
}

#menu li a {
text-decoration:none;
color: #E3E3E3;
font-weight:bold;
}

#menu li a:hover {
text-decoration:underline;
color: white;
font-weight:bold;
}

#menu li a.active_menu {
text-decoration:none;
color: #A6A6A6;
font-weight:bold;
}



#main {
float:left;
	width: 1024px;


}


#main_left{
float:left;
width: 22px;
height: 502px;
background: #FFF url(./imgs/bgleft.jpg) no-repeat;
}

#main_content{
float:left;
width: 802px;
background: #FFF;
padding: 30px 90px;
}

#main_content_left{
float:left;
width: 200px;
background: #FFF;
padding: 20px;
}

#main_content_right{
float:left;
width: 662px;
background: #FFF;
padding: 20px;
}

#main_right{
float:left;
width: 20px;
height: 502px;
background: #FFF url(./imgs/bgright.jpg) no-repeat;
}

#footer{
float:left;
	width: 1024px;
	height:80px;
text-align: center;
}

#footer2{
float:right;
color: silver;
}


#auticko_wrapper ul{
list-style:none;
padding: 0;
margin: 0 ;
}
	
.price_column{
text-align:right;
width: 100px;                                            

}


.odd_row{
background: #D7DFE1;
}

.even_row{
background: #F1F2F2;
}


table.cennik tr td{
height: 1.5em;
}

  .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 498px;
            padding: 10px;
            margin: 13px 0;
            overflow: hidden;
            border: 0px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-top: 5px solid #0C92C5;
                        border-bottom: 5px solid #0C92C5;
                        width: 9px;
                        height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 11px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 6px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                    
