BODY {
        background-color: #f5f5f5;
        font-family: Arial;
        color: #1b1b1b;
        font-weight: normal;
        font-size: 12px;
}
a:link {
        color: #1b1b1b;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
}
a:visited {
        color: #1b1b1b;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
}
a:hover {
        color: #575757;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
}

/* glowna tabela */
td.main {
        color: #313131;
        font-weight: normal;
        font-size: 11px;
        background-color: #efefef;
        vertical-align: top;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;

}

/* tabela w menu lewym */
td.menuleft {
        color: #ffffff;
        font-weight: bold;
        font-size: 11px;
        background-color: #75091D;
        width: 148px;
        height: 20px;
        vertical-align: middle;
	text-align: center;
        border-style: solid;
        border-color: #75091D;
        border-width: 0px 0px 1px 0px;
}
p.menuleft {
        margin-top: 0px;
        margin-bottom: 1px;
        margin-left: 2px;
        margin-right: 2px;
}
/* style w prawym oknie */
p.righttable {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 2px;

}
td.righttableleft {
        color: #1b1b1b;
        font-weight: normal;
        font-size: 12px;
        background-color: none;
        height: 20px;
	width: 150px;
        vertical-align: bottom;
        text-align: left;
        border-style: solid;
        border-color: #75091D;
        border-width: 0px 1px 1px 0px;
}
td.righttableright {
        color: #1b1b1b;
        font-weight: normal;
        font-size: 12px;
        background-color: none;
        height: 20px;
        vertical-align: bottom;
        text-align: left;
        border-style: solid;
        border-color: #75091D;
        border-width: 0px 0px 1px 0px;
}
input.addcontentright {
        font-size: 12px;
        background-color: #fffdfd;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;
        font-weight: normal;
        width: 590px;
        height: 20px;
        vertical-align: center;

}
input.addcontentright:disabled {
        font-size: 12px;
        background-color: #e3e3e3;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;
        font-weight: normal;
        width: 590px;
        height: 20px;
        vertical-align: center;
}

input.submitcontent {
        font-size: 12px;
        background-color: #fffdfd;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;
        font-weight: normal;
        width: 200px;
        height: 20px;
        vertical-align: middle;
}
select.rightselect {
        font-size: 12px;
        background-color: #fffdfd;
        border-style: none;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;
        width: 150px;
        height: 20px;
}
select.rightselect:disabled {
        font-size: 12px;
        background-color: #e3e3e3;
        border-style: none;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;
        width: 150px;
        height: 20px;
}


/* tabela z listam elementów */
td.listhead {
        color: #ffffff;
        font-weight: bold;
        font-size: 11px;
        background-color: #75091D;
        width: 148px;
        height: 20px;
        vertical-align: middle;
        text-align: center;
        border-style: solid;
        border-color: #ffffff;
        border-width: 0px 1px 0px 0px;
}
td.list {
        color: #1b1b1b;
        font-weight: normal;
        font-size: 12px;
        background-color: none;
        height: 20px;
        vertical-align: middle;
        text-align: left;
        border-style: solid;
        border-color: #75091D;
        border-width: 0px 1px 1px 0px;
}
p.list {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 2px;
}
/* podglad artykulu */
td.preview {
        color: #000000;
        font-weight: normal;
        font-size: 11px;
        background-color: #ffffff;
        vertical-align: top;
        text-align: left;
        border-style: solid;
        border-color: #000000;
        border-width: 0px 1px 0px 1px;
}
p.preview {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 10px;
        margin-right: 10px;

}
img.preview {
        border-style: solid;
        border-color: #000000;
        border-width: 1px 1px 1px 1px;
        margin: 10px;
	float: left;
	vertical-align: top; 
}
textarea.newsletter {
        font-size: 12px;
        background-color: #fffdfd;
        border-style: solid;
        border-color: #75091D;
        border-width: 1px 1px 1px 1px;                                                                                                                             font-weight: normal;
        width: 590px;
        height: 200px;
        vertical-align: center;
                                                                                                                                                           }


