body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #312b27;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1,h2,h3,h4,form,pre {
	margin: 0px;
	padding: 0px;
}

	a,link,visited {	
		color: #9e7043;
		text-decoration: underline;
	}
	
	a:hover {
		color: #992303;
		text-decoration: none;
	}
	
	p {
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 0px;
	}
	
	.header {
		height: 34px;
		width: 100%;
		margin-bottom: 20px;
		background-image: url(/images/podkreslenie.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 40px;
	}
		
		* html .header {
			height: 36px;
		}
		
	h2 {
		height: 20px;
	}
	
	.lightText {
		color: #9e7043;
	}
	
#topLevel {
	height: 284px;
	width: 100%;
}

	#topLevel .data {
		background-image: url(/images/bck_toplevel.gif);
		background-position: top;
		background-repeat: repeat-x;
		width: 970px;
		height: 284px;
		margin: 0 auto;
	}
	
#logo {
	width: 307px;
	height: 95px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -397px;
}
	
	#logo h1 a {
		display: block;
		width: 307px;
		height: 95px;
	}

#waga {
	width: 196px;
	height: 260px;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: 200px;
	background-image: url(/images/waga.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#menuLevel {
	width: 100%;
	height: 64px;
}
	
	#menuLevel .data {
		width: 970px;
		height: 64px;
		margin: 0 auto;
	}
	
	#navigation {
		width: 970px;
		height: 64px;
	}
	
		#navigation ul {
			margin: 0px;
			padding: 0px;
		}
		
		#navigation ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			float: left;
			height: 64px;
			background-image: url(/images/nav_buttons.gif);
			background-repeat: no-repeat;
		}
			
			#navigation ul li a {
				display: block;
				cursor: pointer;
				height: 64px;
			}
			
		#navigation ul li.strona_glowna {
			width: 144px;
			background-position: 0px 0px;
		}
					
		#navigation ul li.o_kancelarii {
			width: 134px;
			background-position: -144px 0px;
		}
							
		#navigation ul li.adwokat {
			width: 109px;
			background-position: -278px 0px;
		}
							
		#navigation ul li.zakres_uslug {
			width: 131px;
			background-position: -387px 0px;
		}
							
		#navigation ul li.wspolpraca_z_przedsiebiorcami {
			width: 251px;
			background-position: -518px 0px;
		}
									
		#navigation ul li.kontakt {
			width: 103px;
			background-position: -769px 0px;
		}
									
		#navigation ul li.cennik {
			width: 98px;
			background-position: -872px 0px;
		}
		
#mainLevel {
	width: 100%;
}
	
	#mainLevel .data {
		width: 970px;
		margin: 0 auto;
		background-image: url(/images/bck_main.gif);
		background-position: top;
		background-repeat: repeat-x;
		background-color: #e5e1d6;
		line-height: 22px;
		text-align: justify;
		overflow: hidden;
	}
	
	
	#mainLevel .data ul {
		margin: 10px;
		padding: 0px;
	}
	
		#mainLevel .data ul li {
			list-style: none;
			background-image: url(/images/ico_list.gif);
			background-repeat: no-repeat;
			background-position: 0px 10px;
			padding-left: 15px;
			margin-bottom: 7px;
		}

#footerLevel {
	width: 100%;
	height: 84px;
}
	
	#footerLevel .data {
		width: 970px;
		height: 84px;
		margin: 0 auto;
		background-image: url(/images/bck_footer.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	
		#footerLevel .data .box {
			width: 250px;
			float: left;
			font-size: 11px;
			color: #9f948e;
			text-align: center;
			margin-top: 22px;
		}
		
		#footerLevel .data .box a {
			color: #b99877;
		}

.column {
	width: 450px;
	padding: 35px 35px 20px 35px;
	float: left;
	overflow: hidden;
}

	* html .column {
		width: 430px;
	}

.lightColumn {
	width: 430px;
	background-color: #f6f4e5;
	float: left;
	overflow: hidden;
}
	
	* html .lightColumn {
		width: 410px;
	}

	.lightColumn .padding {
		padding: 35px;
	}
	
		* html .lightColumn .padding {
			padding-bottom: 60px;
		}

.imageBox_left {
	float: left;
	margin: 20px 20px 20px 0px;
}	
	
	* html .imageBox_left { 
		margin-bottom: 20px;
	}
	
p.wiecej {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}	
	
.col {
	width: 350px;
	float: left;
}

.clear {
	clear: both;
}	


#defaultForm {
}
	
	#defaultForm .line {
		width: 100%;
		margin-bottom: 8px;
	}
	
	#defaultForm .line input {
		background-color: #ffffff;
		border: 1px solid #C7C3AD;
		color: #776e48;
		font-size: 11px;
		height: 17px;
		padding: 3px;
	}
	
	#defaultForm .line textarea {
		background-color: #ffffff;
		border: 1px solid #C7C3AD;
		color: #776e48;
		font-size: 11px;
		padding: 3px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

	#defaultForm .line input.wyslij {
		background-color: #40382d;
		border: none;
		color: #FFFFFF;
		font-size: 11px;
		height: 20px;
		padding: 2px;
		width: 60px;
	}	
	
.footerMenu {
	width: 100%;
	height: 20px;
	background-image: url(/images/line.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
}
	
	.footerMenu a {
		color: #b99877;
		text-decoration: none;
	}
	
	
	
	
	
	
	
	
	
	
