body {
	margin: 10px 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #EEE url(img/tlo.gif);
}
#main {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #777;
}

a {
	text-decoration: none;
	color: #111;
}
a:visited {
	color: #111;
}
a:hover {
	text-decoration: underline;
	color: #C61318;
}
a img {
	border: none;
}
#header {
	text-align: right;
	color: #888888;
	font-size: 10px;
	padding: 0px;
	/*height: 120px;*/
	background: url(img/header.jpg) top left no-repeat;
}

#header ul {
	text-align: right;
	display: block;
	padding: 11px;
	margin: 0;
/*	background: url(img/dots.gif) repeat-x bottom left;*/
	border-bottom: 1px solid #888;
}
#header li {
	margin: 0;
	padding: 2px 5px;
	list-style: none;
}
#header a:link {
	color: #888;
}
#header a:visited {
	color: #888;
}
#header a:hover {
	color: #C61318;
}

/*zakladki*/

#tabs {
	margin: 1px 0 0; 
	padding: 0;
}
#tabs li {
	list-style: none;
	float: right;
	margin-top: -1px;
	margin-right: 1px; 
	padding-left: 10px;
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
	background: url(img/tab.gif) 0 100% no-repeat;
}
#tabs a {
	display: block;
	float: right;
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: url(img/tab.gif) 100% 100% no-repeat;
	color: #FFF;
	width: .1em;
}
html>body #tabs a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float: none;}            /* End IE5-Mac hack */
#tabs a:hover {
	color: #FFFF99;
}

#tabs li#active  {
	background: url(img/tab_active.gif) 0 100% no-repeat;
}
#tabs li#active a {
	background: url(img/tab_active.gif) 100% 100% no-repeat;
}

/* treść zasadnicza */

#content {
	padding: 0;
	margin-top: 80px;
	margin-left: 200px;
}
#content h3 {
	margin: 20px 30px 0 20px;
	padding: 3px 0;
	background: url(img/dots.gif) repeat-x bottom left;
}
#content p {
	text-align: justify;
	color: #555555;
	font-size: 12px;
	padding: 5px 40px;
	line-height: 20px;
}
#content ul {
	margin: 20px 0;
	padding: 0;
}
#content li {
	list-style: none;
	font-size: 12px;
	padding: 5px 40px;
	color: #555;
}
#content ol {
	margin-bottom: 20px;
}
#content ol li {
	margin: 0;
	text-align: justify;
	list-style: decimal;
	padding-left: 5px;
	padding-right: 90px;
}
.ordlst {
	margin-left: 20px;
}

/*pasek boczny */

#sidebar {

	position: absolute;
	top: 230px;
	margin-left: 0;
	padding: 0;
	width: 200px;
}

.box {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	background: url(img/bottom_box.gif) no-repeat bottom left;
}
.box h4 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 12px;
	color: #555;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/top_box.gif) no-repeat top left;
}
.box ul {
	margin: 0;
	padding: 10px 5px;
	list-style: none;
}
.box ul li {
	padding: 3px;
	color: #777;
}


/*dol strony */

#down {
	padding: 0px;
	width: 760px;
}

#links {
	color: #AAAAAA;
	font-size: 10px;
	margin: 50px 0 0;
	text-align: center;
}
#footer {
	
	margin: 10px auto 0;
	color: #888888;
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
	background: #FAFAFA url(img/dots.gif) repeat-x top left;
}
.select {
	
	font-weight: bold;
}
h5 {
	margin: 15px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #C61318;
	font-size: 12px;
	font-weight: bold;
}
table {
	color: #555555;
	padding: 0;
	margin: -10px auto 30px;
	border: 1px solid #CCCCCC;
}
table th {
	padding: 5px;
	background: #EEEEEE;
}
table td {
	padding: 5px;
	text-align: center;
}

dl {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
dt {
	font-weight: bold;
	padding-left: 20px;
	margin: 20px 0 5px;
}
dd {
	padding: 5px 0;
}
/* formularze */
form {
	margin: 20px;
	width: 500px;
}
table.formtable {
	border: none;
	margin: 10px 0;
}
fieldset {
	margin-top: 10px;
	border: none;
	background: #F4F4F4;
}
legend {
	margin: 0;
	padding-top: 20px;
	font-weight: bold;
	color: black;
}

.reklama {
	margin-top: 15px;
	padding-left: 20px;
}
#promocja {
	margin-top: 20px;
	margin-left: 25px;
}

.linethrough {
	text-decoration: line-through;
}
.redbold {
	color: red;
	font-weight: bold;
}

.box table {
	margin-top: 5px;
	margin-bottom: 0px;
	border: none;

}
