body {
    background-color: #fff;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

a, a:visited{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


label {
display:block;
margin-bottom:5px;
font-size: 12px;
}
input {
	border: 1px solid #000;
}
ul {
 list-style-position: outside;
 padding-left:0px;
 margin-left: 20px;
}
li {
padding-left:0px;
margin-left:0px;
}

ol.no_bold a {
font-weight:normal;
}

td {
 vertical-align:top;
}

a:hover {
    color: #444;
}

img {
    border: 0px;
}

#pds {
    margin: auto;
    margin-top: 0px;
    position: relative;
    width: 900px;
    background-color: #fff;
    padding-top: 0px;
}

#top {
    width: 639px;
    height: 148px;
    position: relative;
    float: right;
}

#logo {
    height: 70px;
    width: 100%;
    padding-top: 10px;
}

#menu {
    width: 258px;
    height: 150px;
    position: relative;
    float: left;
    background-image: url(/images/menu.gif);
    background-repeat: no-repeat;
    color: #fff;
}

#content {
    width: 600px;
    position: relative;
    float: right;
    padding: 5px;
    margin-top: 25px;
    line-height: 150%;
}

#left {
    width: 280px;
    position: relative;
    float: left;
    padding: 0px;
}

#right {
    width: 280px;
    position: relative;
    float: right;
    padding: 0px;
}

#footer {
    border-top: 3px #DA251D solid;
    color: #000;
    margin: 0px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    font-size: 9px;
}

ul#men {
    list-style-image: url(/images/arrow.gif);
	 list-style-position:outside;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 200px;
    margin: 0px;
    padding: 0px;
	 padding-left:20px;
}

ul#men li {
    border-bottom: 1px solid #e4453a;
}

ul#men li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 3px;
    display: block;
    padding: 4px;
    margin-top: 0px;
    text-decoration: none;
}

ul#men li a:hover {
    color: #eaeaea;
}

#nfz {
    width: 100px;
    height: 38px;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

#logo_img {
    position: relative;
    float: left;
    width: 256px;
    height: 54px;
}

.title_red {
    color: #f50000;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.title_blue {
    color: #143482;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.subtitle {
    color: #143482;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
}

ul#oferta {
    list-style-type: none;
    position: relative;
    padding: 0px;
    letter-spacing: 0px;
    margin: 0px;
    width: 250px;
}

ul#oferta li {
    padding: 0px;
    border-bottom: 1px solid #c1c1c1;
}

ul#oferta li:hover {
    cursor: pointer;
    color: #fff;
}

ul#oferta li a {
    /*color: #000;*/
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 10px;
    background-color: #ebebff;
}

ul#oferta li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #7F8BE1;
}

ul#sub {
    list-style-type: none;
}

ul#sub li {
    font-size: 10px;
    font-weight: normal;
}

ul#sub li a {
    /*color: #000;*/
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 8px;
}

p.content {
    text-indent: 1cm;
    text-align: justify;
}

hr.break {
	border:none;
	border-top: 1px solid #143482;
	margin-bottom:20px;
}

.hidden {
    display: none;
}

.unhidden {
    display: block;
}
.img_lewa {
	position: relative;
	float: left;
	margin: 10px;
	margin-top: 2px;
	border: 2px solid #999;
	padding: 1px;
}

.img_prawa {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 2px;
	border: 2px solid #999;
	padding: 1px;
}

.list {
}
.list td{
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}