
body{
    background-color: #4F4D45;
}
a {color: #5F3606; text-decoration:none;}
a:hover {color: #2F1B03}
table thead th {background-color: #7F734F; color: #FFF;}

.breadcrumbs .crumb {
    padding: 0 5px;
    color: #7F7C71;
}
.breadcrumbs .outsidehome {
    font-size: 100%;
}

div.container  {
    background-color: #DFDCD1;
    margin-top: 20px;
    padding-top: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.message ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
div.box {
    background-color: #DFDCD1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/**
 *  Menu główne
 */
ul.navigation ul {
    margin: 0px;
}
ul.navigation li {
    list-style: none inside;
}
ul.navigation li.active > a {
    font-weight: bold;
    color: #296BDF;
}
ul.navigation li > a.outside + ul {
    padding-left: 1.5em;
}
ul.navigation a.outside, a.outsidehome {
    margin-top: 7px;
    font-size: 130%;
}
ul.navigation a {
    display: block;
}

/** FORMS **/
dl.zend_form ul.errors {
    margin: 0px;
    color: red;
    list-style: none;
}
dl.zend_form p.description {
    font-style: italic;
    color: #6F6C61;
}
dl.zend_form dt, dl.zend_form dd {
    margin: 0px;
}

div.photo:hover {
    background-color: white;
}

table tbody tr.odd td {
    background-color: #E9E9E9
}

/** BUTTONS **/
a.button.disabled {
    background-color: #DFDCD1;
    border-color: #AFACA1;
    color: #AFACA1;
    cursor: default;
}
a.button, button {
    display:inline-block;
    border-color: #AFACA1;
    float: none;
}
.roundedcorners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.center {
    text-align: center;
}