<!--

/* odnośniki */
a:link {color: green; background-color: inherit; text-decoration: underline}
a:visited {color: #007900; background-color: inherit; text-decoration: underline}
a:hover {color: #007900; background-color: inherit; text-decoration: none}
a:active {color: green; background-color: inherit; text-decoration: underline}

* {
     margin: 0px;
     padding: 0px;
     }
a img {
	border: solid 0px white;
	}

html {
     color: #222;
	 background-color: #d9e6a7;
	}

body {
	color: #222;
	background-color: white;
	width: 760px;
    margin: 1em auto;
    font-family: arial, 'lucida console', sans-serif;
    border: solid 1px gray;
    font-size: 0.75em;
    }

div#top {
     width: 100%;
     height: 65px;
     }
div#top img.link {
     float: left;
     margin-top: 5px;
     margin-right: 10px;
     margin-bottom: 5px;
     margin-left: 0;
     }
div#top ul {
     color: rgb(131,175,62);
	 background-color: white;
	 padding-top: 40px;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
	 list-style-type: none; 
     }
div#top ul img {
	margin-right: 1px;
	margin-bottom: 2px;
	}
div#top li {
	 display: inline;
	 padding-left: 0px;
	 }
div#top a:link {color: rgb(131,175,62); background-color: inherit; text-decoration: none}
div#top a:visited {color: rgb(131,175,62); background-color: inherit; text-decoration: none}
div#top a:hover {color: gray; background-color: inherit; text-decoration: none}
div#top a:active {color: gray; background-color: inherit; text-decoration: none}


div#header {
     width: 100%;
     height: 257px;
     background-image: url(gfx/header.jpg);
     }
div#header img {
     float: left;
	 padding: 100px 0 0 20px;
     }


div#left {
     float: left;
     }
div#right {
     float: right;
     }
div#left, div#right {
     width: 340px;
     padding: 20px;
     }
div#main {
     width: 550px;
     padding: 20px;
     padding-left: 170px;
	}
div#left h1, div#right h1, div#main h1 {
	 color: gray;
     background-color: inherit;
     font-size: 1.3em;
     margin-top: 2em;
	 }
div#left p, div#right p, div#main p {
     margin: 1em 0;
	 text-align: justify;
     }
div#left img.sygnatura, div#right img.sygnatura, div#main img.sygnatura {
	 clear: left;
	 float: left;
     width: 148px;
     margin-right: 1em;
     margin-bottom: 1em;
     }
div#main img.sygnatura {
	 margin-left: -160px;
	 margin-right: 0;
     }
div#left li, div#right li, div#main li {
	margin-left: 1em;
	}


div#footer {
     clear: both;
	 color: gray;
	 background-color: white;
     height: 100px;
	 font-size: 0.8em;
     border-top: solid 3px gray;
     padding: 0 5px;
	 margin-top: 1em;
     }
div#footer img {
     margin: 0 5px;
     }

span.wiecej {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	}
h2 {
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	}
img.galeria {
	margin: 1em;
	border-top: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px gray;
	}

-->

