* {
	/* reset wyglądu */
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	text-align: left;

	/* ustawienia ogólne */
}

body {
	background: #fff;
	text-align: center;							/* IE6 nie umie centrować po marginesach */
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}

td {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}

b {
	font-weight: bold;
}

a {
	color: #748FAC;
	cursor: pointer;
}

a:hover {
	border-bottom: 1px dotted #748FAC;
}

hr {
	clear: both;
	margin: 1em 15px 1em 15px;
	border-bottom: 1px dotted #000;
	height: 1px;
}

sup {
    font-size: 0.7em;
}


form hr {
	margin-left: 0px;
	margin-right: 0px;
}

div#container {
	width: 915px;
	_width: 975px;								/* IE6 nie dolicza paddingu do szerokości kontenera */
	margin: 0 auto 0 auto;
	padding: 1.5em 30px 2em 30px;
	background: url('../img/bg.jpg') top left repeat-y;
	height: 100%;
	position: relative;
}

div#top-navigation {
/* 	float: right; */
	margin-right: 15px;
	margin-bottom: 20px;
}

div#top-navigation ul {
	list-style: none;
	margin-bottom: 2em;
	#margin-bottom: 0;
}

div#top-navigation ul li {
	float: right;
	width: 111px;
	height: 23px;
	margin-left: 5px;
}

div#top-navigation ul li a.element {
	text-align: center;
	color: #fff;
	display: block;
	line-height: 23px;
	background: url('../img/button-111.jpg') top left no-repeat;	/* tło na <a/> żeby nie trzeba było robić hacków na :hover pod IE6 */
}

div#top-navigation ul li a.element:hover {
	border: none;
	background: url('../img/button-111.active.jpg') top left no-repeat;
}

div#top-navigation ul li.proces-oceny {
		width: 200px;
}

div#top-navigation ul li.proces-oceny a {
	background: transparent url(../img/buttons/button.yellow-200.jpg) no-repeat scroll left top;
}

div#top-navigation ul li.proces-oceny a:hover {
	background: transparent url(../img/buttons/button.yellow-200.active.jpg) no-repeat scroll left top;
}

div#top-navigation ul li a.xl {
	text-align: center;
	color: #fff;
	display: block;
	line-height: 23px;
	background: url('../img/button-140.jpg') top left no-repeat;	/* tło na <a/> żeby nie trzeba było robić hacków na :hover pod IE6 */
}

div#top-navigation ul li a.xl:hover {
	border: none;
	background: url('../img/button-140.active.jpg') top left no-repeat;
}

div#top-navigation ul li a.login:hover {
	border: none;
	background: url('../img/buttons/button-110.active.jpg') top left no-repeat;
}

div#top-navigation ul li a.panel {
	border: none;
	background: url('../img/buttons/button.yellow-110.jpg') top left no-repeat;
}

div#top-navigation ul li a.panel:hover {
	border: none;
	background: url('../img/buttons/button.yellow-110.active.jpg') top left no-repeat;
}

div#top-navigation ul.left {
	float: left;
	width: 110px;
	margin-left: 17px;
}

div#top-navigation ul.main {
		float: right;
		margin-left:200px;
}


div#logo {
	width: 110px;
	height: 110px;
	clear: both;
	margin: 2em auto 1em auto;
	_margin: 2em auto 3em 402px;						/* IE6 HACK: nie umie centrować po margin auto; containr:floor(975px/2) - (padding:30px) - (logo:110px/2)*/
}

div#logo a:hover {
	border: none;
}

div#breadcrumb
{
	margin: 25px auto 2em auto;
	width: 915px;
	_width: 975px;

	text-align: left;
}

div#breadcrumb ul li
{
	display: inline;
	color: #000000;
}

div#breadcrumb ul li a
{
	color: #748fac;
}

	div#breadcrumb ul li a:hover
	{
		color: #e0922e;
		border-bottom: none;
	}

div#breadcrumb ul li a.currentCrumb
{
	font-weight: bold;
	text-decoration: underline;
}

	div#breadcrumb ul li a.currentCrumb:hover
	{
		text-decoration: none;
	}


div#stopka.forMinHeight {
		width: 915px;
		_width: 975px;
		margin: 0 auto 0 auto;
		padding: 1.5em 30px 0 30px;
		position: absolute;
		left: 0;
		bottom: 0;
}

div#stopka address {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	border-top: 1px solid #D5D6D7;
	border-bottom: 1px solid #D5D6D7;
	background: #EEEEEE;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em -26px 1em -26px;
	color: #748FAC;
	text-align: center;
	line-height: 1.6;
}

div#stopka strong {
	color: #B44A4A;
}

div#stopka div#bottom-info a {
	color: #000;
}

div#stopka div#bottom-info a:hover {
	border-color: #000;
}

div#stopka div#bottom-info div.copy {
	float: left;
	margin-left: 14px;
}

div#stopka div#bottom-info div.navigation {
	margin-right: 10px;
}

div#stopka div#bottom-info div.navigation ul {
	list-style: none;
}

div#stopka div#bottom-info div.navigation ul li {
	float: right;
	margin: 0 0.5em 0 0;
}


div.info-box {
	border: 1px solid #888;
	padding: 20px 1em 1em 70px;
	min-height: 35px;
}

ul.map, ul.map li {
	display: block;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 2px;
}


