div, p, h1, h2, h3, ul, ol, li, dl, dd, dt, img, form, body {	margin: 0px;	padding: 0px; }

body {
	margin: 0px 0px 10px 0px;
	background: #000000 url(background.gif) repeat-x;	
	color: #B9BCC5;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
*:focus {
	outline: none;
}
a {
	color: #FFD81B;
	text-decoration: none;
}
a img {
	border: none;
}
#contener {
	width: 758px;
	height: auto;
	margin: 70px auto 0px auto;
	background: #0B1020 url(contener_background.gif) repeat-x;
	border: 1px solid #ffffff;
}
#logo {
	display:block;
	width: 290px;
	padding: 0px 0px 0px 70px;
	height: 50px;
}
#truck {
	display: block;
	float: right;
	width:323px;
	height: 266px;
	position: relative;
	margin: -61px -1px 0px 0px;
}
#menu {
	width:400px;
	height: 78px;
	text-align: center;
	font-size: 11px;
}

#menu li {
	list-style: none;
	margin: 0px;
	float: left;
	width:80px;
	height: 100%;	
}
#menu li a {
	display: block;
	width: 100%;
	height: 28px;
	padding-top: 50px;
	background: transparent url(menu_separator.gif) no-repeat right;
	color: #ffffff;
}
#menu li a:hover {
	font-weight: bold;
}

#subcontent {
	clear: both;
	padding: 0px 20px 20px 20px;
	height: auto;
	overflow: auto;
}
#rightcontent {
	width: 320px;
	margin-left: 20px;
	height: auto;
	float: right;
}
#rightcontent img {
	display: block;
}
h1 {
	margin: 0px 0px 20px 0px;
	color: #FFD81B;
	font-size: 24px;
	font-weight: normal;
	}
h2 {
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	font-weight: normal;

}	
p {
	margin: 10px 0px 10px 0px;
}
p:first-letter {
	font-size: 16px;
}
ul li {
	margin: 10px 0px 10px 15px;
	list-style-type: square;
}

ul.galeria {
	margin: 0px;
	padding: 0px;
}

ul.galeria li {
	display:block;
	width: 120px;
	height: 90px;
	margin: 10px;
	padding: 4px;
	border: 1px solid #ffffff;
	float: left;
	list-style: none;	
}
ul.galeria a img {
	display: block;
	width: 120px;
	height: 90px;
}
p.stopka {
	font-size: 10px;
	text-align: center;
}
