/* clear style:start nie zmieniac */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

strong {
    font-weight: bold
}

ol, ul {
    list-style: none
}

caption, th, body, .list {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
    font-family: Aller;
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

.clear {
    clear: both;
}

a img {
    border: none
}

/* clear style:end */
.bold {
    font-weight: bold;
}

@font-face {
    font-family: 'Aller';
    src: url('../../../fonts/myfont.eot');
    src: url('../../../fonts/myfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/myfont.woff') format('woff'),
         url('../../../fonts/myfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('../../../fonts/myfont_bg.eot');
    src: url('../../../fonts/myfont_bg.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/myfont_bg.woff') format('woff'),
         url('../../../fonts/myfont_bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    /*
background: #f0f0f0;
*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5d7a8d;
		 background: #fff url(../img/light_bg.png) top left repeat-x fixed;
}


.light_bg {
    background: #fff url(../img/light_bg.png) top left repeat-x;
}

.grey_bg {
    background: url(../img/grey_bg.png) top left repeat-x;
}

.red_bg {
    background: #c0191e url(../img/red_bg.png) top left repeat-x;
}




label {
    color: black;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: #3595cd;
    text-decoration: none;
}

input.formText, input.captchaCode, input.inpt, input.formPassword {
    background-color: #fefefe;
    border: 1px solid #AFAFAF;
    padding: 2px;
    margin: 3px 0;
    color: black;
    width: 400px;
}

.formElementHint {
    font-style: italic;
    font-size: 10px;
    color: gray;
}

textarea.formTextarea {
    background-color: #fefefe;
    border: 1px solid #AFAFAF;
    padding: 2px;
    margin: 5px 0;
    width: 400px;
    height: 100px;
}

.wrapper {
    clear: both;
}

.wrapper .container {
    margin: 0px auto;
    width: 900px;
}

#header { /* border-bottom: 1px solid #d9d9d9;*/
    background: #ffffff;
}

#header .container {
    padding-top: 22px;
    padding-bottom: 22px;
}

#header .logo {
    float: left;
    display: inline;
    width: 110px;
    margin-left: 33px;
}

#header .menu {
    float: right;
    display: inline;
    width: 705px;
}

#header .menu ul {
    width: 100%;
}

#header .menu ul li {
    display: inline;
    float: left;
}

#header .menu ul li a {
    display: block;
    padding: 12px 18px;
    background-color: #ffffff;
    border-left: 1px solid #e9e9e9;
    color: #535658;
    text-decoration: none;
}

#header .menu ul li.first a {
    border-left: none;
}

#header .menu ul li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}

#header .menu ul li.active a {
    font-weight: bold;
}

#header .menu ul li.path a {
    color: red;
}

#localizer {
    background-color: #fff;
    /*border-bottom: 1px solid #ececec;*/
    padding-top: 5px;
}

#localizer .localizer {
    padding: 5px 0px;
    color: #535658;
    font-size: 9px;
}

#localizer a {
    background: url(../img/pointer2.gif) left center no-repeat;
    padding-left: 15px;
    margin-left: 8px;
    color: #051646;
    font-weight: bold;
    text-decoration: none;
}

#localizer span {
    background: url(../img/pointer2.gif) left center no-repeat;
    padding-left: 15px;
    margin-left: 8px;
    color: #E11D24;
    font-weight: bold;
    text-decoration: none;
}

#pageBody {
    background: #fff; /*border-bottom: 1px solid #dedede;*/
}

#pageBodyBottom {
    height: 9px;
    background: url("../img/pageBodyBg.png") bottom left no-repeat;
}

#pageBody .container {
    padding: 14px 0px;
}

#pageBody .nav {
    float: left;
    display: inline;
    background: url(../img/nav_bg.gif) right top repeat-y;
}

.nav .menu { /*width:170px;
     padding-left:5px;  */
    margin: 10px 0px;
}

.nav .menu ul {
    width: 315px;
    margin-left: 10px;
}

.nav .menu ul li { /*background:url(../img/menu_bg.gif) top left repeat-x;*/
    max-width: 180px;
}

.nav .menu ul li.first {
    background-image: none;
}

.nav .menu ul li a {
    width: 207px;
    padding: 10px 0px;
    display: block;
    padding-left: 20px;
    margin-left: 15px;
    background: url(../img/pointer.gif) left center no-repeat;
    color: #5d7a8d;
    text-decoration: none;
}

.nav .menu ul li a:hover {
    color: #3595cd;
    text-decoration: none;
}

#pageBody .mainContent { /*float:right;
     width:80%;
     display:inline;*/
    float: left;
    width: 770px;
    padding: 10px;
}

#pageBody .mainContent h1 {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

#pageBody .mainContent p {
    padding: 0;
    text-align: left;
    line-height: 20px;
    color: #757575;
}

#pageBody .mainContent span.bold {
    color: #757575;
}

#pageBody .mainContent p span a {
    color: #324755;
}

#pageBody .leftColumn {
    float: left; /*width:20%;*/
    display: inline;
    width: 150px;
    padding-top: 20px;
}

#pageBody .leftColumn .menu td {
    height: 42px;
    background: url('../img/leftMenuBg.png') bottom left no-repeat;
    padding: 5px 15px;
}


#pageBody .leftColumn .menu td.first_menu_item {
    background: url('../img/leftMenuBgFirst.png') bottom left no-repeat;
    height: 33px;
}

#pageBody .leftColumn .menu td.first_menu_item a{
    display: block;
    width: 115px;
}

#pageBody .leftColumn .menu td.active_item_menu {
    /*background: url('../img/leftMenuBgActive.png') bottom left no-repeat;*/
    background: #D61319;
}

#pageBody .leftColumn .menu td.active_item_menu a {
    /*color: #e11d24;*/
    color: #fff;
}

