/*  ----------------------------------------------------------------------------------------------------   BASIC */

.ruch:hover  { POSITION: relative; TOP: -1px}


#formularz 
{
text-align: left;
background: #FFCCFF;
border-style: solid;
border-color: #926D81;
margin: 0px;
padding: 10px;
border-width: 1px;
width: 465px;
}

body 
{

	margin: 0px;
	padding: 0px;
/* tło jest wyłączone bo program sam sobie włącza różne tła w zależności od potrzeb */
/*	background: #FFCCFF url(img/img01.gif) repeat-y center top;*/
	text-align: left;						/*justify;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #926D81;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
}

a 
{
	font-weight: bold;
	color: #4773C1;
}

a:hover 
{
	text-decoration: none;
	color: #B44480;
}

/*  ----------------------------------------------------------------------------------------------------   HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFBFD url(img/img02.gif) repeat-x left top;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/*  ----------------------------------------------------------------------------------------------------   MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 1px;
	background-color: #4773C1;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #6D92D5;
}

/*  ----------------------------------------------------------------------------------------------------   CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 0px 1px;
}

.wyswietl_produkt { 

	width: 756px;
	text-align: center;
	margin: 0px auto;		
	padding: 10px 0px 0px 0px;
}
.text {FONT: 8pt Verdana, Arial, Helvetica, sans-serif; COLOR: black; TEXT-ALIGN: left}

.tabela_kategorii {
	width: 770px;
	text-align: center;
	margin: 0px auto;		
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

/*  ----------------------------------------------------------------------------------------------------   FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 2px solid #4773C1;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #4773C1;
}
