/* GLOBAL ============================================ */
@font-face {
    font-family: AmbersFont;
    src: url('fonts/Tinos-Regular.ttf');
}
body,html {
    background: url(images/bg.gif) repeat;
    border: 0; 
    margin: 0 auto;
    font: 13px AmbersFont, Arial, Tahoma, Helvetica, sans-serif; 
    color: #E8D9B1; 
    min-width: 1000px; 
    padding: 0px;
}    
a {
    color: #E8D9B1;
}
.container {
    width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #25202C;
}
/* LOGO ==========++================================== */
.logo {
/*    height: 470px;
    background: url(images/logo.jpg) no-repeat; 
    background-size: cover;*/
}
/* MENU ==========++================================== */
.menu {
    background-color: #2A2432;
    width: 1000px;
    font-size: 17px;
}
.menu_table {
    text-align: center;
    width: 100%;
    color: #E8D9B1;
}
.menu_td {
    width: 188px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #2A2432;
}
.menu_td_ {
    width: 188px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #2A2432;
    background-color: #25202C;
    cursor: pointer;    
}
.menu_td:hover {
    background-color: #25202C;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    border-bottom: 2px solid #2E2836;
    cursor: pointer;
}
.menu_td_space {
    width: 1px;
    height: 40px;
    background-color: #2E2836;
}
/* STRONA GŁÓWNA ============================================ */
.content_index {
    margin-top: 15px;
    background-color: #2A2432;
    overflow: hidden;
}
.content_index_left {
    float: left;
    width: 730px;
    padding: 10px;
}
.content_index_right {
    float: left;
    padding: 10px;
    border-left: 2px solid #2E2836;    
}
/* STRONY ============================================ */
.content {
    margin-top: 15px;
    padding: 10px;
    background-color: #2A2432;
}
.content2_thumb2 {
    width: 200px;
}
.content_oferta_table {
    width: 100%;
    text-align: center;
}
/* KONTAKT ============================================ */
.input {
    background-color: #5b5663;
    border: 1px solid #d8cfe5;
}
.button {
    background-color: #5b5663;
    border: 1px solid #d8cfe5;    
}
/* STOPKA ============================================ */
.footer {
    height: 20px;
    text-align: right;
    font-size: 9px;
    position: relative; bottom: -4px;
}