#pageBody .leftColumn .menu td.first_menu_item.active_item_menu {
    /*background: url('../img/leftMenuBgActiveFirst.png') bottom left no-repeat;*/
    height: 36px;
    background: #D61319;
}

#pageBody .leftColumn .menu td.first_menu_item.active_item_menu a {
    /*color: #e11d24;*/
    color: #fff;
    display: block;
    width: 115px;
    
}

#pageBody .leftColumn .menu td a {
    color: #051646;
    font-size: 12px;
    font-family: Aller;
}

#footer .container {
    padding-top: 12px;
    padding-bottom: 20px;
}

#footer .copyrights {
    text-align: right;
    padding: 5px;
    color: #a7a7a7;
}

/*  n.kler - main page */
.formSet {
    float: left;
    margin: 5px;
    padding: 10px;
}

.rigtMenuBar {
    top: 15px;
    text-align: right;
}

.topMenuContainer {
    float: left; /*margin: 10px;*/
    text-align: center;
    height: 0;
}

.topContainer {
    width: 100%;
    height: 89px;
    background-color: #fff;
}

.topLogo {
    float: left;
}

.formField {
    float: left;
    margin: 5px;
    padding: 10px;
    border: 1px solid #FFFFFF;
}

/* komunikaty */
.communicate {
    padding: 10px;
    border: 1px solid gray;
    margin-bottom: 10px;
}

.communicate .title {
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.success { /*background:#e2ffd9 url(../img/znak_ok.gif) 32px 11px no-repeat;*/
    border: 1px solid #099620;
    color: #118919;
}

.success .title { /*background:url(../img/line_ok.gif) left bottom no-repeat;*/
}

.info { /*background:#d9edff url(../img/znak_info.gif) 32px 11px no-repeat;*/
    border: 1px solid #2a93ff;
    color: #0052a5;
}

.info .title { /*background:url(../img/line_info.gif) left bottom no-repeat;*/
}

.error { /*background:#f8e7e7 url(../img/znak_stop.gif) 32px 11px no-repeat;*/
    border: 1px solid #ff7676;
    color: #ff0000;
}

.error .title {
    background: url(../img/line_stop.gif) left bottom no-repeat;
}

.warning { /*background:#fff0d9 url(../img/znak_uwaga.gif) 32px 11px no-repeat;*/
    border: 1px solid #ff8e2a;
    color: #e78900;
}

.warning .title { /*background:url(../img/line_uwaga.gif) left bottom no-repeat;*/
}

.nav .menu ul li a.active {
    font-weight: bold;
}

.nav .menu ul li a.path {
    color: red;
}

/* nkler - controlPanel */
.controlPanel {
    position: absolute;
    display: block;
    height: 16px;
    width: 100%;
    background-color: #FFCFCF;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    z-index: 2000;
}

.controlPanelContent {
    padding: 5px 0;
    padding-top: 1px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2001;
}

.controlPanelContent .debugerOn a {
    background: #ffffff;
    color: red;
}

.activeLang {
    color: red;
    text-decoration: underline;
}

/** default style */
.fieldMessageBox .message {
    background-color: #F0F0F0;
    border: 1px solid black;
    padding: 10px;
    margin: 5px 0;
    color: red;
}

/** form element message box */
.messageBox {
    padding: 0 0 0 0; /*border: 1px dotted gray;*/
}

.messageBox .message {
    color: #FF3F3F;
}

.errorInPlace input, .errorInPlace textarea {
    background-color: #FFEFEF;
    border: 1px solid #FF3F3F;
}

.errorInPlace select {
    background-color: #FFEFEF;
}

.errorInPlaceSelect { /* do elem. DateOfBirth */
    background-color: #FFEFEF;
}

input.disabled {
    background-color: #BFBFBF;
}

tr.highlighting td {
    background-color: #f7f7f7;
    color: red;
}

div.elementRequired {
    display: inline;
    color: red;
    margin: 2px;
}

/* FAQ - msmnezyk 25.07.2008 */
.faq_title {
    font-weight: bold;
    padding: 3px;
}

.faq_content {
    padding-top: 2px
}

/* menu styles */
#jsddm {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 9px;
    position: relative;
    top: -60px;
    left: 138px;
}

#jsddm li {
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
    /*background: url("../img/menu_separator.png") top right no-repeat;*/
    /*height: 25px;*/
    /*padding: 32px 13px;*/
}

#jsddm .last_menu_item {
    background: none;
}

#jsddm li a {
    display: block; /*background: #324143;*/
    padding: 12px 23px;
    text-decoration: none; /*border-right: 1px solid white;*/
    color: #051646;
    white-space: nowrap;
    font: 13px Aller, Arial;
}

#jsddm li a:hover { /*background: #24313C*/
}

#jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}

#jsddm li ul li {
    float: none;
    display: inline
}

#jsddm li ul li a {
    width: auto;
    background: #A9C251;
    color: #24313C
}

#jsddm li ul li a:hover {
    background: #8EA344
}

.item-8 a {
    color: #d1d1d1 !important;
}

#jsddm .menu li.active_item_menu a { /*color:#e11d24;*/
    color: #061649;
}

.message ul li {
    width: inherit;
}

/* my account */
.my_box {
    padding: 10px;
    border: 2px dotted black;
    margin-bottom: 15px;
    float: left;
    width: 350px;
}

.my_box input {
    float: right;
    border: 1px solid black;
    width: 170px;
    margin: 10px 0 0 0;
}

input.datePick {
    border: 1px solid #b6b6b6;
    padding: 3px 4px;
    width: 395px;
    float: left;
}

.tree-menu {
}

#jsddm .menu {
    height: 67px;
    width: 935px;
   /* background: url("../img/menu_bg.png") top left repeat-x;*/
}

.wrapper {
    margin: 0 auto;
    width: 940px;
}

.main_content {
    width: 940px;
    margin: 0 auto;
}

.flash {
    height: 345px;
    width: 940px; /*background-color: white;*/
    background: url("../img/kv_bg.jpg") top left no-repeat;
}

