@CHARSET "UTF-8";

* { margin: 0; padding: 0; }
body { font: normal 12px verdana, sans-serif; text-align: center; color: #fff;}
a {	text-decoration: none; }

h2 { font-size: 1.4em; font-weight: bold; margin: 0 0 20px 0px; text-align: left; }
p {	margin-top: 10px; text-align: justify;}
ul	{	list-style-position: inside;	list-style-type: square;	padding: 10px 2px 2px 10px;	}	
ul ul	{	list-style-type: circle;	}

#header_container {	color: #fff; background: #1b98d0 url('../layoutimg/header_bg.jpg') repeat-x top left; }
#header_container div {
	width: 940px;	height: 359px;	margin: 0 auto;
	background: url('../layoutimg/header.jpg') no-repeat top left; }
	
	
	
#content_container_container { 

	background: #fff;
	
	}
	
	
#content_container { 

	width: 940px;
	margin: auto;
	background: url('../layoutimg/content_bg.jpg') repeat-y top left;
	
	overflow: hidden;
	
	
}

ul#topmenu {
	
	display: block;
	height: 50px;
	background: url('../layoutimg/topmenu_bg.jpg') no-repeat top left;
	padding: 0;
	padding-left: 214px;
	margin: 0;
}

ul#topmenu li {
	display: block;
	float: left;
	margin: 0;
}

ul#topmenu li a { }
ul#topmenu li a img { border: none;}

#samochody_bar {

	height: 231px;
	background: red url('../layoutimg/samochody_bar_3.jpg') no-repeat top left;

}

#footer_container {	height: 58px; background: url('../layoutimg/footer_bar.jpg') no-repeat top left;	}

#content { height: 460px; margin: 0 68px 0 83px; text-align: left; overflow: hidden;
	
	background: #0e9cdc url('../layoutimg/content_bg_2.jpg') no-repeat top left;
/*	background: #147eae url('../layoutimg/tulejki.jpg') no-repeat bottom left; */

}

ul#menu {
	display: block;
	margin-top: 45px;
	
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	text-align: center; 
	


}

ul#menu li {
	display: inline; 
	padding: 3px 8px;
	border-right: solid 1px #fff;
}

ul#menu li:last-child { border: none; }

ul#menu li a {
	
	/*background: #000; */
	color: #fff;
	font: bold 15px verdana, sans-serif;
	border: none;
}


h1 {

	margin-right: 0px;
	margin-top: 18px;

	width: 466px; padding-left: 50px;
	height: 35px; padding-top: 10px;
	float: right;
	/* background: #eb5151 url('../layoutimg/header_bar.jpg') no-repeat top left; */
	clear: right; 
	
	color: #fff;
	font: 16px verdana,sans-serif;
	text-decoration: underline;
	
}


#container2 {
	
	
	width: 520px; padding-left: 80px;
	
	height: auto;
	height-min: 200px; padding-top: 20px; padding-bottom: 80px; 
	color: #fff;
	
	overflow: hidden;

}



.gallery { text-align: center; display: block; margin: auto;}
.gallery li { display: inline-block; padding: 5px 2px; }
.gallery li a { display: block; }
.gallery li a img { display: block; border: none; }


#gallery2 {text-align: center; display: block; margin: auto;}
#gallery2 li { display: block; padding: 5px 2px; }
#gallery2 li  img { display: block; border: none; margin: auto; }


#about {	font-size: 1em;	line-height: 1.6;}
#about p:first-child { margin-top: 30px; }


ul#gallery_new { text-align: center; line-height: 3; }
ul#gallery_new li { display: inline;}
ul#gallery_new li a { padding: 5px; }

.hide { visibility: hidden; }

@media print {
 #header_container>div { height: auto; margin-bottom: 2em;}
 #header_container h1 {display: block;	}
 #menu_container {display: none;}
 #footer_container>div {	text-indent: inherit;	}
 }

