.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #130880;
	font-size: 12px;
	text-decoration: none;
}
.naglowki1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC1C0F;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
}
 html, body
{
    font-family: verdana;
    font-size: 0;
	background-color: #E8F8FD;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
#container{
	width:730px;
	height:1200px;
	text-align:center;
	margin: 0 auto;
}
#content{
	position:relative;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-y;
	margin-bottom:-10px;
	min-height:100%;
}
#bottommenu{
	background-image:url("images/stopka.jpg");
	height:25px;
	width:100%;
	background-repeat:repeat-y;
	margin-top:10px;
}
#bottommenu li{
	display:inline;
	float:left;
}
#bottommenu a{
	padding-top:5px;
	display:block;
	text-align:center;
	width:90px;
}
#footer{
	background-image:url("images/footer.png");
	background-repeat:repeat-y;
	min-height:45px;
	margin:0;
	margin-top:-2px;
	padding:0;
}
#leftmenu{
	float:left;
	position:absolute;
	width:202px;
}
#leftmenu a {
	font-size:0px;
}
#rightmenu{
	position:absolute;
	width:200px;
	right:0;
	text-align:center;
}
#tresc{
	position:absolute;
	margin-left:202px;
	margin-right:0;
	width:325px;
	vertical-align:top;
	padding:0;
	text-align:center;
}
#content2{
	position:relative;
	background-image:url("images/other/page_bg.jpg");
	background-repeat:repeat-y;
	height:90%;
	margin-bottom:-10px;
	overflow:hidden;
	display:flex;
	
}
#historia{
	position:absolute;
	width:530px;
	vertical-align:top;
	right:0;
	padding:0;
	margin:0;
	height:85%;
	font-size:16px;
}
#historia_tresc{
	overflow-y:scroll;
	text-align:left;
	margin:1em;
	height:100%;
	
}

#historia_tresc p,li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#sprzet{
	text-align:center;
	padding:0;
	height:100%;
	margin-left:1em;
	margin-right:1em;
	
}
#sprzet p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#kontakt{
	position:absolute;
	width:100%;
	vertical-align:top;
	right:0;
	padding:0;
	margin:0;
	background-image:url("images/other/kont_bg.jpg");
	background-repeat:no-repeat;
}
#komunikat{
	padding:10px;
}

#komunikatleft{
	width:180px;
	padding-left:20px;
}
#news-box{
	margin: 0.5em auto;
	padding:10px;
	text-align:left;
}

.news-box
{
    margin: 0.5em auto;
    padding: 30px;
}
.news-box h2
{
    font-size: 1.3em;
    padding: 0;
    margin-bottom: 0;

    color: #e45;
}
.news-box p
{
    font-size: 12px;
    padding: 0;
    margin-bottom: 0.3em;

    color: #555;
}
.news-box span
{
    font-size: 10px;
    color: #aaa;
}
#guestbook{
	width:45%;
	padding:10px;
	display:table;
}
#guestbook table{
	max-width:400px;
	width:100% !important;
}
#samochody{
	background-image:url("images/sprzbg.jpg");
	background-repeat:no-repeat;
	height: 182px;
    margin-bottom: -20px;
}
.artykul{
	width:100%;
	word-wrap:break-word;
	height:100%;
	font-size:12px;
}
.artykul img{
	height:auto;
	width:auto;
	max-width:400px;
}