.main_btn {
    padding-top: 182px;
    margin-left: 46px;
    padding-bottom: 40px;
    height: 76px;
}

.wosp {
    height: 346px;
    width: 940px; /*background-color: white;*/
    background: url("../img/wosp_baner.png") top left no-repeat;
}

.main_wosp_btn {
    padding-top: 250px;
    margin-left: 46px;
    height: 58px;
}

.zlote_cert {
    height: 345px;
    width: 940px;
    background: url("../img/zlote_cert_bg.jpg") top left no-repeat;
}



.main_zlote_btn {
    padding-top: 177px;
    margin-left: 283px;
    height: 58px;
}

.fb_pomagam_slide{
      height: 345px;
    width: 940px;
    background: url("../img/fb_pomagam_bg.jpg") top left no-repeat;
}

.fb_pomagam_slide_btn{
	padding-top:225px;
	padding-left:434px;
}

.katalog_firm {
    height: 345px;
    width: 940px;
    background: url("../img/katalog_firm_bg.jpg") top left no-repeat;
}

.katalog_firm_btn {
    padding-top: 240px;
    margin-left: 420px;
    height: 58px;
}

.slide2 {
    height: 345px;
    width: 940px;
    background: url("../img/slide2_bg.jpg") top left no-repeat;
}

.slide2_btn {
    padding-top: 215px;
    margin-left: 168px;
    height: 58px;
}

.main_numbers {
    margin-left: 322px;
    margin-top: 5px;
}

#number1, #number2, #number3, #number4, #number5 {
    float: left;
    font-size: 15px;
    color: #555454;
}

#number1, #number3, #number4 {
    margin-right: 7px;
}

#number2 {
    margin-right: 15px;
}

.boxes {
    padding: 0; /*float: left;*/
    margin-top: 20px;
    height: 216px;
}

.boxes .box {
	position:relative;
    float: left;
    color: #757575;
    width: 260px;
    height: 130px;
    padding: 86px 20px 0 20px;
}

.boxes .box h1,
.boxes .box h2 {
    padding-bottom: 10px;
    color: #051646;
    font-size: 21px;
    font-weight: bold;
}

.box_btn {
    margin-top: 5px;
		color:#92050e;
		font-size:13px;
	position:absolute;
	bottom:15px; left:20px;
}

.box_btn a{
	   color:#92050e;
    font-size:13px;
		font-family:Arial;
		font-weight:bold;
}

#box1 {
    background: url("../img/box1_bg.png") top left no-repeat;
}

#box2 {
    background: url("../img/box2_bg.png") top left no-repeat;
    margin: 0 20px 0 20px;
}

#box3 {
    background: url("../img/box3_bg.png") top left no-repeat;
}

.box_text_content {
    /*height: 56px;*/
}

.moreNews {
    margin-top: 5px;
}

.moreNews a {
    color: #92050e;
    font-size: 11px;
    font-weight: bold;
}

#footer_box {
    margin: 0 auto;
    /*
background: #fff;
*/
    /*
height: 50px;
*/
    margin-top: 35px;
    padding-bottom: 90px;
    padding-top: 10px;
}

#footer_box_content {
    width: 940px;
    margin: 0 auto;
}

.main_footer_logo {
    float: left;
    width: 71px;
}

.main_footer {
    float: left;
    padding: 0 15px 0 15px;
    color: #686868;
    width: 700px;
    margin-top: 11px;
}

/*#ribbon{
 background: url("../img/ribbon.png") top left no-repeat;
 position:relative;
 z-index:999;
 float:right;
 right:-130px;
 top:160px;
 width:216px;
 height:85px;
 }*/
#ribbon {
    background: url("../img/ribbon.png") top right no-repeat;
    position: fixed;
    z-index: 999;
    float: right; /*right:-130px;*/
    top: 160px;
    margin-left: 865px;
    width: 216px;
    height: 85px;
}

#ribbon_btn {
    color: #FFFFFF;
    cursor: pointer;
    font-family: Aller;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 60px;
    margin-top: 11px;
}

#grey_ribbon {
    background: url("../img/new_ribbon.png") top right no-repeat;
    position: fixed;
    z-index: 999;
    float: right; /*right:-130px;*/
    top: 245px;
    margin-left: 865px;
    width: 216px;
    height: 128px;
}

#grey_ribbon_btn {
    font-size: 15px;
    margin-left: 60px;
    margin-top: 13px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#grey_ribbon_btn a {
    width: 100%;
    height: 75px;
    display: block;
}

#fb_main {
    width: 269px;
    height: 390px;
    position: fixed;
    left: -200px;
    bottom: 0px;
    z-index: 1001;
    top: 200px;
}

#fbContent {
    float: left;
    width: 200px;
    height: 390px;
    background: url("../img/fb_content.png") top left no-repeat;
}

#fbTabButton {
    cursor: pointer;
}

.form_hidden_bg {
    display: none;
    background: url(../img/bg_op.png) repeat;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.form_hidden {
    display: none;
    width: 320px;
    height: 330px;
    position: absolute;
    right: 0px;
    z-index: 1001;
    top: 98px;
}

.form_l {
    float: left;
    width: 20px;
    background: url(../img/x.jpg) no-repeat;
    height: 20px;
}

.form_r {
    float: left;
    width: 300px;
    height: 330px;
    background: #fff;
}

.form_r .form_r_top {
    color: #051646;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

.form_r .form_r_txt {
    font-size: 11px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #5b5b5b;
}

#frm {
    padding-left: 20px;
}

#frm input.inp {
    width: 230px;
    font-size: 12px;
    color: #757575;
    padding: 5px 10px;
    background: #efefef;
    border: #aaa 1px solid;
}

#frm input.inp_error {
    width: 230px;
    font-size: 12px;
    color: #ff3a3a;
    padding: 5px 10px;
    background: #ffbdbd;
    border: #ca090d 1px solid;
}

