/* 	
	CSS Stylesheet
	Author: Krzysztof Wolniak
	http://wolniak.org
*/

/* Sidebar */

#sidebar {
	margin: 0 25px 0 24px;
	border: solid #ebebeb;
	border-width: 0 1px;
	overflow: hidden;
}

p.box {
	float: left;
}
/* Content */

h3{
	color: #fff;
	border: none;
}

#content {
	margin: 1px 25px 0 24px;
	overflow: hidden;
}

#advantages {
	width: 522px; height: 178px;
	float: right; padding: 20px;
	background: url(../gfx/bg_zalety.jpg) no-repeat 0 100%;
}

#advantages li {
	float: left;
	width: 251px;
}

#contact {
	width: 345px; height: 142px;
	float: left; padding: 20px;
	background: url(../gfx/bg_kontakt.jpg) no-repeat 0 100%;
}

#address {
	float: left;
	width: 45%;
}

.contact {
	padding-top: 35px;
	float: right;
	width: 55%;
}

/* Footer */

#footer {
	color: #5e5e5e;
	padding: 0 35px 0 50px;
	margin-top: -30px;
	overflow: hidden;
}

#footer li a:link, #footer li a:visited {
	color: #5e5e5e;
	text-decoration: none;
	margin: 5px 6px; padding: 3px 0;
}

#footer li a:hover, #footer li a:active {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #5e5e5e;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}

#copyright {
	margin-top: 15px;
	text-align: right;
}
