﻿@charset "utf-8";
/* CSS Document */

/* reset marginesów i dopełnień */
html, body { margin: auto; padding: auto;}

/* reset wysokości linii i fontu */
h1, h2, h3, h4, ul, li, ol, p { margin:0; padding:0; font-size: 1em;
line-height: 1.6em; }

/* ustawienia ogólne */
body { background: #BFC0C0; 
font: 0.625em/1.5em arial, tahoma, verdana, sans-serif;}


.bg {
	width: 1000px; 
	height: 100%;
	background: #ffffff;
	margin: auto; padding: auto;
}

/* szerokość strony */
.content { width: 1000px; margin: 0 auto; overflow: hidden; }

p, a, li { color: #403233; font-size: 1.2em;
font-family: arial, tahoma, verdana, sans-serif; }

/* header */

header { position: relative;
border-top: 3px solid #000000; }

nav { position: relative; clear: both; margin-left:5px;}
nav ul { overflow: hidden; position: relative;
list-style: none; float: left; }
nav ul li { float: left; color:#e0e0e0; }
nav ul li a { display: block; padding: 13px 0px 9px 0px;
 margin-left: 1px; margin-bottom:10px; width: 164px; height: 20px; text-align: center;
text-decoration: none; outline: none; background: #403233; color: #f19a3e; font-size: 12px;}
nav ul li a:hover { background: #f19a3e; color:#403233; }

/* main */

#main { position: relative; }
#main .content { margin-bottom: 25px; }
#main .text { margin-left: 10px;
background: #ffffff; width:980px;}
#main .text h3 { color: #e0e0e0; font-weight: 100; font-size: 2.4em; }
#main .text p { color: #e0e0e0; }
#main .left { float: left; width: 100%; }
#main .right { float: right; width: 100%; }

#main section article { overflow: hidden; padding: 20px;
background: #ffffff; border: 1px solid #e0e0e0;  clear: both;
}

#main h2 { margin-bottom: 10px; color: #FF8300; font-size: 18px;
padding: 5px; border: 1px solid #e0e0e0; background: #ffffff; }

#main article a.wiecej { margin-top: 10px; font-weight: bold;
float: right; }
#main article a:hover { text-decoration: none; }

#main h4 { margin-bottom: 30px; color: #304055; font-size: 1.8em; }

#main ul { float: left; margin: 13px 0px 12px 15px; }
#main ul li { text-align: left; padding-left: 10px; }

/* footer */

footer { position: relative;}

footer ul { overflow: hidden; margin: 0px 0px 35px 0px; clear: both;
list-style: none; background: #f5f5f5; border: 1px solid #e0e0e0; }

footer ul li { float: left; padding: 17px 20px 15px 20px; width: 29%;
text-align: center; }

footer ul li.center { border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0; }

/* cookie */

#cookieinfo * {

    margin: 0px;

    padding: 0px;

}


#cookieinfo {

    position: fixed;

    font-size: 12px;

    font-family: Arial, Verdana, sans-serif;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background-color: #323334;
 
    padding: 20px;

    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);

    z-index: 1000;

}


#cookieinfo h6 {

    font-size: 16px;

    font-weight: bold;

    color: #cdd7da;

    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);

    margin-bottom: 7px;

}


#cookieinfo p {

    font-size: 12px;

    color: #afb4bc;

    line-height: 1.5em;

    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);

}


#cookieinfo a {

    display: block;

    position: absolute;

    right: 10px;

    top: 10px;

    width: 22px;

    height: 22px;

    border-radius: 11px;

    line-height: 22px;

    font-size: 12px;

    color: #ffffff;

    text-align: center;

    text-decoration: none;

    background-color: #ff6000;

    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);

}


#cookieinfo a:hover {

    background-color: #ff7925;
 
}