* {
	margin: 0;
	border: none;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font: 12px/16px Arial, sans-serif;
	text-align: center;
	color: #000;
	background-color: #DDEEF2;
}

a {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

input.text {
	height: 20px;
	padding: 2px;
	margin-right: 2px;
	border: 1px solid #A5ACB2;
	font-size: 11px;
	color: #333;
}
	:root input.text {
		height: 14px;
	}

input.button {
	vertical-align: middle;
	margin-bottom: 6px;
}
	:root input.button {
		margin-bottom: 2px;
	}


.hidden {
	display: none;
}


a#jumpToContent {
	position: absolute;
	top: -100px;
}

h1 a {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	width: 281px;
	height: 113px;
	background: #4AA7B8 url(../img/shared/logo.png) no-repeat bottom;
}


#root {
	position: relative;
	width: 964px;
	min-height: 486px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	text-align: left;
	background: #FFF url(../img/grid/root.png) no-repeat bottom;
}
	#root #header {
		position: relative;
		width: 678px;
		height: 113px;
		margin-bottom: 5px;
		overflow: hidden;
		left: 286px;
		background: url(../img/grid/header.png) no-repeat bottom;
	}
		#root #header a.main {
			position: absolute;
			left: 19px;
			top: 15px;
		}

		#root #header a.map {
			position: absolute;
			display: block;
			left: 403px;
			top: 18px;
		}

		#root #header form {
			position: absolute;
			left: 475px;
			top: 0;
			padding: 15px 0 0 63px;
			background: url(../img/shared/wyszukaj.png) no-repeat 0 19px;
		}
			#root #header form input.text {
				width: 93px;
			}


	#header #aktualnosci {
		position: absolute;
		width: 678px;
		height: 47px;
		left: 0;
		top: 65px;
		background: #EFF8FA url(../img/grid/header.png) no-repeat bottom;
	}
		#header #aktualnosci a {
			display: block;
			width: 100%;
			height: 100%;
			background: url(../img/shared/aktualnosci.png) no-repeat 589px 17px;
		}


ul#menu {
	position: absolute;
	left: 5px;
	top: 113px;
	width: 281px;
	margin: 5px 0 -1px 0;
	padding-top: 5px;
	background: #FA8F20 url(../img/grid/menu.png) no-repeat top;
}
	ul#menu li {
		float: left;
		width: 281px;
		height: 29px;
		border-bottom: 1px solid #FCB368;
	}
		html > body ul#menu li {
			border-bottom: none;
			border-top: 1px solid #FCB368;
		}

		ul#menu li:first-child {
			border: none;
		}

		ul#menu li a {
			display: block;
			width: 281px;
			height: 29px;
		}
			ul#menu li a:hover {
				background-color: #F97B12 !important;
			}

			ul#menu li a.active {
				background-color: #F97B12 !important;
			}

			ul#menu li a#bStowarzyszenie {
				background: #FA8F20 url(../img/menu/stowarzyszenie.png) no-repeat 19px 9px;
			}

			ul#menu li a#bOpis {
				background: #FA8F20 url(../img/menu/opis.png) no-repeat 19px 9px;
			}

			ul#menu li a#bHormon {
				background: #FA8F20 url(../img/menu/hormon.png) no-repeat 19px 9px;
			}

			ul#menu li a#bZaganienie {
				background: #FA8F20 url(../img/menu/zagadnienie.png) no-repeat 19px 9px;
			}

			ul#menu li a#bProwadzenie {
				background: #FA8F20 url(../img/menu/prowadzenie.png) no-repeat 19px 9px;
			}

			ul#menu li a#bRozwoj {
				background: #FA8F20 url(../img/menu/rozwoj.png) no-repeat 19px 9px;
			}

			ul#menu li a#bEdukacja {
				background: #FA8F20 url(../img/menu/edukacja.png) no-repeat 19px 9px;
			}

			ul#menu li a#bForum {
				background: #FA8F20 url(../img/menu/forum.png) no-repeat 19px 9px;
			}

			ul#menu li a#bKonferencje {
				background: #FA8F20 url(../img/menu/konferencje.png) no-repeat 19px 9px;
			}

			ul#menu li a#bLiteratura {
				background: #FA8F20 url(../img/menu/literatura.png) no-repeat 19px 9px;
			}

			ul#menu li a#bLinki {
				background: #FA8F20 url(../img/menu/linki.png) no-repeat 19px 9px;
			}

			ul#menu li a#bKontakt {
				background: #FA8F20 url(../img/menu/kontakt.png) no-repeat 19px 9px;
			}

#menuBottom {
	position: absolute;
	left: 5px;
	top: 482px;
	width: 281px;
	height: 4px;
	background: #FA8F20 url(../img/grid/menu.png) no-repeat bottom;
}


.more {
	font-weight: bold;
	padding-right: 26px;
	background: url(../img/shared/more_dark.png) no-repeat right bottom;
}


#footer {
	position: relative;
	width: 380px;
	margin: 0 auto;
	padding: 12px 514px 24px 80px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	color: #88ACB4;
	background: url(../img/shared/globe.png) no-repeat 17px 11px;
}
	#footer form {
		position: absolute;
		left: 656px;
		width: 301px;
		height: 50px;
		background: url(../img/shared/subskrybcja.png) no-repeat 0 17px;
	}
		#footer form strong {
			padding-left: 10px;
		}

		#footer form input.text {
			border-color: #EAF3F6;
			margin: 10px 100px 0 47px;
			background-color: #B9CFD5;
			color: #FFF;
		}
			html > body #footer form input.text {
				width: 101px;
				margin-left: 50px;
			}
	
			:root #footer form input.text {
				width: 95px;
			}

		#footer form input.radio {
			position: absolute;
			top: 23px;
			left: 168px;
		}
			:root #footer form input.radio {
				top: 26px;
			}