#root {
	min-height: 803px;
}


#lokalizer {
	position: absolute;
	width: 678px;
	height: 26px;
	left: 0;
	top: 86px;
	background: #EFF8FA url(../img/grid/header.png) no-repeat bottom;
}
	#lokalizer p {
		padding: 7px 20px 0 29px;
		font-size: 10px;
		color: #FA8F20;
	}
		#lokalizer p a {
			font-weight: bold;
			color: #4EB1C3;
		}
			#lokalizer p a:hover {
				color: #000;
				text-decoration: underline;
			}

		#lokalizer p span {
			color: #000;
			font-weight: bold;
		}


#content {
	width: 678px;
	margin-left: 286px;
	padding-top: 1px;
	background: url(../img/grid/content.png) no-repeat top;
}
	#content p#graphicHeader {
		height: 53px;
		margin-bottom: 5px;
		background: #FA8F20 url(../img/grid/content.png) no-repeat bottom;
	}
		#content p#graphicHeader img {
			float: left;
			margin: 17px 0 0 29px;
		}


#subMenuTop {
	height: 13px;
	background: #FFF url(../img/grid/sub_menu_top.png) no-repeat;
}

#subMenuBottom {
	clear: left;
	height: 13px;
	margin-bottom: 8px;
	background: #FFF url(../img/grid/sub_menu_bottom.png) no-repeat bottom;
}

#subMenu {
	width: 676px;
	padding: 0 1px;
	background: url(../img/grid/sub_menu.png) repeat-y;
}
	#subMenu span {
		float: left;
		display: block;
		width: 190px;
		padding: 0 10px 0 25px;
		color: #000;
		font-size: 11px;
		font-weight: bold;
		background: url(../img/shared/bullet.png) no-repeat 15px 7px;
	}

	#subMenu a {
		float: left;
		display: block;
		width: 190px;
		padding: 0 10px 0 25px;
		color: #4AA7B8;
		font-size: 11px;
		font-weight: bold;
		background: url(../img/shared/bullet.png) no-repeat 15px 7px;
	}
		#subMenu a:hover {
			color: #000;
			text-decoration: underline;
		}

	#subMenu .breaker {
		height: 1px;
		clear: left;
	}


#mozeszPomoc {
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 491px;
	width: 281px;
	height: 77px;
	background: #9FC34E url(../img/grid/sub_mozesz_pomoc.png) no-repeat top;
}
	#mozeszPomoc h3 {
		display: block;
		width: 210px;
		height: 30px;
		margin: 13px 0 0 19px;
		background: url(../img/text/sub_mozesz_pomoc.png) no-repeat top;
	}

	#mozeszPomoc a {
		position: absolute;
		top: 51px;
		padding-left: 124px;
		color: #FFF;
	}

	#mozeszPomoc div {
		width: 281px;
		height: 34px;
		background: #97B94A url(../img/grid/sub_mozesz_pomoc_bottom.png) no-repeat bottom;
	}

#aktualnosci {
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 573px;
	width: 281px;
	height: 81px;
	background: #4EB1C3 url(../img/grid/sub_aktualnosci.png) no-repeat top;
}
	#aktualnosci h3 {
		display: block;
		width: 75px;
		height: 29px;
		margin: 18px 0 0 19px;
		background: url(../img/text/aktualnosci.png) no-repeat top;
	}

	#aktualnosci a {
		position: absolute;
		top: 56px;
		padding-left: 198px;
		color: #FFF;
	}

	#aktualnosci div {
		width: 281px;
		height: 34px;
		background: #4AA7B8 url(../img/grid/sub_aktualnosci.png) no-repeat bottom;
	}

#zalogujSie {
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 663px;
	width: 281px;
	height: 140px;
	text-align: right;
	background: url(../img/grid/sub_zaloguj_sie.png) no-repeat;
}
	#zalogujSie form {
		text-align: left;
		margin: 46px 0 16px 19px;
	}
		html > body #zalogujSie form {
			margin: 47px 0 18px 16px;
		}

		#zalogujSie form input.text {
			margin-left: 35px;
		}

		html > body #zalogujSie form input.text {
			width: 81px;
			margin-left: 38px;
		}

		:root #zalogujSie form input.text {
			width: 75px;
		}

		#zalogujSie form input.button {
			margin: 19px 0 0 158px;
		}

	#zalogujSie a {
		font-weight: bold;
		color: #4AA7B8;
		padding-right: 10px;
		margin-right: 19px;
		background: url(../img/shared/bullet.png) no-repeat right;
	}


#contentText {
	padding: 0;
}
	#contentText h3 {
		margin: 0 25px 15px 30px;
		padding-top: 10px;
		font-size: 16px;
		color: #4AA7B8;
	}
	
	#contentText p {
		margin: 0 25px 15px 30px;
	}
		#contentText p.right {
			text-align: right;
		}
		
	#contentText ul {
		margin: 0 25px 15px 30px;
	}
	
	#contentText a {
		color: #4AA7B8;
		font-weight: bold;
		text-decoration: underline;
	}
		#contentText a:hover {
			color: #000;
		}

		#contentText a.print {
			padding-right: 25px;
			text-decoration: none;
			background: url(../img/shared/print.png) no-repeat right bottom;
		}

		#contentText a.top {
			padding: 0 25px 0 15px;
			text-decoration: none;
			background: url(../img/shared/up.png) no-repeat right bottom;
		}

		#contentText abbr,
		#contentText acronym {
			border-bottom: 1px dotted #000;
			cursor: help;
		}

		#contentText form {
			margin: 0 25px 15px 30px;
		}
			#contentText form label {
				float: left;
				width: 150px;
				margin-top: 7px;
			}

			#contentText form input.text {
				width: 250px;
				margin-top: 5px;
			}

			#contentText form input.submit {
				margin-top: 15px;
			}