#frm .input-select {
    width: 250px;
    font-size: 12px;
    color: #757575;
    padding: 5px 0px 5px 10px;
    background: #efefef;
    border: #aaa 1px solid;
}

#frm .input-select-error {
    width: 250px;
    font-size: 12px;
    color: #ff3a3a;
    padding: 5px 0px 5px 10px;
    background: #ffbdbd;
    border: #ca090d 1px solid;
}

#frm input.check {
}

#frm input.btn {
    width: 191px;
    height: 56px;
    background: url(../img/sbm_form.jpg) no-repeat;
    border: none;
    margin-left: 35px;
}

.form_r .form label {
    font-size: 11px;
}

.form_r .txt_ob {
    font-size: 11px;
    padding-left: 25px;
    padding-top: 15px;
}

.form_hidden_bg {
    display: none;
    background: url(../img/bg_op.png) repeat;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.form_hidden {
    display: none;
    width: 320px;
    height: 367px;
    position: fixed;
    right: 0px;
    z-index: 1001;
}

.form_hidden .form_l {
    float: left;
    width: 20px;
    background: url(../img/x.jpg) no-repeat;
    height: 20px;
}

.form_hidden .form_r {
    float: left;
    width: 300px;
    height: 400px;
    background: #fff;
}

.form_hidden .form_r .form_r_top {
    color: #051646;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

.form_hidden .form_r .form_r_txt {
    font-family: Arial;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #5b5b5b;
}

.form_hidden .form_r .form {
    padding-left: 20px;
}

.form_hidden .form_r .form input.inp {
    width: 230px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #757575;
    padding: 5px 10px;
    background: #efefef;
    border: #aaa 1px solid;
}

.form_hidden .form_r .form input.check {
}

.form_hidden .form_r .form input.sbm {
    width: 191px;
    height: 56px;
    background: url(../img/sbm_form.jpg) no-repeat;
    border: none;
    margin-top: 20px;
    margin-left: 35px;
}

.form_hidden .form_r .form label {
    font-size: 11px;
}

.form_hidden .form_r .txt_ob {
    font-family: Arial;
    font-size: 10px;
    padding-left: 25px;
    padding-top: 15px;
}

.pointer {
    cursor: pointer;
}

#mainFormClose {
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
}

.subMenu {
    visibility: hidden;
    display: none;
}

#pageBody #kontakt, #pageBody #dane-teleadresowe {
    /*width:910px;*/
    /*margin-top:40px;*/
    padding-right: 0px;
}

/*  CMS Kontakt   */
div#kontakt.mainContent div div.contact div.left, div#dane-teleadresowe.mainContent div div.contact div.left {
    width: 304px;
    float: left;
    height: 500px;
    border-right: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 20px;
    color: #757575;
    font-size: 13px;
    margin: 0px;
}

div#kontakt.mainContent div div.contact div.right, div#dane-teleadresowe.mainContent div div.contact div.right {
    width: 349px;
    float: left;
    padding-right: 0px;
    padding-left: 20px;
    color: #757575;
    font-size: 13px;
    margin: 0px;
}

.contact_btn_1_box {
    width: 220px;
}

div.contact div.left .contact_btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -7px;
}

div#kontakt.mainContent div.contact h2, div#dane-teleadresowe.mainContent div.contact h2 {
    color: #051646;
    font-size: 24px;
    border-bottom: 1px solid #f3d1d2;
    padding-bottom: 10px;
    /*width:315px;*/
    width: 100%;
    float: left;
    margin: 0px;
    /*margin-right:104px;*/
    margin-bottom: 25px;
}

.greyLine {
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 15px;
}

#contact_btn_1 {
    display: block;
    width: 220px;
    height: 71px;
    background: url(" ../img/cms/contact_btn_1.png") no-repeat top left;
    border: 0px;
}

#contact_btn_2 {
    display: block;
    width: 220px;
    height: 71px;
    background: url(" ../img/cms/contact_btn_2.png") no-repeat top left;
    border: 0px;
}

div#kontakt.mainContent div.contact a, div#dane-teleadresowe.mainContent div.contact a {
    color: #757575;
}

#map {
    float: right;
    margin-right: 70px;
    margin-top: 15px;
}

/*  end */
/* Centrum prasowe */
#kontakt_dla_prasy #left {
    width: 360px;
}

#kontakt_dla_prasy #right {
    width: 360px;
}

#kontakt_dla_prasy div#left .photo {
    width: 125px;
    height: 134px;
    /*background: url("../img/cms/kontakt_dla_prasy_photo1.png") no-repeat top left;*/
    float: left;
    margin-right: 20px;
}

#kontakt_dla_prasy div#right .photo {
    width: 125px;
    height: 134px;
    /*background: url("../img/cms/kontakt_dla_prasy_photo2.png") no-repeat top left;*/
    float: left;
    margin-right: 20px;
}

#kontakt_dla_prasy h2 {
    color: #051646;
    font-size: 18px;
    margin-bottom: 30px;
}

#kontakt_dla_prasy h3 {
    color: #051646;
    font-size: 18px;
    margin-bottom: 10px;
}

#kontakt_dla_prasy .content {
    margin-right: 15px;
    color: #757575;
}

#kontakt_dla_prasy .content a {
    color: #757575;
}

#pageBody #informacje-prasowe, #pageBody .mainContent {
    padding: 40px;
    padding-top: 20px;
    padding-left: 30px;
    width: 720px;
}

#pageBody .mainContent h1.hdr_cnt,
#aktualnosci-lista.mainContent h2.hdr_cnt,
#pageBody .mainContent div.hdr_cnt {
    color: #051646;
    font-size: 24px;
    float: left;
    border-bottom: 1px solid #F3D1D2;
    margin: 0 270px 0px 10px;
    margin-bottom: 10px;
    width: 480px;
    font-weight: bold;
}

