@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(../image/BG.jpg);
	background-repeat: repeat-x;
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#kontener {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 960px;
}
#baner {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 960px;
}
#roboczy {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#tresc {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-image: url(../image/trescBG.jpg);
	background-repeat: repeat-y;
}
#tresc_bottom {
	background-image: url(../image/trescBottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 960px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 60px;
	display: inline;
	list-style-type: none;
	text-align: right;
}
#menu ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#artykul {
	margin: 0px;
	padding: 0px 10px 0px 35px;
	float: left;
	width: 585px;
}

#kontakt {
	margin: 0px;
	padding: 0px 20px 0px 10px;
	float: right;
	width: 300px;
}
#stopka {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 960px;
	color: #999;
	font-size: 10px;
}
.artykul_foto {
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.artykul_foto {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
.artykul_opis {
	margin: 0px;
	float: right;
	width: 360px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.separator_poziomy_przerywany {
	padding: 0px;
	height: 3px;
	width: 585px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}


#menu ul li {
	margin: 0px;
	float: right;
	text-align: right;
}
#menu ul li a span {
	margin: 0px;
}

#menu ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding: 32px 10px 8px 10px;
	display: block;
}
#menu ul li a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #369;
	text-decoration: none;
	background-color: #F5F5F5;
}
#menu ul li.current a {
	color:#369;
	background-color: #F5F5F5;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	color: #369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

