html, body {
	background: black url(grafika/tlo.gif);
	color: #000;
	margin: 0;
	padding: 0;
	font-style: inherit;
	font-family: "Courier New";
}

#top {
	width: 800px;
	height: 227px;
	overflow: hidden;
        position: relative;
        z-index: 1
}

#strona {
        margin: auto;
        border: 0px;
        padding: 0px;
        width: 800px;
        font-size: 14px;
	background: black;
	border: solid 6px black;
}

#SRODEK {
	overflow:hidden;
}

#MENU {
	float: left;
	overflow: hidden;
	width: 200px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	vertical-align: top;
	margin-right: 10px;
}

#MENU_gora {
        border: none;
	float: left;
	overflow: hidden;
	width: 400px;
        height: 24px;
        z-index: 3;
        position: relative;
        top: -231px; left: 500px;
}

#TRESC {
	width: 590px;
	float: left;
	color: #2b3b37;
	background: #eaeaea;
}

.gora {
	background: url(grafika/tlo_2.gif);
	width: 590px;
	height: 5px;
	overflow: hidden;
}

.tekst {
	width: 570px;
	text-align: justify;
	padding: 10px 10px;
}

.tresc_stopka {

}

.dol {
	background: url(grafika/tlo_3.gif);
	width: 590px;
	height: 5px;
	overflow: hidden;
}

#cennik {
	float: left;
	margin: 0 auto;
	border: dashed 1px;
	background: #fdc22e;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 550px;
}

#wizytowka {
        font-size: 16px;
	float: left;
	border: dashed 1px;
	background: #fdc22e;
	width: 550px;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

p {
	text-indent: 20px;
}

.Adv {
	visibility: hidden;
	line-height: 0px; 
}

.srodek {
	text-align: center;
}

h1 {
	text-transform: uppercase;
	border-bottom: dashed 1px;
	line-height: 20px; 
}

h2 {
	line-height: 0px; 
}

.red {
	color: maroon;
}

h3 {
	color: navy;
}

h4 {
	text-transform: uppercase;

}

table.cennik{
	width:100%;
}

.naglowek {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed black;
	color: maroon;
}

.usluga {
	font-weight: normal;	
	text-align: left;
	width: 80%;
	border-bottom: 1px solid maroon;
}

.cennik {	
	font-weight: bold;
	text-align: center;
	width: 20%;
	border-bottom: 1px solid maroon;
}

ul.oferta {
	margin: 5px;
	padding-left: 15px;;
	list-style: disc;
	font-weight: bold;
}

img.galeria {
	border: solid 1px black;
	text-decoration: none;
}

img {
	border: none;
}
/* Menu*/
ul.menu, ul.menu li  {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li{
    width: 200px;
}

ul.menu a {
    display: block;
    width: 168px;
    height: 22px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background: #fdc22e url("grafika/m3.gif") no-repeat;
    padding: 8px 2px 0 30px;
    color: black;
    letter-spacing: 2px;
}


ul.menu a:hover {
    background: #fdc22e url("grafika/m4.gif");
    color: Navy;
    letter-spacing: 3px;
    text-decoration: underline;
}

ul.menu li.top a{
    background: #fdc22e url("grafika/m1.gif") no-repeat;
}

ul.menu li.top a:hover{
    background: #fdc22e url("grafika/m2.gif") no-repeat;
}

ul.menu li.stopka a {
    background: #fdc22e url("grafika/m5.gif") no-repeat;
}

ul.menu li.stopka a:hover{
    background: #fdc22e url("grafika/m6.gif") no-repeat;
}

/* Menu górne*/
ul.menu_gorne, ul.menu_gorne li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu_gorne {
	position: absolute;
}

ul.menu_gorne li.left {
	float: left;
        background: url("grafika/m7.gif");
}

ul.menu_gorne li.center {
	float: left;
        background: url("grafika/m9.gif");
}

ul.menu_gorne li.right {
	float: left;
        background: url("grafika/m11.gif");
}

ul.menu_gorne li a:link, ul.menu_gorne li a:visited {
	text-decoration: none;
        font-weight: bold;
	display: block;
	color: white;
	width: 100px;
	height: 24px;
	padding-top: 2px;
	text-align: center;
}

ul.menu_gorne li.left a:hover {
        background: url("grafika/m8.gif");
        color: white;
        text-decoration: underline;
}

ul.menu_gorne li.center a:hover {
        background: url("grafika/m10.gif");
        color: white;
        letter-spacing: 3px;
        text-decoration: underline;
}

ul.menu_gorne li.right a:hover {
        background: url("grafika/m12.gif");
        color: white;
        text-decoration: underline;
}
/* Menu górne KONIEC*/

ul.regulamin {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: justify;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	font-weight: bold;
	color: maroon;
}

#STOPKA {
	width: 800px;
	height: 18px;
	background: black url("grafika/stopka.jpg") no-repeat;
	overflow: hidden;
        color: black;
	text-align: center;
	margin-top: 10px;
	padding-top: 2px;
}