#pageBody #osoby-kontaktowe.mainContent h2.hdr_cnt {
    color: #051646;
    font-size: 24px;
    float: left;
    border-bottom: 1px solid #F3D1D2;
    margin: 0 270px 0px 0px;
    margin-bottom: 10px;
    width: 480px;
}

#informacje-prasowe .newsContainer {
    width: 640px;
}

#informacje-prasowe .newsContainer .newsItem {
    padding: 10px;
}

#informacje-prasowe .newsContainer .newsItem .newsDate {
    float: right;
}

#informacje-prasowe .newsContainer .newsItem .newsTitle {
    float: left;
    margin: 0px;
    width: 420px;
}

#informacje-prasowe .newsContainer .newsItem .newsTitle a {
    color: #051646;
    font-size: 14px;
    font-weight: bold;
}

#informacje-prasowe .newsContainer .newsItem .newsDate {
    color: #7286c0;
    font-size: 12px;
    width: 80px;
    height: 20px;
}

#informacje-prasowe .newsContainer .newsItem .newsShort {
    float: left;
    width: 620px;
    color: #757575;
    font-size: 13px;
}

#informacje-prasowe .newsContainer .newsItem .newsMore {
    float: right;
}

#informacje-prasowe .newsContainer .newsItem .newsMore a {
    color: #92050e;
    font-size: 12px;
}

#informacje-prasowe .newsContainer .dark {
    background: #f0f0f0;
}

#pliki-do-pobrania .pageContent {
    margin: 20px 0 0 10px;
}

/*  end */
/* Paging */
.paging {
    text-align: center;
    width: 145px;
    margin: 0 auto;
}

.pagerItem {
    color: #92050e;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

.pagerActiveItem {
    font-weight: bold;
    padding: 0px 3px;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    background: #92050e;
}

.pagerItem {
    margin: 0px 3px;
}

/* end */
/* pliki do pobrania */
/*.even{background:url("../img/even_bg.png") repeat-y top left;}*/
.even th {
    color: #051646;
    font-size: 13px;
    font-family: Arial;
    border-right: 1px solid #dcdcdc;
}

/*.tdEven{
 background: url("../img/tdEven_bg.png") repeat-y top left;
 }*/
.tdEven td {
    border: 1px solid #dcdcdc;
    border-top: none;
}

.lastEven td {
    border-bottom: none;
}

.lastTrEven td {
    border-right: 1px solid #dcdcdc;
    font-size: 1px !important;
    height: 10px;
}

.tbl th span, .tbl td, .tbl-rules th, .tbl-rules td {
    padding-left: 9px;
    font-size: 13px;
    font-family: Arial;
    color: #757575;
}

.tbl2 th span, .tbl2 td {
    padding-left: 9px;
    font-size: 13px;
    font-family: Arial;
    color: #757575;
}

.even1 {
    border-left: #cdcdcd solid 1px;
}

.even41 {
    border-right: #f3f3f3 solid 1px;
}

table.tbl tr.even th, table.tbl-rules tr.even th {
    color: #12224f;
    font-family: Arial;
    font-size: 13px;
    font-weight: 800;
}

table.tbl2 tr.even th {
    color: #12224f;
    font-family: Arial;
    font-size: 13px;
    font-weight: 800;
}

.tbl td a, .tbl-rules td a {
    color: #92050e;
}

.tbl td a img {
    margin-left: 10px;
}

.tbl .tblTd1 {
    background: url("../img/tblTd1_bg.png") repeat-y top left;
}

.tbl .tblTd2 {
    background: url("../img/tblTd2_bg.png") repeat-y top left;
}

.tbl .tblTd3 {
    background: url("../img/tblTd3_bg.png") repeat-y top left;
}

.tbl #tblTh1 {
    background: url("../img/tblTh1_bg.png") repeat-y top left;
}

.tbl #tblTh2 {
    background: url("../img/tblTh2_bg.png") repeat-y top left;
}

.tbl #tblTh3 {
    background: url("../img/tblTh3_bg.png") repeat-y top left;
}

.tbl #tblTh4 {
    background: url("../img/tblTh4_bg.png") repeat-y top left;
}

.tbl #tblLastTd1 {
    background: url("../img/tblLastTd1_bg.png") no-repeat top left;
}

.tbl #tblLastTd2 {
    background: url("../img/tblLastTd2_bg.png") no-repeat top left;
}

.tbl #tblLastTd3 {
    background: url("../img/tblLastTd3_bg.png") no-repeat top left;
}

.tbl #tblLastTd4 {
    background: url("../img/tblLastTd4_bg.png") no-repeat top left;
    border: none;
}

.tbl2 td a, .tbl-rules td a {
    color: #92050e;
}

.tbl2 td a img {
    margin-left: 0px;
}

.tbl2 .tbl2Td1 {
    background: url("../img/tbl2Td1_bg.png") repeat-y top left;
}

.tbl2 .tbl2Td2 {
    background: url("../img/tbl2Td2_bg.png") repeat-y top left;
}

.tbl2 .tbl2Td3 {
    background: url("../img/tbl2Td3_bg.png") repeat-y top left;
}

.tbl2 #tbl2Th1 {
    background: url("../img/tbl2Th1_bg.png") repeat-y top left;
}

.tbl2 #tbl2Th2 {
    background: url("../img/tbl2Th2_bg.png") repeat-y top left;
}

.tbl2 #tbl2Th3 {
    background: url("../img/tbl2Th3_bg.png") repeat-y top left;
}

.tbl2 #tbl2Th4 {
    background: url("../img/tbl2Th4_bg.png") repeat-y top left;
}

.tbl2 #tbl2LastTd1 {
    background: url("../img/tbl2LastTd1_bg.png") no-repeat top left;
}

.tbl2 #tbl2LastTd2 {
    background: url("../img/tbl2LastTd2_bg.png") no-repeat top left;
}

