@charset "utf-8";
/* CSS Document */

* { margin:0;padding:0;border:0; font-family:Verdana, Geneva, sans-serif;}

#wrapper{
	width:996px;
}
#top{
	width:971px;
	height:141px;
	background: #fff url(../images/top-bg.jpg) bottom repeat-x;
}
#toppic{
	width:165px;
	overflow:visible;
	float:left;
}
#toppic img{ padding-top:50px;}
/* IE6 */
#menu{_margin-left:-330px;float:left;}
/* ***** */
#menu img{ margin-top:50px;}

#ofirmie a, #oferta a, #realizacje a, #kontakt a{
	background-color:#d7051a;
	float:left;
	height:123px;
}
#ofirmie a:hover, #oferta a:hover, #realizacje a:hover, #kontakt a:hover{
	background: #d7051a url(../images/menu-bg.gif) no-repeat bottom;
}
#ofirmie, #oferta, #realizacje, #kontakt{
	width:110px;
	height:123px;
	float:left;
	margin-right:10px;
}

#logo {
	padding-top:60px;
}
#logo img{	
	margin-left:20px;
}
#content{
	float:left;
}
#lewo{
	width:273px;
	float:left;
}
#srodek{
	width: 395px;
	min-height: 375px;
	_height: 375px;
	float: left;
	margin: 30px 30px 20px 30px;
	_margin-left: 10px;
	font-size: 11px;
	line-height: 140%;
	color: #676976;
	text-align: justify;
}
#srodek-1kolumna{
	width: 92%;
	min-height: 375px;
	_height: 375px;
	float: left;
	margin: 30px 0px 20px 30px;
	_margin-left: 10px;
	font-size: 13px;
	color: #676976;
	text-align: justify;
}
h2{
	font-size:16px;
	color:#d7051a;
	padding-bottom:20px;
}
#prawo{
	margin-top:30px;
	width:195px;
	float:left;
	background:url(../images/prawo-bg.gif) repeat-y right;
}
#prawo img{
	margin-top:45px;
}
#prawo p{
		margin:15px 0 0 15px;
}
#prawo p a{
	color:#676976;
	font-size:12px;
}
#prawo-cien{
		float:right;
		width:36px;
		height:368px;
		background:url(../images/prawo-bg.jpg) repeat-y top;
}

h6{
	font-size:16px;
	color:#484f54;
	font:Verdana, Geneva, sans-serif;
	margin-bottom:20px;
	width:100%;
	background-color:#FFF;
}
#prawo ul {
	/*font-weight:bold;*/
	color:#3484bb;
	margin-left:15px;
	list-style-image: url(../images/bullet.gif);
}
ul li{
margin-top: 4px;
	margin-left: 20px;
	font-size:12px;
	font:Verdana, Geneva, sans-serif;
}

#footer-wrap{
	width:720px;
	float:left;
	background:url(../images/prawo-bg.jpg) repeat-y right top;
}
#footer{
	background:url(../images/footer-bg.jpg) repeat-x;
	float:left;
	width:720px;
}
#footer img {float:left;}
#dane-kontaktowe{
	font-size: 10px;
	color: #870815;
	width: 310px;
	height: 40px;
	float: right;
	padding: 5px 0 0 20px;
	background: #fff url(../images/danekontaktowe-bg.jpg) repeat-x top;
}
#dane-kontaktowe p{
	padding-top:3px;
}
#footer-biale{
	height:37px;
	width:22px;
	float:right;
	background-color:#fff;
}

#accordion {

	width: 100%;
	border:0px solid #333;	
	-background:#fff;
	background:#fff;
}

/* accordion header */
#accordion h2 {

	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:0px solid #fff;
	border-bottom:0px solid #ddd;
	cursor:pointer;		
	text-decoration: underline;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
	text-decoration: none;
}

/* accordion pane */
#accordion div.pane {
	border:0px solid #fff;
	border-width:0;
	display:none;
	height:210px;
	padding:15px;
	color:#666;
	font-size:11px;
	line-height: 140%;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#666;
}

