/* style reset */
* {
	border: none;
	margin: 0;
	padding: 0;
}
hr {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
address {font-style: normal;}
ul,ol {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
th,caption {text-align: left;}
input,textarea,button {font-family: verdana, "sans serif"; font-size: 100%;}

/* global styles */
body {
	background: #D2D6D9;
	padding: 10px;
	line-height: 1.1em;
	font-family: verdana, "sans serif";
	font-size: 100.01%;
	text-align: justify;
	color: #493729;
}

.center {text-align: center;}
.right {float: right;}
.left {float: left;}
.margin-bottom {margin-bottom: 15px;}
.first-child {margin-top: 0 !important;}
.last-child {margin-bottom: 0 !important;}

a, a:visited, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #493729;
}
a:hover {text-decoration: underline;}

#container {
	width: 702px;
	background: #D2D6D9 url('../images/bg_container.png') repeat-y;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 398px;
	background: url('../images/bg_header.png') no-repeat;
	margin-bottom: -290px;
	padding: 102px 26px 0 277px;
}
	#header h1 {
		position: absolute;
		top: 30px;
		right: 25px;
	}
	#header ul {
		float: right;
		line-height: 23px;
	}
		#header ul li {
			display: inline;
			border-right: 1px solid #493729;
			margin-right: 5px;
			padding-right: 10px;
		}
		#header ul li.last-child {
			border-right: none;
			margin-right: 0;
			padding-right: 0;
		}

#content {
	position: relative;
	min-height: 280px;
	border-bottom: 1px solid #493729;
	padding: 0 26px 25px 277px;
}
	#content h2 {display: none;}
	#content h4 {text-transform: uppercase;}
	#content h5, #content ul, #content dl {overflow: hidden;}
	#content h6 {font-weight: normal;}
	#content ul {
		margin-left: 15px;
		padding-left: 15px;
		list-style-type: disc;
	}
			#content ul li ul {
				margin-bottom: 15px;
				list-style-type: circle;
			}
					#content ul li ul li ul {margin-bottom: 0;}
			#content ul li.last-child ul {margin-bottom: 0 !important;}
	body#prawnicy #content ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
			body#prawnicy #content ul li ul {
				margin: 0 0 15px 15px;
				padding-left: 15px;
				list-style-type: circle;
			}
					body#prawnicy #content ul li ul li ul {margin-bottom: 0;}
	#content dl {margin-bottom: 15px;}
		#content dl dt {
			clear: left;
			float: left;
			margin-right: 0.5em;
		}
			#content dl dd dl {margin-bottom: 0;}
				#content dl dd dl dt {float: none;}
		#content p span {font-weight: bold;}
	#content address {margin-bottom: 15px;}

#footer {
	background: #D2D6D9;
	font-size: 0.75em;
}
	#footer a {font-weight: normal;}
	#footer p {text-align: right;}