.tbl2 #tbl2LastTd3 {
    background: url("../img/tbl2LastTd3_bg.png") no-repeat top left;
}

.tbl2 #tbl2LastTd4 {
    background: url("../img/tbl2LastTd4_bg.png") no-repeat top left;
    border: none;
}

div.main_content div#pageBody.wrapper div#media-o-nas.mainContent h1.hdr_cnt {
    margin-left: 0px;
}

/*#submenu-tab1, #submenu-tab2, #submenu-tab3, #submenu-tab4 {
 display:none;
 }
 #active {
 display:block;
 }*/
.submenu-tabs a {
    color: #152552;
    font-family: Aller;
    line-height: 14px;
}

.tab1 {
    padding-left: 15px;
}

.tab2 {
    padding-left: 29px;
}

.tab3 {
    padding-left: 31px;
}

.tab4 {
    padding-left: 32px;
}

.tab6 {
    padding-left: 27px;
}

.tab7 {
    padding-left: 38px;
}

#submenu-tab1-top {
    background: url("../img/submenu-tab1.png") no-repeat top left scroll;
    height: 49px;
}

#submenu-tab2-top, #submenu-tab6-top {
    background: url("../img/submenu-tab2.png") no-repeat top left scroll;
    height: 49px;
}

#submenu-tab3-top, #submenu-tab7-top {
    background: url("../img/submenu-tab3.png") no-repeat top left scroll;
    height: 49px;
}

#submenu-tab4-top {
    background: url("../img/submenu-tab4.png") no-repeat top left scroll;
    height: 49px;
}

.submenu-tabs {
    float: left;
    font-size: 13px;
    padding-top: 7px;
    /*padding-left:25px;*/
    padding-bottom: 2px;
    color: #152552;
}

.submenu-bottom {
    background: url("../img/submenu-bottom.png") no-repeat top left scroll;
    height: 9px;
}

.submenu-content {
    background: url("../img/submenu-content_bg.png") repeat-y top left scroll;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    width: 700px;
}

.submenu-content .heading {
    color: #757575;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submenu-content .underlined {
    border-bottom: 1px solid red;
}

.submenu-content p {
    font-size: 12px;
    color: #757575;
    padding-bottom: 10px;
    margin-top: 10px;
}

.submenu-content img.spacer {
    margin-top: 10px;
    padding-bottom: 10px;
}

.submenu-content h1, #kodeks-etyczny.mainContent h1 {
    font-size: 19px !important;
    color: #051646 !important;
    margin-bottom: 10px !important;
}

.submenu-content a {
    color: #92050e;
    font-size: 12px;
}

.submenu-content ul li img {
    margin-right: 5px;
}

.submenu-content ul li {
    font-size: 12px;
    color: #757575;
    margin-top: 10px;
}

.list {
    padding-top: 14px;
}

.submenu-content ul.dotted li {
    background: url(../img/list-dot.gif) left 2px no-repeat scroll;
    padding-left: 15px;
}

/* end */
#kodeks-etyczny.mainContent p, #kodeks-etyczny.mainContent .fl {
    color: #757575;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#kodeks-etyczny.mainContent h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#kodeks-etyczny.mainContent h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #051646;
    font-size: 19px;
}

#kodeks-etyczny {
    width: 640px !important;
}

#kodeks-etyczny.mainContent a {
    color: #92050e;
}

table.tbl-rules th#name {
    border-left: 1px solid #dcdcdc;
    background: url("../img/ruleTblTh1_bg.png") repeat-y top left;
}

table.tbl-rules th#desc {
    background: url("../img/ruleTblTh2_bg.png") repeat-y top left;
}

table.tbl-rules th#link {
    background: url("../img/ruleTblTh3_bg.png") repeat-y top left;
    border-right: none;
}

.tbl-rules td.name, .tbl-rules td.desc, .tbl-rules td.link {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.tbl-rules td.name {
    background: url("../img/ruleTblTd1_bg.png") repeat-y top left;
}

table.tbl-rules td.desc {
    background: url("../img/ruleTblTd2_bg.png") repeat-y top left;
}

table.tbl-rules td.link {
    background: url("../img/ruleTblTd3_bg.png") repeat-y top left;
    border-right: none;
}

table.tbl-rules tr td {
    border-bottom: none;
    border-top: 1px solid #dfdfdf;
}

.tbl-rules tr.lastTrEven td {
    border-top: none;
}

table.tbl-rules tr.lastTrEven td#tblLastTd1 {
    background: url("../img/tbl-rulesLastTd1_bg.png") no-repeat top left;
}

table.tbl-rules tr.lastTrEven td#tblLastTd2 {
    background: url("../img/tbl-rulesLastTd2_bg.png") no-repeat top left;
}

table.tbl-rules tr.lastTrEven td#tblLastTd3 {
    background: url("../img/tbl-rulesLastTd3_bg.png") no-repeat top left;
    border-right: none;
}

#aktualnosci-lista.mainContent {
    width: 940px;
    padding: 0;
}

#reliable_list
{
	margin-left:10px;
}

#aktualnosci-lista.mainContent h1.hdr_cnt,
#aktualnosci-lista.mainContent h2.hdr_cnt,
#aktualnosci-lista.mainContent div.hdr_cnt {
    margin: 30px 0 10px 40px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem {
    width: 760px;
    padding: 20px 140px 20px 40px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem.dark {
    background-color: #f0f0f0;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem h1, #informacje-prasowe .newsContainerFull .newsContent .newsTitle, #regulaminy .newsContainerFull .newsContent .newsTitle {
    color: #051646;
    font-size: 18px;
    text-align: left;
    width: 570px;
}

#pageBody.wrapper #aktualnosci-lista.mainContent .itemsContainer .newsItem .news_item_top h1 {
    color: #051646;
    font-size: 18px;
    text-align: left;
    width: auto;
}

