body {
    background: white;
}
#container {
    width: 928px;
    margin: 0 auto;
    background: white;
    font-family: sans-serif;
}
#header {
    position: relative;
    height: 245px;
}
#header #note{
    position: absolute; 
    top: 175px; 
    width: 780px; 
    font-size: 12px;
    z-index: 1;
}
#header ul{
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0 -50px;
    line-height: 40px;
    list-style-type: none;
    background: white;
}
#header ul li{
    display: inline;
    margin: 0 auto;
    padding: 0 10px;
    background: white;
}
#header ul#second-row{
    margin-top: -10px;
    text-align: center;
}
#header ul#second-row li{
    
}
#header ul li a{
    font-weight: bold;
    color: black;
}

a {
    color: blue;
}

a:visited {
    color: blue;
}
#english-flag{
    margin-left: 780px;
    font-weight: 600;
    font-size: 11px;
    color: #EE4E0F;
}
#content {
    background: white;
    margin-top: 50px;
}
#main {
    background: white;
    margin-left: 200px;
}
#main-text {
    line-height: 1.5em;
}
#sidebar {
    float: left;
    width: 200px;
    background: white;
}
a {
    text-decoration: none;
}
figcaption {
    margin-bottom: 20px;
}
h2#eng {
    margin: 0;
    padding: 0;
    padding-top: 25px;
}
img {
    padding: em;
}
ul.no-punctor li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.no-punctor-index {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}
#main-text {
    padding: 1em;
}
#footer {
    height: 120px;
    background: white;
    font-size: 11px;
    text-align: center;
}
#footer table {
	margin-top: 0;
}
/*taka szerokość, żeby się ładnie wyśrodkowało*/
#footer table td {
	width: 28%;
}
#footer figcaption {
	color: white;
}
#footer-contact {
    /*margin-left: -130px;*/
    font-weight: bold;
}
#footer-email {
    padding-bottom: 0.5em;
}
#footer-adres {
    /*margin-left: -100px;*/
}
