* { margin: 0; padding: 0; border: 0; }
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #5a5a5a;
	text-align: center;
	background-color: #f5f5f5;
}

input, select {
	padding: 4px 5px;
	border: 1px #7a7a7a solid;
	font-family: Tahoma;
	font-size: 11px;
	color: #7a7a7a;
	background-color: #ffffff;
}
textarea { border: 1px #7a7a7a solid; }
select { padding: 0; }
option {
	padding: 0 5px;
	border-bottom: 1px #7a7a7a solid;
}
.sbmt {
	width: 86px;
	height: 18px;
	padding: 0 0 2px 0;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #777a8a url(images/sbmt.gif) no-repeat;
}

a {
	color: #959595;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }

ul,ol { padding-left: 12px; }

h1,h2,h3 {
	font-family: Georgia;
	font-weight: normal;
	color: #000000;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

td {
	font-family: Verdana;
	font-size: 11px;
}

.tbl {
	font-family: Tahoma;
	font-size: 11px;
	color: #959595;
	text-align: center;
}
.tbl td { padding: 14px 4px; }
.tbl a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#top, #main, #footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	clear: both;
}
/**** TOP ****/
	#top { color: #959595; }
	#top ul, #top ul li { list-style: none; }
	#top ul { float: right; }
	#top ul li { display: inline; }
	
	#topmenu_1 { margin: 12px 0; }
	#topmenu_1 li { padding-right: 15px; }
	#topmenu_1 a { color: #959595; }
	
	#topmenu_2 {
		padding-left: 0;
		border-bottom: 3px #676B7E solid;
	}
	#topmenu_2 li {
		font-weight: bold;
		float: left;
	}
	#topmenu_2 a {
		padding: 10px 18px;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		display: block;
		background-color: #475175;
	}
	#topmenu_2 a:hover {
		text-decoration: none;
		background-color: #676B7E;
	}
	
	#logo {
		float: left;
		display: block;
	}
	
	#informacje {
		margin: 9px 0;
		padding: 11px 15px;
		border-top: 1px #949590 dotted;
		border-bottom: 1px #949590 dotted;
	}
	#informacje a { color: #5e5a57; }
/**** /TOP ****/
/**** MAIN ****/
	#content, #content-2nd, #content-3rd {
		overflow: hidden;
		float: left;
	}
	
	#informacje {
		margin: 9px 0;
		padding: 11px 15px;
		border-top: 1px #949590 dotted;
		border-bottom: 1px #949590 dotted;
	}
	/**** LEFT ****/
		#content-2nd {
			width: 200px;
			color: #959595;
			line-height: 15px;
		}
		#content-2nd dd {
			margin-bottom: 10px;
			padding: 16px 15px;
			border-top: 3px #676b7e solid;
			background-color: #ffffff;
		}
		#content-2nd ul, #content-2nd ul li { list-style: none; }
		#content-2nd ul { padding-left: 0; }
		#content-2nd ul li {
			padding: 4px 0 4px 12px;
			line-height: 13px;
			background-image: url(images/content-2nd_sp.gif);
			background-position: left center;
			background-repeat: no-repeat;
		}
	/**** /LEFT ****/
	/**** CENTER ****/
		#content {
			margin: 0 10px;
			border-top: 3px #3a3d49 solid;
			width: 740px;
			overflow: auto;
		}
		#content a { color: #000000; }
		#content dt {
			padding: 5px 6px;
			font-size: 12px;
			font-weight: bold;
			color: #676b7e;
		}
		#content dd {
			padding: 7px 15px;
			border-bottom: 1px #dcd8d5 dotted;
			line-height: 16px;
			clear: both;
		}
		#content p { padding: 12px 0; }
		#content .data {
			padding-top: 3px;
			color: #959595;
		}
		dd#map_site { line-height: 22px; }
		dd#map_site h1 { padding-top: 10px; }
		
		#zalicytuj dt, #zalicytuj dd { font-size: 11px; }
		#zalicytuj dt {
			padding: 3px 0;
			font-weight: bold;
			color: #676b7e;
		}
		#zalicytuj dd {
			padding: 0 0 4px 0;
			font-weight: normal;
			color: #010101;
		}
		#zalicytuj a { color: #010101; }
	/**** /CENTER ****/
	/**** RIGHT ****/
		#content-3rd {

		}
		#content-3rd dt {
			padding: 5px 15px;
			font-size: 12px;
			font-weight: bold;
			color: #9C325C;
		}
		#content-3rd dd { padding: 14px 15px; }
	/**** /RIGHT ****/
/**** /MAIN ****/
/**** FOOTER ****/
	#footer {
		margin: 10px auto;
		padding: 11px 0;
		color: #959595;
		border-top: 3px #3a3d49 solid;
		border-bottom: 1px #3a3d49 dotted;
	}
	#footer a { text-decoration: none; }
	#footer ul, #footer ul li { list-style: none; }
	#footer ul { float: right; }
	#footer ul li {
		padding-right: 15px;
		display: inline;
	}
/**** /FOOTER ****/
