/**CAŁA STRONA**/

#stronka {
display: block;
margin-left: auto;
margin-right:auto;
width: 800px;
background-color: white;
}

body{
/*background: url(../../stronka_bajt/grafika/tlo.png) repeat-x;*/
}

/**KRESKA**/

#kreseczka{
background-image: url(grafika/kreseczka1.png);
height: 17px;
margin-top:-20px;
margin-left: 50px;
width: 700px;
}

/**LOGO**/

#logo{
padding:21px;
}

/**MENU**/

#menu{
background-image:url(grafika/rog.png);
width: 100px;
height: 300px;
}

#menu ul{
list-style-type: none;
padding-top: 10px;
margin-left: -30px;
margin-top: 0px;
}

#menu ul li{
margin-top: 25px;
}

#menu ul li a {
background-image: url(grafika/tlo-menu1.png);
text-decoration: none;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: 75px;
height:18px;
}

#menu ul li a:hover{
background-image: url(grafika/tlo-menu-akt.png);
color: #000000;
}


/**TEKST**/

.krotkie{
height: 250px;
}
#tekst{
margin-top: -300px;
margin-left: 150px;
font: 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

width: 600px; 

}
#tekst ul li{
padding:5px;
}

#tekst h2{
padding-bottom: 10px;
padding-top: 10px;
}

#tekst h3{
background-image: url(grafika/kreseczka-naglowek1.png);
width: 100px;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
height:18px;
}

#mapka img{
width: 450px;
margin-left: 200px;
margin-top:-250px;
}

/**STOPKA**/

#stopka{
    text-align:            center;
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:                 #321f73;   
    width:                 700px;
    height:                17px; 
    clear:                 left;
	background-image:      url(grafika/kreseczka-dol1.png); 
	margin-top:            20px;
	padding-bottom:        10px;
	margin-left:           50px;
	width: 700px;
}