body {
    background-color: #424346;
    color: #909090;
    font: 12px Arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

img {
    border: 0px;
}

a:link {
    text-decoration: none;
    color: #ffffff;
}

a:visited {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

table {
    color: #909090;
    font: 12px Arial;
}

.wrapper {
    display: table;
    width: 933px;
    padding: 5px 0px 5px 0px;
    margin: auto;
    text-align: left;
}

.menu {
    width: 100%;
}

.menu_box {
    float: left;
    width: 95px;
    height: 43px;
    background-color: #4b4c4f;
    padding: 5px 5px 0px 5px;
    margin: 3px;
    font-size: 8px;
    color: #8b8b8b;
    cursor: pointer;
}

.menu_spacer {
    float: left;
    width: 6px;
    height: 54px;
    background: url("../img/l.gif") no-repeat center;
}

.menu_item {
    font-size: 12px;
    text-align: right;
}

.menu_lll {
    color: #3c3d40;
}

.menu_text {
    color: #ffffff;
    font-weight: bold;
}

.menu_desc {
    font-size: 9px;
    text-align: right;
}

.content {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 3px;
    background: url("../img/l.gif") 695px 0px no-repeat;
}

.content_left {
    display: table;
    float: left;
    width: 680px;
    margin: 5px 0px 0px 0px;
    vertical-align: top;
    background-color: #313235;
    border: 5px solid #37383c;
    padding: 0px 0px 3px 0px;
}

.content_blog {
    display: table;
    float: left;
    width: 654px;
    margin: 5px 0px 0px 0px;
    vertical-align: top;
    background-color: #313235;
    border: 5px solid #37383c;
    padding: 0px 0px 3px 0px;
}

.content_left .padding {
    padding: 10px;
}

.content_right {
    float: left;
    width: 212px;
    margin: 5px 0px 0px 12px;
    background: #313235;
    border: 5px solid #313235;
    font-size: 11px;
}

.img {
    border-style: solid;
    border-width: 5px;
    border-color: #37383C;
}

.content_right .thumb {
    border-style: solid;
    border-width: 3px;
    border-color: #37383C;
}

.content_right h1 {
    background: url("../img/plus.gif") 0px 0px no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0px 10px 33px;
    margin: 10px 0px 0px 5px;
}

.content_right p {
    margin: 5px 5px 0px 5px;
    padding: 0px 7px 10px 7px;
    text-align: justify;
}

.footer {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    border-top: solid 5px #484a4b;
    color: #5b5a5a;
    font-size: 10px;
    text-align: center;
}

.center {
    text-align: center;
}

.error {
    display: table-cell;
    color: #ff2222;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.debug {
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    text-align: left;
}

.small {
    font-size: 11px;
}

#kalendarz { width: 190px; display: table; margin: auto; }
#kalendarz a { color: #ffffff; text-decoration: none; }
#kalendarz ul { padding: 0; margin: 0; }
#kalendarz li { width: 27px; display: table; float: left; text-align: center; }
#kalendarz .akt { background: #909090; color: #313235; font-weight: bold; }
#kalendarz .hidden { visibility: hidden; }
