/* ogolne ustawienia */
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       margin: 0px;
	   padding: 0px;
       background-color: #ffffff;
	   color: #000000;
       text-align: center;
       height: 100%;
       width: 100%;
	   display: block;
	   font-size: 12px;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table {
	padding: 0px;
	margin:  0px;
}

table tr th, table tr td {
	font-size: 11px;
}

p, div {
	line-height: 15px;
}

a {
	color: #C0272D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* mainContainer to glowny modul tresci strony; podzielony jest na header, body, spacer, menu, footer */
#mainContainer {
	width: 95%; 
	background-color: #ffffff;
	margin: 0px auto; 
	position: relative;
	z-index: 0;
}

#mainContainer div {
	/*background-color: #FDE8CF; */
}

#mainContainer #content {
	width: 80%;
	position: relative; 
	z-index: 1;
	float: right;
	margin-top: 10px;
}
#mainContainer #header {
	width: 100px;
	float: left;
}
#mainContainer div.spacer {
	height: 15px;
	width: inherit;
	clear: both;
	position: relative;
	z-index: 1;
}
#mainContainer #footer {
	display: none;
}
#mainContainer #menu {
	display: none;
}

/* tabela header definiuje style naglowka strony (logo, baner) */
#header #logo {
	width: 100px;
	/*height: 100%;*/
	position: relative;
	float: left;
	/*padding: 15px 0px 0px 20px;*/
	background-color: #ffffff;
	background-image: none;
	text-align: left;
}

#header #logo a {
	position: absolute;
	top: 10px;
	left: 10px;
}
/*#header #logo img {
	position: absolute;
	top: 0px;
	left: 0px;
}*/

#header #banner {
	display: none;
}
/*
table.header {
	width: 100%;
	height: 190px;
}

table.header td.headerLeftPart {
	width: 180px;
	text-align: left;
	padding-left: 50px;
}

table.header td.headerRightPart {
	width: 770px;
	vertical-align: top;
}*/

/* opis komunikatow na stronach bledow */
div.errorPage {
	
	color:#CC0000;
	padding: 20px;
}

/* standardowa tabela, zastosowana np. w liscie czlonków lub rzeczoznawcow */
table.list {
	width: 100%;
	margin: auto;
}

table.list caption {
	text-align: left;
	width: 100%;
	padding: 3px;
}

table.list tr {
	height: 30px;
}

table.list tr.normal td {
}

table.list tr.darker td {
	background-color: #FFCC99;
}

table.list th {
	background-color: #f1987f;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
table.list th.normal {
	background-color: #FFCC99;
	color: #000000;
	text-align: center;
	padding: 3px;
}

table.list td {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}

table.list td.right {
	text-align: right;
}

/*table.list td.link { /* przydaje sie w linkach branżowych *
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}*/


/* kilka wspolnych styli dla roznych elementow */
.padding {
	padding: 10px;
}
.paddingTop {
	padding-top: 20px;
}
.paddingTopExtra {
	padding-top: 35px;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.colorMark {
	color: red;
}

ol.standardList ul {
	list-style-type: lower-alpha;
	/* padding-left: 0px; */
}
/*ol.standardList {
	padding-left: 0px;
}*/
