*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 21px;
	background:#fff url(../images/bg200001.gif) repeat-x;
}

a, a:link, a:visited
{
	outline: none !important;
	color: #3354AA;
	text-decoration: none;
}

a:hover
{
	color: #4B6DB7;
	text-decoration: underline;
}

acronym {
	border-bottom:1px dotted #888;
	cursor:help;}

/*	-------------------------------------------------------------
Header / Main Title
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#title a, #title a:link, #title a:visited {
	color: #f3f3f3;
	text-decoration: none;
}
#title a:hover {
	color: #fff;
	text-decoration: none;
}
#title h1 {
	font-size: 25px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	line-height: 28px;
	position: relative;
	height: 49px;
	display: block;
}
#title h1 a {
	display: block;
	position: absolute;
	top: 46px;
	left: 12px;
}

/*	-------------------------------------------------------------
Navigation Tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#nav {
	margin:5px 0px 0px 290px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#nav ul
{
	list-style:none;
	display:block;
}

#nav ul li
{
	list-style:none;
	display:inline;
}

#nav a {
	position: relative;
	padding: 11px;
	padding-top: 5px;
	padding-bottom:7px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	background: #0C2F5A;
	color: #fff;
}

#nav a:hover {
	background: #123C67;
	color: #fff; }

#nav a#activetab,
#nav a#activetab:link,
#nav a#activetab:visited,
#nav a#activetab:hover
{
	padding-bottom: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background: #ddd;
	color: #000; }

/*	-------------------------------------------------------------
Page Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p
{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: justify;
}

img
{
	margin-bottom:10px;
}

h1, h2, h3, h4, h5 {
	font-size:18px;
	font-weight:bold;
	color:#000;}

#main h1
{
	margin-bottom: 0.6em;
	font-size: 22px;
}

#main h2
{
	font-size: 16px;
	margin-bottom: 0.5em;
	margin-top: 1.3em;
}

#main h3
{
	font-size:14px;
}

/* ---------------------------------------------------
 * LEFT
 * --------------------------------------------------- */

#left h3
{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
	color:#888;
}

#left .site a
{
	background:url(../images/folder_g.gif) 2px 50% no-repeat;
	padding-left:25px;
	color:#30810A !important;
}
#left .page a
{
	background:url(../images/page_whi2.png) 2px top no-repeat;
	padding-left:21px;
	font-size: 11px;		/*modyfikacja*/
}
#left .back a
{
	background:url(../images/bullet_l.png) 2px 50% no-repeat;
	padding-left:21px;
}

#container
{
	width: 896px;
	margin: 0px auto;
}

#content {
	float: left;
	margin: 0px;
	padding: 25px 0px 5px 0px;
	overflow: hidden;
}

#left,
#main {
	display: inline;
	float: left;
	margin: 0;
	padding: 0; }

#left {
	border-right:1px solid #f5f5f5;
	padding: 0 15px 0 0;
	width: 250px !important;
	margin: 0px 5px 0px 10px;
	display: inline;
	font-size: 11px;
}

#main {
	width: 595px !important;		/*było 525px*/
	width: 595px;
	margin: 0px 10px 0px 10px; }

/*	-------------------------------------------------------------
Sidebar Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#left ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#888;
	margin-bottom:10px; }

#left ul  li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #f5f5f5; }
#left ul li a{
	margin:0px 0px 0px 0px; }	/*tu można regulować wcięcie listy po lewej (czwarty parametr)*/

#left ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }
#left ul ul li {
	padding: 0px 0px 3px 20px; }

/*	-------------------------------------------------------------
Quotes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

blockquote
{
	margin:10px 0px;
	padding:12px 16px 12px 16px;
	border:1px solid #FFEDAE;
	border-left:16px solid #FFEDAE;
	background: #FEF9E9;
	color: #834300;
}
blockquote p
{
	margin: 0;
}

pre, code
{
	display:block;
	margin:10px 0px;
	padding:10px 15px;
	border:1px dashed #aaa;
	border-left:0px;
	border-right:0px;
	color: #333;
	background:#f6f6f6;
	overflow: auto;
	width: 565px;
}

span.code {
	font-family: monospace;
}

#main ul, #main ol
{
	margin-left: 4ex;
	margin-bottom: 1em;
}

#main ul li, #main ol li
{
	text-align: justify;
}

/* dla zagnieżdżonych list nie ma marginesu dolnego */
#main ol ul
{
	margin-bottom: 0;
}

