﻿html {
    background: #000000;
}

body {
    margin: 0;
    padding: 0;
    background: #000000;
}

#pojemnik {
    width: 900px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 600px;

    border: 10px solid #666666;
}

#pojemnik2{
    height: 678px;
    background: url(img/content.jpg);
}
#pojemnik3{
    height: 928px;
    background: url(img/content_long.jpg);
}

#header {
    width: 900px;
    height: 222px;
    background: url(img/header1.jpg);
}

#content {
    width:700px;
    min-height: 600px;
    float: right;
    font-family: georgia,Sans-Serif;
    text-decoration: none;
color: #2F171F;
font-size: 1.3em;
font-style: italic;
}

#flashcontent {
  margin-top: 10px;
  height: 550px;
}

#navcontainer
{
width:160px;
font-family: georgia,Sans-Serif;
/* margin: 10px 10px auto; */
float: left;

text-align: center;
}

#navlist
{
width: 100%;
text-align: center;
font-style: italic;
padding: 10px 0px 10px 10px;
text-indent: 0;
list-style-type: none;

}

#navlist li
{
width: 100%;
/*padding: 0px 20px;
/*margin: 5px;
text-indent: 0;
display: inline;*/
}

#navlist li a
{
width: 100%;
text-decoration: none;
color: #2F171F;
font-size: 1.8em;
	display: block;
padding-top:20px;

}

#navlist li a:hover,#navlist a#current
{
color: #8F774F;

/*
border-top: none;*/
}

#navlist a#current { color: #6F572F; text-decoration: underline;}       /* a48c16 */

#suknia1 {
	float:right;
    margin-right: 70px;
	width: 250px;
}

