/* Marginesy akapitow*/
p {margin:0px 10px 0px 10px;}
div#stopka p {margin-left:0px; padding:0px;}
div#naglowek p {margin:0px; }

/*Położenie elementow ukladu*/
div#pudelko {float:center; width:800px; }
div#menu {float:top; width:200px; margin-top:20px;}
div#tresc {float:left; margin-left:200px}
div#stopka {float:center; width:800px}

/* Tekst i czcionka*/
html, body {margin:0px; padding:0px;}
body {font-family: sans-serif; font-size:12pt;}
div#stopka p {text-align:center; font-size:8pt; !important}


/* Kolory tla i czcionki*/
div#naglowek {background:white; color:black;}
div#menu {background: gray; color:red;}
div#tresc {background: white; color:black;}
div#stopka {background: black; color:yellow;}

h1 /* nazwa*/
{
font-size: 40px;
color: #3C813C;

}

h2 /* nazwy na stronach*/
{
font-size: 30px;
color: #3C813C;
text-align: right;
margin-right: 240px;
}

h3 /* dane adresowe*/
{
font-size: 20px;
color: #1C3C1C;

}
p /* Kolory tla i czcionki*/
{
font-size: 14px;
color: #102F10;
text-align: justify;
text-indent: 15px;
}

/*menu*/
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: bold Helvetica, Arial,  sans-serif;
font-size:  20px;

}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #3C813C;

}
#navcontainer a:link, #navlist a:visited
{
color: #D9EDD9;
text-decoration: none;

}
#navcontainer a:hover
{
background-color: #64DA64;
color: #D9EDD9;
}
#navcontainer a:active
{
background-color: #33B033;
color: #D9EDD9;
}
#active a:link, #active a:visited, #active a:hover
{color: #D9EDD9;
text-decoration: none;
background-color: #52B052;
}



