@font-face {
    font-family: 'TextFont';
    src: url('../fonts/dosis-regular.eot');
    src: url('../fonts/dosis-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-regular.woff') format('woff'),
         url('../fonts/dosis-regular.ttf') format('truetype'),
         url('../fonts/dosis-regular.svg#dosisregular') format('svg');
    font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'HeaderFont';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular.woff') format('woff'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg#oswald-regular') format('svg');
    font-weight: normal; font-style: normal;}

 
    td, div {font: 18px /180% TextFont, Tahoma;}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../img/Akumulator.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#container {margin:10px auto; width:900px;}


.box {margin:20px auto 0; padding:20px;
background:#ffffff; text-align:justify; border-radius:30px;}


a {font-weight:bold;}
a:link, a:visited {text-decoration:none; color:black;}
a:active, a:hover {text-decoration:none; color:#00923f;}
hr {width:96%; height:1px; border:0; color:gray; background-color:silver; float:right; right:0; margin-right:-10px;}
.nawigacja p {clear:both; margin-right:15px;}


#left {float:left; width:505px; margin-bottom:20px; text-align:center; height:400px; margin-bottom: 20px;}
#right {float:right; width:292px; height:400px; margin-bottom: 20px;}
    
b {color: #00923f}                                   
.copyright {text-align:center; color:#fff; margin:30px; font-size: 18px;}
h2 {color: #fff;}



/* ---COOKIES --- */
#cookies_message {width: 100%; position:fixed; bottom:0; z-index:3000}
#message_close {z-index:10001; background-image: url('../img/close.png'); cursor: pointer; height: 35px; position: relative; margin: 0px auto; right: -410px; top: 20px; width:35px;}
.cookies-content {text-align:center; opacity:0.90; font-size: 20px; line-height:150%; color:#000; margin: 0 auto; padding: 10px; width: 800px; z-index: 10000; background: silver; border:1px solid darkgray; border-bottom:0;}