﻿html, body {
	background-color: #fff;
	background-image: url(../textura.jpg);
	margin: 0;
	padding: 0;
	font-family: Verdana;
	text-align: center;
	color: /*#000;*/#030;
}
/*---------------------- DEFINICJE DLA UKŁADU STRONY NA DIV'ACH-------------------------*/
#top {
	width: 1000px;
	margin: 0 auto;
}

#NAGLOWEK {
	background-color: /*#202020;*/#060;
	font-size: 0px;
}

#MENU {
	width: 200px;
	float: left;
	overflow: hidden;
	font-size: 0px;
	/*background-color: #ccc;*/
}

#INFORMACJE {
	width: 200px;
	float: right;
	overflow: hidden;
	font-size: 12px;
	/*background-color: #ccc;*/
}

#TRESC {
	width: 600px;
	float: left;
	overflow: hidden;
	/*background-color: #fff;*/
	text-align: left;
	
}
#TRESC1 {
	width: 800px;
	float: left;
	overflow: hidden;
	/*background-color: #fff;*/
	text-align: left;
	
}
#topFB {
	width: 520px;
	margin: 0 auto;
	text-align: left;
}
#TRESC3FB {
	width: 518px;
	float: left;
	overflow: hidden;
	/*background-color: #fff;*/
	text-align: left;
	
}
#STOPKA {
	clear: both;
	width: 100%;
	height: 50px;
	background-image: url(../stopka.jpg);
	color: /*#ffffff;*/#cfc;
	font-size: 10px;
}
/*---------------------- DEFINICJE DLA MENU -------------------------*/
dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
	
}

dl {
	width: 200px;
	padding: 1px 0px 10px; 			/*margines górny, prawy i dolny*/
	background-color: /*#e0e0e0;*/#cfc;			/*kolor tła menu(samej ramki)*/
	/*border: 3px double #28e;*/
}

dt {
	padding: 2px 15px;
	font-weight: bold;
	font-size: 12px;
	background-color: /*#202020;*/#030;			/*kolor tła nagłówka*/
	color: /*#e0e0e0;*/#cfc;					/*kolor tekstu nagłówka*/
	text-align: center;				/*wyrównanie tekstu nagłówka*/
	border-right: 20px solid /*#000000;*/#060;	/*prawa strona nagłówka*/
	margin-top: 1px;
}

dd {
	border-top: 1px solid /*#e0e0e0;*/#cfc;		/*kolor kreski między pozycjami menu*/
}

dl a:link, dl a:visited {
	display: block;
	width: 186px;
	text-decoration: none;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: /*#505050;*/#090;			/*kolor tła przycisku przed najechaniem myszą*/
	color: /*#e0e0e0;*/#cfc;					/*kolor tekstu menu przed najechaniem myszą*/
	border-left: 10px solid /*#222222;*/#800000; /*kolor paska z lewej strony menu pprzed najechaniem myszą*/
}

dl a:hover {
	width: 176px;
	background-color: /*#909090;*/#9f6;				/*kolor tła przycisku po najechaniu myszą*/
	color: /*#000000;*/#060;						/*kolor tekstu menu po najechaniu myszą*/
	border-left: 20px solid /*#222222;*/#800000;	/*kolor paska z lewej strony menu po najechaniu myszą*/
}
/*---------------------- DEFINICJE DLA TREŚCI -------------------------*/
/* Zawartość */

#zawartosc {
	margin: 0 10px 0 10px;
}

#zawartosc h1 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
} 
#zawartosc h2 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
}
.table1 {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
}
.td1 {
	padding: 10px 10px 10px 10px;
	empty-cells: show;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	/*width: 100%;*/
}
.tr1 {
	padding: 5px 5px 5px 5px;
}
.akapit{
line-height: 1.5em;
text-indent: 1cm;
text-align: justify;
}
.tytulstrony {
	margin: 0 0 10px 0;
	padding-top: 1px;
}

.wiadomosc {
	margin-bottom: 10px;
	background: /*#d6d6d6;*/#9f9 url(images/img09.gif) repeat-y right top;
}

.tytul {
	margin: 0;
	padding: 0 20px;
}

.linia {
	margin: 0 20px;
	border-top: 2px solid /*#222222;*/#800000;
	font-size: 9px;
}
.linia1 {
	margin: 0 20px;
	font-size: 9px;
	text-align: right;
}
.linia2 {
	margin: 0 0px;
	font-size: 9px;
	text-align: left;
}
.skrot{
	padding: 0px 20px 0 20px;
	font-size: 12px;
	
}

.wiecej {
	margin: 0;
	padding: 0 20px;
	font-size: 12px;
}

/* Narożniki */

.nar_gora {
}

.nar_gora .l {
	background: url(images/img10.gif) no-repeat;
}

.nar_gora .p {
	height: 15px;
	background: url(images/img11.gif) no-repeat right top;
}

.nar_dol {
	/*background: url(images/img12.gif) repeat-x left bottom;*/
}

.nar_dol .l {
	background: url(images/img13.gif) no-repeat left bottom;
}

.nar_dol .p {
	height: 15px;
	background: url(images/img14.gif) no-repeat right bottom;
}

/*--------------------------GALERIA-----------------------------*/
.galeria {
	text-align: center;
}

.galeria table {
	margin-left: auto;
	margin-right: auto;
}

.galeria td {
	padding: 5px 5px 5px 5px;
}

.galeria td img {
	border: 1px solid black;
}
