/* STARE NIE KOPIOWAĆ */
* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

#right {
    background-color: #F0F0F0;
    float: right;
    margin: 0 0 20px;
    padding: 15px;
    position: relative;
    width: 300px;
    margin-top: 0px;
}

#right h4 {
    margin-top: 0px !important;
}

#content h4, #right h4, .horizontal_news h2 {
    border-bottom: 3px solid #E3E3E3;
    color: #000000;
    float: left;
    font: bold 17px Arial,sans-serif;
    margin: 15px 0;
    width: auto;
}

h4.small {
    font-size: 16px !important;
}
/* STARE NIE KOPIOWAĆ */




/* box aktualnosci */

.aktualnosci_box {
    clear: both;
}


.aktualnosci_box .akt_row {
    overflow: hidden;
    margin-bottom: 10px;
}

.aktualnosci_box .akt_row .akt_left {
    float: left;
    width: 71px;
    height: 60px;
    margin-right: 5px;
    cursor: pointer;
}

.aktualnosci_box .akt_row .akt_right {
    float: left;
    width: 223px;
}

.aktualnosci_box .akt_row .akt_right a {
    color: #333;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    line-height: 125%;
}

.aktualnosci_box .akt_row .akt_right a:hover {
    text-decoration: underline;
}

/* box nastepny artykul fixed */

.toggle_box {
	z-index: 9000;
	background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 0px;
    right: -332px;
    padding: 5px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    width: 320px;
}

.toggle_box_top {
    border-bottom: 2px solid #89CFF5;
    overflow: hidden;
    padding-bottom: 2px;
}

.toggle_box_top .readelse {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.toggle_box_top .closeit {
    float: right;
    margin-top: 1px;
}

.toggle_box_top .closeit a {
    font-size: 10px;
    color: #6C6767;
    text-decoration: none;
}

.toggle_box_top .closeit a:hover {
    text-decoration: underline;
}

.toggle_box_top .closeit img {
   cursor: pointer;
   float: right;
   margin-left: 4px;
}

.toggle_box_cont {
    padding-top: 2px;
    height: 50px;
    overflow: hidden;
}

.toggle_box_cont a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.toggle_box_cont a:hover {
    text-decoration: underline;
}

.toggle_box_cont a.readmore {
    color: #21A7ED;
    font-size: 11px;
}