body {
	background-color: #ecebea;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	
	font-family: Arial, Hevletica, sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 1.8;
	color: #767575;
}

h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #262f3c;
	text-decoration: none;
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}

div {
	border: 0;
}

ul, li {
	list-style-type: none;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

ul li {
	background: url(../images/kropka.png) no-repeat left top;
	padding-left: 20px;
	color: #262f3c;
}

strong ul li {
	background: url(../images/strzalka.png) no-repeat left top;
	padding-left: 20px;
	color: #3b465e;
	font-weight: bold;
}



td { vertical-align: top;}

.wiecej {
	margin: 0 0 0 auto;
	padding-bottom: 2px;
	width: 13px;
	display: block;
}

#main {
	width: 995px;
	margin: 0 auto;
}

/* menu górne */

#top {
	width: 995px;
	height: 100px;
	margin: 0 auto;
}
	
/* menu i banner */

#menu_all {
	width: 802px;
	height: 206px;
	margin: 0 auto;
}
	
#menu {
	float: left;
	width: 211px;
	height: 206px;
	background-color: #8b99a4;	
}

	#menu img {
		float: left;
	}
	
#banner {
	float: right;
}

/* content */

#content_all {
	width: 802px;
	margin: 0 auto;
}
	#content_left {
		background-color: #f2f2f2;
		width: 211px;
		overflow: hidden;
	}
		#content_left .toggler {
			height: 20px;
			border-bottom: 1px solid #cdcdcd;
			margin: 0 0 0 16px;
			padding: 0;
			font-size: 10px;
			cursor: pointer;
		}
		
		#content_left .element {
			margin: 5px 16px 0 16px;
			padding: 0;
		}
	
	#content > div.tekst {
		padding: 0 20px 10px 20px;
	}

		#accordion2 {
			margin-top: 5px;	
		}
		
		#content .toggler2 {
			height: 20px;
			border-bottom: 1px solid #cdcdcd;
			font-size: 10px;
			margin: 0 0 0 16px;
			padding: 0;
			cursor: pointer;
		}
			
		#content .element2 {
			margin: 5px 16px 0 20px;
			padding: 0;
		}
		
		#content_center {
			background-color: #ecebea;
			background-image: url(../images/bg_content.jpg);
			background-position: bottom right;
			background-repeat: no-repeat;
			width: 340px;
			border-right: 1px solid #cfcecd;
			margin: 0;
			padding: 0;
		}
		
		#content_center > div {
			width: 340px;	
			margin: 0;
			padding: 0;
		}
		
		#content_center > div > .oferta {
			position: relative;
			left: 0;
			*float: left;
		}
		
		#content_center > div > #ct {
			padding: 0 20px 10px 20px;
			text-align: justify;
			line-height: 1.8;
		}
		
		#content_right {
			background-color: #f2f2f2;
			overflow: hidden;
			vertical-align: top;
			width: 249px;
		}
		
		#content_right > div {
			padding: 0 22px 0 36px;
			overflow: hidden;
			width: 192px;
		}

#content_bottom {
	width: 802px;
	height: 165px;
	margin: 10px auto 0 auto;
	padding: 0;
}

	#content_bottom_left {
		float: left;
		width: 211px;
		height: 165px;
		background-color: #8d9ba6;
		background-image: url(../images/bg_kontakt.jpg);
		color: #d0d6da;
		line-height: 1.5;
	}
		#content_bottom_left > div {
			padding: 30px 0 0 17px;
		}
		
		#content_bottom_left a {
			color: white;
		}
	
	#content_bottom_center {
		float: left;
		width: 341px;
		height: 165px;
	}
	
	#content_bottom_right {
		float: left;
		width: 249px;
		height: 165px;
		background-color: #8d9ba6;
		background-image: url(../images/bg_kontakt2.jpg);
		text-align: right;
		color: #d3d8dc;
		font-weight: bold;
		position: relative;
	}
		#content_bottom_right input {height: 18px;}
		#content_bottom_right textarea {height: 60px;overflow: hidden}
		
		#content_bottom_right input,textarea {
			background-color: #a0abb5;
			width: 176px;
			border: 0;
			margin: 0 0 0 13px;
			padding: 0;
			vertical-align: top;
			color: white;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
		
		#content_bottom_right div {
			margin: 4px 0 0 0;
			padding: 0;
		}
		
		

/* stopka */

#footer {
	width: 766px;
	height: 10px;
	position: relative;
	margin: 10px auto 10px auto;
	background-color: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #364f69;
	padding: 12px 16px 17px 20px;
}
	#footer div {
		width: 40%;
	}
	
	#footer a {
		color: #364f69;
		text-decoration: none;
	}