html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
        background: url(Grafika/tlo.png);
        background-repeat:no-repeat;
        background-position:center top;
}
#top {
	width: 1200px;
        height: 812px;
        margin-left: auto;
        margin-right: auto;
}
#MENU {
	width: 344px;
    height: 812px;
	float: left;
	overflow: hidden;
    background: url(Grafika/menu.png);
}
#MALINA {
	width: 345px;
        height: 812px;
	float: right;
	overflow: hidden;
        background: url(Grafika/malina.png);
}
#CONTENT {
	width: 511px;
    height: 812px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}
#STOPKA a {
        color: black;
        text-decoration: none;
}
#STOPKA {
        text-align:center;
	clear: both;
	width: 511px;
        height: 28px;
        background: url(Grafika/content3.png);
}
#TYTUL {
	clear: both;
	width: 100%;
        height: 176px;
        background: url(Grafika/content1.png);
}
#TRESC {
	clear: both;
	width: 100%;
        height: 608px;
        background: url(Grafika/content2.png);
        overflow: auto;
}
#TRESC_INNER
{
    margin-left: 15px;
    margin-right: 15px;
}
#GADAJACAMALINA { 
    position: relative;
    left:89px;
    top:248px;
    width: 204px;
}
#PRZYCISKI {
    position: relative;
    left:50px;
    top:200px;
}

#TEKST {
    text-justify: inter-word;
	font-family: Garamond;
}

/*===== google maps ======*/

#map{
	width: 100%;
	height: 60%;
}

h1 {
	font-size: 1.9em;
	text-align-last: center;
}

h2 {
	font-size: 1.3em;
	text-align-last: center;
}

h3 {
	font-size: 1.14em;
	text-align-last: center;
}

p {
	text-align: justify;
}

ul.lista-kropki {
	list-style-type: disc;
}

ul.lista-czysta {
	list-style-type: none;
}

.normal {
	font-size: 1.14em;
}

.large {
	font-size: 1.5em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}