@charset "iso-8859-2";

body{
        text-align:center;
	background:#f3f3f3;
	padding:0px;
	margin:0px;
	}
div#glowny{
	text-align:left;
        width:790px;
        border-style:solid;
        border-width:2px;
        border-color:#3c3c3c;
        margin: 5px auto;
        padding: 0;
        background:#132e43;

	}
div#top{
        width:790px;
        height:200px;
       /* background:#000000; */
        border-bottom-style:solid;
        border-width:1px;
        border-color:#ffffff;
}
div#lewa{
         float:left;
         width:155px;
         background:#132e43;

	}
div#prawa{
        float:right;
        width:631px;
        background:#132e43;
        border-left-style:solid;
        border-width:1px;
        border-color:#ffffff;
}
div#prawa p{
       font:100%/1.4 Verdana, Arial, sans-serif;
       margin: 10px 10px 10px 20px;
       color:#f3f3f3;
       /*font-weight:bold;  */
}

div#stopka{
        width:790px;
        height:26px;
        clear:both;
        background:#132e43;
        border-top-style:solid;
        border-width:1px;
        border-color:#fff;
}
 a{
        text-decoration:none;
        color:#f8f400;
        font:100%/1.6 Verdana, Arial, sans-serif;
        font-weight: bold;
        padding:0px 0px 0px 0px;

}
a:hover{
        text-decoration:none;
        color:#fff;
        font:100%/1.6 Verdana, Arial, sans-serif;
        font-weight: bold;
}
.wyrozniony{
    margin:10px 10px 10px 22px;
}
p.prawy
{
	text-align:right;
}
p.lewy
{
	text-align:left;
}
p.srodek
{
	text-align:center;
}
span.fontminus
{
	font-size:8pt;
}
span.fontplus
{
	font-size:12pt;
}