* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffcc66;
    text-align: center;
    background-image: url(graphics/connect.jpg);
    background-repeat: repeat-x;
    font-family: georgia, serif; 
    font-size: 12px;
    line-height: 1.7em;
}

#background {
   background-image: url(graphics/header.jpg);
   background-repeat: no-repeat;
   background-position: top center;
}
#kontener {
    width: 600px;
    height: 750px;
    margin: 0px auto 0px auto;
    background-image: url(graphics/test.png);
    background-repeat: no-repeat;
    background-position: 0px 526px;
}
#header {
    height: 233px;
}
#foot {
   width: 600px;
   margin: 0px auto 0px auto;
   background-image: url(graphics/footer.jpg);
   background-repeat: no-repeat;
   height: 60px;
}
h1 {
    float: right;
    margin-top: 100px;
    margin-right: 50px;
    padding: 0;
}
h2 {
    padding: 0;
    float: right;
    margin-top: 30px; 
}

/* T R E Ś Ć */
h3
{
    font-size: 26px;   
    color: #cc0000;
    line-height: 30px;
    font-family: 'Times New Roman', georgia, arial;
    padding: 0;
    margin: 0;
}
h4
{
    font-size: 16px;   
    color: #cc0000;
    line-height: 20px;
    font-family: 'Times New Roman', georgia, arial;
    padding: 0;
    margin: 0;
}
img {
    padding-right: 10px;
}
p {
    margin: 1.5em 0;
}
#content {
    height: 350px;
    margin: 30px 17px 0px 15px;
    text-align: left;
    color: #330033;

}
img.foto {
    border: 1px red solid;
    float: right;
    padding: 3px;
}
ul {
    text-align: left;
    padding: 10px;
    color: #7D4527;
    
}
p.block {
    margin: 5px;
    width: 250px;
    color: #cc0000;
    float: right;
    padding: 5px;
    text-align: center;
    font: italic bold 14px 'Franklin Gothic Medium', Arial, Helvetica, sans-serif;
    border: 1px dotted #AABA95;
    background: url(graphics/block.gif);
}


/* M E N U */

#navcontainer
{
    font-family: Arial,Sans-Serif;
    width: 100%;
    margin: 0px;
    padding: 0px;
/*    border-bottom: 1px solid #ddd;*/
}

#navlist
{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

#navlist li
{
    padding: 5px;
    margin: 0;
    text-indent: 0;
    display: inline;
}

#navlist li a
{
    text-decoration: none;
    color: #ffcc66;
    font-size: 16px;
    padding: 0 2px;
    font-weight: bold;
}

#navlist li a:hover,#navlist a#current
{
    border-top: none;
    font-size: 16px;
    text-decoration: underline;
}

#navlist a#current { color: #fc6; }

div#buttons {
padding-right: 5px;
padding-top: 35px;
padding-bottom: 2px;
text-align: right;
}


div#buttons a:hover {
padding-top: 2px;
position: relative;
top: 2px;
}

div#buttons img {
border-width: 0px;
margin: 0px;
padding: 0px;
position: relative;
vertical-align: bottom;
}


