/* OBECNE */

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    color: #010101;
    text-align: left;
}

body {
    font-family: verdana, tahoma, arial, sans-serif;
    background-color: #ffffff;
    text-align: center;
}

h1 {
}

h2 {
    font-family: Cambria, serif;
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h3 {
    margin: 20px 0 5px 0;
}

a {
    text-decoration: none;
    color: #7e1e2f;
}

a:hover {
    color: #ffff00;
    background: #7e1e2e;
    padding: 0 2px;
}

a:active, a:focus {
    color: #ffff00;
    background: #7e1e2e;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

p {
    line-height: 200%;
}

sup {
    font-size: 10px;
}

/* ID: CONTAINER */

#page {
    width: 780px;
    margin: 0 auto 0 auto;
}


/* ID: HEADER */

#header {
    width: 770px;
    height: 180px;
}

#header a {
    display: block;
    width: 770px;
    height: 180px;
    background: none;
    padding: 0;
}

#header a:hover {
    background: none;
}

#header a span {
    font-size: 27px;
}


/* ID: MENU */

#menu {
    width: 770px;
    height: 43px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

#menu li {
    display: inline;
    float: left;
}

#menu li a {
    display: block;
    float: left;
    padding: 0 25px;
    line-height: 43px;
    color: #fefefe;
    font-size: 18px;
    background: none;
}

#menu li a:hover {
    color: #010101;
}

#menu li a.selected {
    color: #010101;
}


/* ID: CONTENT */

#content {
    width: 770px;
    overflow: hidden;
    height: 358px;
    position: relative;
}

#content .inbox {
    margin: 20px;
}

#content ul {
    float: left;
    width: 300px;
    margin: 0 0 20px 0;
}

#content li {
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}

#content th {
    padding: 0 20px 0 0;
}

#content .textbox {
    float: left;
    width: 383px;
}

#content a.image {
    display: block;
    float: left;
    overflow: hidden;
    background: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#content a.image img {
    border: 2px solid gray;
}

#content a.imagebig {
    display: block;
    overflow: hidden;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
}

#content a.imagebig img {
    border: 2px solid gray;
}


/* ID: FOOTER */

#footer {
    width: 770px;
    height: 50px;
    border-top: 1px solid #cdcdcd;
}

#footer p {
    text-align: right;
    margin: 0px 20px;
    padding: 25px 0 0 0;
    font-size: 10px;
    color: #d7babf;
}

#footer a {
    font-size: 10px;
    background: none;
    color: #d7babf;
    padding: 0;
}


/* COMMON CLASSES */

.cleaner {
    clear: both;
    visibility: hidden;
    height: 1px;
}

.right {
    float: right;
}

p.right {
    text-align: right;
    margin: 20px 0 0 0;
}