#informacje-prasowe .newsContainerFull .newsContent .newsTitle #aktualnosci-lista.mainContent .itemsContainer .newsItem .news_item_top .news_date {
    color: #7286c0;
    text-align: right;
    display: block;
    width: 85px;
}

.f13 {
    font-size: 13px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem .news_short {
    width: 635px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem .see_more_cnt {
    margin-top: 5px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem .see_more_cnt a {
    color: #92050e;
    font-size: 11px;
    font-family: Arial;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem .news_date {
    color: #7286c0;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem {
    font-size: 13px;
    font-family: Arial;
    color: #757575;
    cursor: pointer;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem .news_more {
    margin-top: 10px;
    width: 760px;
}

#aktualnosci-lista.mainContent .itemsContainer .newsItem a {
    color: #92050e;
}

#sprawdz-certyfikat.mainContent #box {
    margin-left: 10px;
    width: 786px;
    height: 288px;
    background: url(../img/certif_bg.png) no-repeat 0 0 scroll transparent;
}

#sprawdz-certyfikat.mainContent #leftBox, #sprawdz-certyfikat.mainContent #rightBox {
    padding: 20px 0 0 20px;
    width: 370px;
    font-size: 13px;
    color: #757575;
}

#sprawdz-certyfikat.mainContent #rightBox {
    width: 330px;
}

#sprawdz-certyfikat.mainContent #box h1.cufon {
    color: #051646;
    font-size: 18px;
}

#sprawdz-certyfikat.mainContent #box span.li {
    float: right;
    line-height: 45px;
}

#sprawdz-certyfikat.mainContent #box #rightBox input.cert-code {
    width: 202px;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 5px;
    color: #080808;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/input_bg.gif) no-repeat 0 0 scroll;
    border: none;
    display: inline;
}

#sprawdz-certyfikat.mainContent #box #rightBox input#submit {
    background: url(../img/check_button.gif) 0 0 transparent scroll;
    border: none;
    width: 106px;
    height: 27px;
    padding-top: 6px;
    cursor: pointer;
}

.dn {
    display: none;
}

#fckContent.pageContent .dn {
    display: block;
}

.mainContent .pageContent .tbl .tdEven .link a {
    display: block;
}

.linkImg {
    float: right;
    margin-right: 25px;
}

.mt5 {
    margin-top: 5px;
}

.newsContainerFull .newsContent {
    margin-left: 10px;
}

#informacje-prasowe .newsContainerFull .newsContent .newsDate {
    color: #7286c0;
    font-size: 13px;
}

#o-programie-rzetelna-firma .internalContent, #kodeks-etyczny .internalContent, #rzetelna-firma .internalContent, #prezes .internalContent, #sponsoring .internalContent {
    margin-left: 10px;
}

#pageBody .leftColumn .menu .item-19, #pageBody .leftColumn .menu .item-26 {
    height: 171px;
    vertical-align: bottom;
    background: url(../img/check_menu_item.png) no-repeat top left;
}

#pageBody .leftColumn .menu .item-19 a, #pageBody .leftColumn .menu .item-26 a {
    margin-bottom: 17px;
    display: block;
}

#regulaminy.mainContent .pageContent {
    margin-left: 10px;
}

#pageBody #zgloszenie-naruszen {
    width: 870px;
    background: #ffffff url('../img/right_mazy.png') no-repeat top right;
}

#pageBody #zgloszenie-naruszen h1.hdr_cnt,
#pageBody #zgloszenie-naruszen div.hdr_cnt {
    width: 660px;
    margin-right: 250px;
    font-size: 19px;
    border: none;
    margin-left: 0px;
    border-bottom: 1px solid #F3D1D2;
}

.formLabel {
    color: #757575;
    font-size: 13px;
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.inputTextItem {
    border: 1px solid #bbafaf;
    height: 23px;
    width: 175px;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    color: #757575;
    padding: 0 5px;
    font-family: Arial;
}

.inputRadioItem {
    float: left;
    font-size: 13px;
    font-family: Arial;
    color: #757575;
}

.radioItem {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.radioText {
    margin-left: 10px;
    font-size: 13px;
    font-family: Arial;
    color: #757575;
}

.inputTextareaItem {
    height: 75px !important;
    width: 776px !important;
    border: 1px solid #bbafaf;
}

.bottomInfo {
    float: left;
    width: 600px;
    font-size: 13px;
    font-family: Arial;
    color: #757575;
    margin-top: 15px;
}

.required {
    color: #a31418;
}

.button {
    margin-top: 15px;
    float: left;
    margin-left: 36px;
}

#formBtn {
    border: none;
    background: url(../img/formBtn.png) no-repeat top left;
    width: 149px;
    height: 50px;
    cursor: pointer;
}

.pagerNextItem, .pagerPrevItem, .pagerFirstItem, .pagerLastItem {
    margin: 0 3px;
}

#box1, #box2, #box3 {
    cursor: pointer;
		
}

#box1.box .box_text_content a h2, #box1.box .box_text_content a {
    font-size: 11px;
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #757575;
}

.boxes #box2.box .box_text_content a, .boxes #box3.box .box_text_content a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #757575;
}

#informacje-prasowe.mainContent .newsContainer .newsItem .content .newsShort p a, #aktualnosci-lista.mainContent .itemsContainer .newsItem .fr .news_short p a {
    color: #757575;
}

#map_canvas {
    margin-top: 20px;
}

#submenu-tab7.submenu-content td {
    color: #757575;
}

.cp {
    cursor: pointer;
}

/* rzetelne firmy*/
.reliable_company_header {
    font-size: 13px;
    color: #757575;
    margin-left: 40px;
    width: 820px;
}

#pageBody #lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma,
#pageBody #dzial-kontroli-jakosci
{
	width:660px;
}

#dzial-kontroli-jakosci.mainContent div.internalContent
{
	margin-left:10px;
}


.text_hdr {
    padding-left: 40px;
    padding-right: 80px;
    color: #757575;
    font-size: 13px;
    font-family: Arial;
    line-height: 20px;
    padding-bottom: 25px;
}

