@charset "utf-8";
/* CSS Document */


/***************** WSPOLNE *****************/
html,body{
	background-color: #FFFFFF;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Sans-Serif, Tahoma, Halvetica;
	font-size: 9pt;
	color: #333333;
	line-height: 1.8em;
	color: #000;
	overflow-y:scroll;
}

h1{
	font-size: 1.3em;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.1em;
}

/*ul {
        list-style: none;
        margin: 0;
        padding: 0;
}*/
/*******************************************/



/****************** STRONA *****************/
#strona{
	background-color: #fff8f8;
	width: 780px;
	margin: 0px auto;
	text-align: justify;
}
/*******************************************/



/****************** NAGLOWEK **************/
#naglowek{
	margin: 0;
}
/*******************************************/



/****************** MENU ******************/
#menu
{
	position: relative;
	margin-top: -10px;
	/*background-color: #fafafa;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #FEA4A7;
	z-index: 1;
	font-size: 10pt;
}

#menu ul
{
	list-style-type: none;
	text-align: left;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#menu li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#menu li a
{
	padding: 1px 7px;
	color: #555;
	background-color: #fff;
	border: 1px solid #FEA4A7;
	text-decoration: none;
}

#menu li a:hover
{
	color: #000;
	border: 1px solid #FE0109;
	border-top: 2px solid #FE0109;
	border-bottom: 2px solid #FE0109;
}

#menu li a#current
{
	color: #000;
	border: 1px solid #FE0109;
	border-top: 2px solid #FE0109;
	border-bottom: 2px solid #FE0109;
}
#menu li a a#akustyka
{
	color: #558;
}
/*******************************************/



/****************** TRESC *****************/

#tresc{
	padding: 0px 30px 30px 30px;
/*	overflow: hidden;*/
	text-align: justify;
	text-indent: 20px;
/*	margin: 0px 30px 10px 30px;	*/
/*	width: 580px;   		*/
/*	clear: both;			*/
/*	float: left;			*/
/*	background-color: #fafafa;	*/
}


#tresc img{
	text-indent : 0px;
}

#tresc a{
  	text-decoration: underline;
	color: #000;
}

#tresc a:hover{
  	text-decoration: underline;
	color: #FE0109;
}
/****************** LISTA APARATOW *********/

#tresc tr td img{
	padding-right : 20px;
}

.listaaparatow{
  	line-height: 1.4em;
	text-indent: 20px;
	padding-bottom : 16px;
}

.bezwciecia{
 	text-indent: 0px; 	
}

/****************** ADRESY *****************/
.tlobiale {
  	background : #fff8f8;
  	text-align: center;
  	text-indent: 0px;
  	
}

.tloszare {
  	background : #FFEAEA;
  	text-align: center;
	text-indent: 0px;
}
/*******************************************/



/****************** STOPKA *****************/

#stopka{
	clear: both;
	width: 100%;
	border-top: 1px solid #FEA4A7;
	font-size: 7pt;
	text-align: center;
/*	background-color: #888; 	*/ 
}
/*******************************************/
