/* general */
body {
    margin-top: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #EEEEEE;
    background: 606967;
}

td, p , ul, li, a, ol, input, form, select {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}
h1 {
    color: #000033;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
h2 {
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color: Black;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
h4 {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
a:link,a:visited {
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
/* listy */
ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    list-style: square;
    color: #EEEEEE;
    text-align: left;
    word-break: break-all;
}

ol {
    color: #EEEEEE;
    list-style-type: lower-alpha;
}
/* formularze */
input, select, textarea {
    text-decoration: none;
    font-weight: normal;
    background-color: #F5F5F5;
    border-bottom-style: none;
    border: 1px solid #C7C7C7;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
}

input.blad, select.blad {
    text-decoration: none;
    font-weight: normal;
    background-color: #F5F5F5
    border-bottom-style: none;
    border: 1px solid #CC0000;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
}
/* stopka */
td.footer {
font-size: 10px;
font-weight: normal;
color: #999999;
}
a.footer, a.footer:visited {
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
}
a.footer2, a.footer2:visited {
font-size: 10px;
font-weight: normal;
color: #999999;
}
a.footer:hover, a.footer2:hover {
    color: #818181;
}
/* content */
table.content {
width: 455px;
background-color: #434945;
}
td.pion {
width: 1px;
background-color: #9DA09E;
}
td.content { 
vertical-align: top;
}
.justify { 
text-align: justify;
}
.left { 
text-align: left;
}
.center { 
text-align: center;
}
A.c:hover {
    text-decoration: underline;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF4500;
    text-align: center;
}
img {
    border: 0px;
}
img.ramka {
    border: 2px solid #8A8C89;
}