* {
	margin: 0;
	padding: 0;
	
}

body,html {
	background: #262626 url('../img/top_pasek1.png') repeat-x 0 45px;
	text-align: center;
	color: #fff;
	font: 12px/22px verdana,tahoma,sans-serif; 
}

a {
	color: #ff0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0 0 0;
}

em {
	color: #ff0;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font: bold 16px/26px "trebuchet ms",sans-serif;
	margin: 20px 0 0 0;
}

#kontener {
	background: #121212 url('../img/top_pasek2.png') repeat-x 0 45px;
	width: 900px;
	margin: 0 auto;
	padding: 0 8px;
	text-align: left;
	position: relative;
}

#kontener2 {
	background: #000 url('../img/top_pasek3.png') repeat-x 0 45px;
	zoom: 1;
	overflow: hidden;
}

h1 {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 220px;
	height: 110px;
	padding: 20px;
	background: transparent url('../img/top_logo.png') no-repeat 0 0;
}
h1 img {
	border: 0;
}

#top_naglowek {
	position: absolute;
	top: 62px;
	left: 360px;
	width: 430px;
	height: 55px;
}

h2#top_naglowek {
	margin: 0;
	color: #fff;
	font: bold 24px/28px "trebuchet ms",sans-serif;
}
h2#top_naglowek a {
	color: #fff;
	text-decoration: none;
}
h2#top_naglowek span {
	display: block;
	color: #e4d5d5;
	font: bold 18px/22px "trebuchet ms",sans-serif;
	padding: 0 0 0 170px;
}

h2#top_naglowek img {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.box {
	float: left;
	padding: 180px 30px 30px 35px;
	width: 205px;
}

.box div {
	background: #121212 url('../img/box_pasek.png') no-repeat 10px 0;
	padding: 15px;
	margin: 0 0 30px 0;
}
.box div h2 {
	font: bold 16px/22px "trebuchet ms",sans-serif;
	padding: 0 0 15px 37px;
	margin: 0;
}
.box div img {
	background: #fff;
	padding: 12px;
	margin: 10px 0 0 0;
	border: 0;
}
.box em {
	padding: 0 0 0 15px;
}

.tresc {
	float: left;
	padding: 140px 25px 30px 20px;
	width: 580px;
}
ul#top_menu {
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	padding: 0 0 10px 0;
	/*border: 1px solid #f00;*/
}
ul#top_menu li {
	padding: 8px 15px;
	display: inline;
	border-right: 3px solid #262626;
}
ul#top_menu li.ostatni {
	border: none;
}


#kategorie {
	list-style-type: none;
	zoom: 1;
	overflow: hidden;
}
#kategorie li {
	float: left;
	margin: 20px;
	height: 170px;
}
#kategorie a {
	display: block;
}
#kategorie img {
	border: 0;
}
#kategorie span {
	display: block;
	margin: 0;
	line-height: 18px;
	text-align: center;
}

.informacje {
	margin: 40px 50px;
	padding: 20px;
	display: block;
	border: 10px solid #1a1a1a;
	font: bold 25px/30px "trebuchet ms",tahoma,sans-serif;
	text-align: center;
}
a.informacje {
	background: #ff0;
	color: #000;
}
a.informacje span {
	color: #f00;
}
a.informacje:hover {
	color: #fff;
	background: #f00;
}
a.informacje span:hover {
	color: #ff0;
}

p.informacje {
	font-size: 20px;
	background: #262626;
}
p.informacje span {
	color: #ff0;
}