a.rzet_firma_el {
    display: block;
    padding: 15px 0px;
}

a.rzet_firma_el.dif_col {
    background: #f0f0f0;
}

a.rzet_firma_el .rzet_firma_el_img {
    display: block;
    float: left;
    width: 134px;
    margin: 0px 35px 20px 35px;
}

a.rzet_firma_el .rzet_firma_el_txt {
    display: block;
   float: left;
   width: 500px;
}

a.rzet_firma_el .rzet_firma_el_txt .rzet_firma_el_hdr {
    font-size: 21px;
    color: #051646;
    display: block;
    padding-bottom: 10px;
    font-family: Aller;
    font-weight: bold;
}

a.rzet_firma_el .rzet_firma_el_txt .rzet_firma_el_in {
    font-size: 11px;
    color: #757575;
    display: block;
    font-family: Arial;
}

.rzet_firma_spacer {
    height: 10px;
}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent h1.hdr_cnt,
#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent div.hdr_cnt {
    margin-right: 10px;
    width: auto;

}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent .text_hdr{
    padding-left: 10px;
    padding-right: 10px;
}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent .text_ftr{
	padding-top:25px;
	padding-right: 5px;
}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent .text_hdr strong {
    color: #051646;
}

#reliable_company_list {
    width: 638px;
    margin-top:25px;
}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent div.internalContent p strong,
#dzial-kontroli-jakosci.mainContent div.internalContent p strong
{
	color:#051646;
}

.th_1 {
    width: 318px;
    border-right: 1px solid #dcdcdc;
		border-left: 1px solid #cccccc;
    background: #cccccc;
    color: #051646;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
}

.th_2 {
    width: 158px;
    border-right: 1px solid #dcdcdc;
    background: #cccccc;
    color: #051646;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
}

.th_3 {
    width: 157px;
    border-right: 1px solid #dcdcdc;
    background: #cccccc;
    color: #051646;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
}

.col_1 {
    width: 297px;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
    color: #757575;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 10px;
}

.col_2 {
    width: 138px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
    color: #757575;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 10px;
}

.col_3 {
    width: 137px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
    color: #757575;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    padding: 10px 10px;
}
.col_1_last_item,.col_2_last_item,.col_3_last_item
{
	border-bottom: none;
}

/* rzetelne firmy end*/
.policy {
    float: left;
    margin-top: 30px;
    padding-right: 5px;
}

.policy a {
    color: #686868;
    text-decoration: underline;
}

#jsddm .menu .first_menu_item {
    padding-left: 35px;
}

#jsddm .menu .first_menu_item a {
    padding-left: 0px;
}

.head_menu {
    float: right;
    padding-top: 8px;
    font-size: 12px;
    
}

.head_menu a {
    padding: 0 7px;
    color: #636363;
		font-size:13px;

    text-decoration: none;
}


.head_menu a.lastLink{
	 padding-right:0px;
}

.head_menu a:hover {
    text-decoration: underline;
}

/*p.michalik - nowa zakladka kontakt*/
div.person_info {
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;
}

div.photo {
    float: left;
    width: 100px;
    height: 130px;
}

div.photo.photo1 {
    background: url(../img/k.wawrzycka.jpg);
}

div.photo.photo2 {
    background: url(../img/p.juskowiak.jpg);
}

div.photo.photo3 {
    background: url(../img/k.wegier.jpg);
}

div.description {
    color: #757575;
    float: left;
    margin-left: 20px;
    font-size: 13px;
}

div.description p.name {
    font-weight: bold;
}

div.description span.email {
    color: #92050e !important;
}

/*p.michalik - nowa zakladka kontakt- koniec*/
#blind {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

#lista-podmiotow-nie-uczestniczacych-w-programie-rzetelna-firma.mainContent div.internalContent,
#dzial-kontroli-jakosci.mainContent div.internalContent{
	margin-left:10px;
	font-size:13px;
	font-family:Arial;
	color:#757575;
}

#dzial-kontroli-jakosci.mainContent div.internalContent p a
{
	color:#e11d24;
	text-decoration:underline;
}


#kontrola_jakosci_table{
	width:630px;
	color:#757575;
	font-size:14px;
}

.td1{
	height:57px;
	background: url('../img/td1_bg.png') no-repeat top left;
	padding-left:50px;
}

.td2{
  height:57px;
  background: url('../img/td2_bg.png') no-repeat top left;
  padding-left:50px;
}

.td3{
  height:57px;
  background: url('../img/td3_bg.png') no-repeat top left;
  padding-left:50px;
}

.td4{
  height:57px;
  background: url('../img/td4_bg.png') no-repeat top left;
  padding-left:50px;
}

.td5{
  height:57px;
  background: url('../img/td5_bg.png') no-repeat top left;
  padding-left:50px;
}

.td6{
  height:57px;
  background: url('../img/td6_bg.png') no-repeat top left;
  padding-left:50px;
}

.td7{
  height:57px;
  background: url('../img/td7_bg.png') no-repeat top left;
  padding-left:50px;
}

.td8{
  height:57px;
  background: url('../img/td8_bg.png') no-repeat top left;
  padding-left:50px;
}


.blue_font{
	color:#051646;
	font-weight:bold;
}

#media-o-nas.mainContent .pageContent table tbody tr.tdEven td.tblCenter a
{
  color:#757575;
  text-decoration:underline;
}




#footer_box_content .box1{
	float:left;
}


#footer_box_content .box2{
	float:left;
}


#footer_box #footer_box_content .box1 .main_footer{
	width:285px;
}

#footer_box #footer_box_content .box2 .main_footer{
	padding-right: 0;
    width: 845px;
}



#footer_box #footer_box_content .box1 .main_footer_logo{
	width:110px;
}

#footer_box #footer_box_content .box2 .main_footer_logo{
	width:72px;
}