/*	-------------------------------------------------------------
Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	padding-bottom: 12px;
	text-align:center;
	margin:0px;
	padding-top:25px;
	clear:both;
	background:url(../images/footer00.gif) repeat-x; }

#footer p {
	width: 806px;
	text-align: center;		/*tu można dać left*/
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	color:#aaa;	}






table {
	width: 100%;
	border-collapse: collapse;
	margin:5px 0px 15px 0px; }

table th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background:#eee;
	text-align:left;
	font-weight:normal;
	color:#000;
}

table td {
	padding:5px;
	border-bottom: 1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border:1px solid #ddd; }


img.left
{
	float:left;
	padding: 3px 15px 5px 0px;
}

img.right
{
	float:right;
	padding: 3px 0 5px 15px;
}

.imagebox {
	display: block;
	margin: 1em 0px;
	padding: 15px 5px 5px 15px;
	background: #E0F1FF;
	border:1px solid #D0E5F6;
	text-align: center;
}
.imagebox img {
	margin: 0px 10px 10px 0px;
	padding: 8px;
	background: #FFF;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.alert {
	padding:6px 11px 6px 33px;
	margin:0px 0px 10px 0px;
	display:block; }
.alert a {
	text-decoration:underline !important; }
.alert a:hover {
	text-decoration:none !important; }
.alert p {
	margin:6px 0px; }
.alert ul,
.alert ol {
	margin:0px 0px 0px 26px; }
.alert ul li,
.alert ol li {
	margin:3px 0px; }
.alert h3 {
	font-size:14px;
	font-weight:bold; }
.alert blockquote {
	border:1px solid #000;
	border-left:5px solid #000;
	font-family:"Courier New";
	font-size:12px;
	margin:8px 6px 8px 0px;
	padding:4px 6px; }

.alert.red {
	background: #FFEDEF url('../images/error000.gif') 10px 15px no-repeat;
	border:1px solid #FFC2CA; }
.alert.red p {
	color:#c00;}
.alert.red pre {
	background-color:transparent;
	border-color:#FFC2CA; }
.alert.red a {
	color: #a00 !important; }
.alert.red a:hover {
	color:#000 !important; }
.alert.red blockquote {
	border-color:#c00; }

.alert.green {
	background: #E2F9E3 url('../images/greentick.gif') 10px 15px no-repeat;
	border:1px solid #9c9; }
.alert.green p {
	color:#060;}
.alert.green pre {
	background-color:transparent;
	border-color:#9c9; }
.alert.green a {
	color: #030 !important; }
.alert.green a:hover {
	color:#000 !important; }
.alert.green blockquote {
	border-color:#060; }

.alert strong {
	color:inherit; }

.graph {
	position: relative; /* IE is dumb */
	display:block;
	border: 1px solid #B1D632;
	padding: 2px;
	margin-top: .5em;
	margin-bottom: .5em;
}
.graph .bar {
	display: block;
	position: relative;
	background: #B1D632;
	text-align: center;
	color: #333;
	height: 2em;
	line-height: 2em;
}
/* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
.graph .bar span
{
	position: absolute; left: 1em;
}

/* -------------------------------------- */


.komentarz .autordata
{
	height: 1em;			/*żeby IE wyświetlał jak powinien*/
}

.komentarz .autor
{
	float: left;
	font-weight: bold;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}

.komentarz .data
{
	float: right;
	font-size: 10px;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}

.komentarz p
{
	margin: 0 0 1em 0;
	clear: both;
}

.separator
{
	margin: 15px 0;
	background-image: url(/images/linia.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 1em;
}

table.mf_table
{
	border: none;
	border-collapse: collapse;
}

table.mf_table td
{
	border: none;
}

table.mf_table td.mf_leftcolumn
{
	vertical-align: top;
	padding-right: 10px;
	text-align: right;
}

table.mf_table .mf_rightcolumn
{
	vertical-align: top;
}

.magicform .mf_fielderror
{
	font-weight: normal;
	color: red;
	display: block;
}

.magicform .mf_joinedcolumns
{
	padding-top: 20px;
	text-align: center;
}

.magicform .mf_requiredsign
{
	color: red;
}

.magicform .mf_text, .magicform .mf_password
{
	border: 1px solid #D3D3D3;
	width: 300px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.magicform .mf_textarea
{
	width: 400px;
	height: 250px;
	border: 1px solid #D3D3D3;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.magicform .mf_submitbutton
{
	border: 2px outset silver;
	padding: 5px 20px;
}