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: 128px;
	overflow: hidden;
        position: relative;
}

#strona {
        margin: auto;
        border: 0px;
        padding: 0px;
        width: 800px;
        font-size: 14px;
	background: black;
	border: solid 6px black;
}

#SRODEK {
	overflow:hidden;
}

#TRESC {
	width: 800px;
	float: left;
	color: #2b3b37;
	background: #eaeaea;
}

.gora {
	background: url(grafika/tlo_1.gif);
	width: 800px;
	height: 5px;
	overflow: hidden;
}

.tekst {
	width: 780px;
	text-align: justify;
	padding: 10px 10px;
}

.tresc_stopka {

}

.dol {
	background: url(grafika/tlo_2.gif);
	width: 800px;
	height: 5px;
	overflow: hidden;
}

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;

}

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;
}


a {
	text-decoration: underline;
	color: inherit;
	color: black;
}

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;
}

